Re: [PATCH v5 1/9] ARM: shmobile: Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code

2013-04-21 Thread Sergei Shtylyov
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

Re: [PATCH v5 1/9] ARM: shmobile: Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code

2013-04-21 Thread Simon Horman
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

Re: [PATCH v4 0/4] Add USB support to R8A7778/BOCK-W

2013-04-21 Thread Simon Horman
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. > >

[PATCH 4/5] usb: chipidea: depend on CONFIG_OF instead of CONFIG_OF_DEVICE

2013-04-21 Thread Rob Herring
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

[PATCH 0/5] of_platform_driver and OF_DEVICE removal

2013-04-21 Thread Rob Herring
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

Re: [PATCH v3 4/4] ARM: shmobile: BOCK-W: enable USB in defconfig

2013-04-21 Thread Simon Horman
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

Re: [PATCH v3 1/6] drivers: phy: add generic PHY framework

2013-04-21 Thread Kishon Vijay Abraham I
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