Hello.
On 04/20/2013 01:56 AM, Sergei Shtylyov wrote:
USB EHCI, OHCI, and common PHY are the SoC devices but are wrongly defined and
registered in the Marzen board file. Move the data and code to their proper
place in setup-r8a7779.c; while at it, we have to rename 8a7779_late_devices[]
to 8a7
On Sun, Apr 21, 2013 at 11:19:28PM +0400, Sergei Shtylyov wrote:
> Hello.
>
> On 04/20/2013 01:56 AM, Sergei Shtylyov wrote:
>
> >USB EHCI, OHCI, and common PHY are the SoC devices but are wrongly defined
> >and
> >registered in the Marzen board file. Move the data and code to their proper
> >p
On Sat, Apr 20, 2013 at 02:27:32AM +0400, Sergei Shtylyov wrote:
> Hello.
>
> On 04/20/2013 02:07 AM, Sergei Shtylyov wrote:
>
> >Here's the set of 3 patches against the Simon Horman's 'renesas.git'
> > repo,
> >'renesas-next-20130416' tag and the R8A7779/Marzen patchset I've posted.
>
>
From: Rob Herring
CONFIG_OF_DEVICE is going away, so use CONFIG_OF instead. It does not
appear that CONFIG_OF_DEVICE was the correct dependency either.
Signed-off-by: Rob Herring
Cc: Alexander Shishkin
Cc: Greg Kroah-Hartman
Cc: Grant Likely
Cc: linux-usb@vger.kernel.org
---
drivers/usb/chi
From: Rob Herring
This series is a relatively straight-forward removal of the last remaining
user of of_platform_driver (ibmebus) and removal of CONFIG_OF_DEVICE which
is always enabled when CONFIG_OF is enabled.
Compile tested on powerpc and sparc.
Rob
Rob Herring (5):
ibmebus: convert of_p
On Sat, Apr 20, 2013 at 12:23:52AM +0400, Sergei Shtylyov wrote:
> On 04/19/2013 06:14 AM, Simon Horman wrote:
> >On Fri, Apr 19, 2013 at 02:50:05AM +0400, Sergei Shtylyov wrote:
> >>Hello.
> >>
> >>On 04/18/2013 06:05 PM, Simon Horman wrote:
> >>
> Enable USB platform EHCI/OHCI and common PHY
Hi,
On Friday 19 April 2013 02:39 PM, Grant Likely wrote:
On Tue, 16 Apr 2013 15:48:07 +0530, Kishon Vijay Abraham I
wrote:
On Tuesday 16 April 2013 01:20 AM, Grant Likely wrote:
On Mon, 15 Apr 2013 17:56:10 +0530, Kishon Vijay Abraham I
wrote:
On Monday 15 April 2013 05:04 PM, Grant Like