Re: [PATCH 1/2] USB: Update EHCI-platform driver to devicetree.

2012-10-20 Thread Tony Prisk
On Sat, 2012-10-20 at 10:31 -0400, Alan Stern wrote: > On Sat, 20 Oct 2012, Florian Fainelli wrote: > > > Hi Tony, > > > > On Saturday 20 October 2012 16:17:32 Tony Prisk wrote: > > > This patch adds devicetree support to the EHCI-platform driver, > > > and removes the now unneeded ehci-vt8500.c

Re: [PATCH 1/2] USB: Update EHCI-platform driver to devicetree.

2012-10-20 Thread Tony Prisk
On Sat, 2012-10-20 at 15:01 +0200, Florian Fainelli wrote: > Hi Tony, > > On Saturday 20 October 2012 16:17:32 Tony Prisk wrote: > > This patch adds devicetree support to the EHCI-platform driver, > > and removes the now unneeded ehci-vt8500.c > > > > Existing platform properties are maintained,

Re: [PATCH 1/2] USB: Update EHCI-platform driver to devicetree.

2012-10-20 Thread Alan Stern
On Sat, 20 Oct 2012, Florian Fainelli wrote: > Hi Tony, > > On Saturday 20 October 2012 16:17:32 Tony Prisk wrote: > > This patch adds devicetree support to the EHCI-platform driver, > > and removes the now unneeded ehci-vt8500.c > > > > Existing platform properties are maintained, with the exce

Re: [PATCH 1/2] USB: Update EHCI-platform driver to devicetree.

2012-10-20 Thread Florian Fainelli
Hi Tony, On Saturday 20 October 2012 16:17:32 Tony Prisk wrote: > This patch adds devicetree support to the EHCI-platform driver, > and removes the now unneeded ehci-vt8500.c > > Existing platform properties are maintained, with the exception > the power_(on/off) and suspend function pointers. O