Re: [PATCH 4/7] usb: ehci-platform: add optional reset controller retrieval

2014-05-09 Thread Maxime Ripard
On Thu, May 08, 2014 at 10:07:25AM -0400, Alan Stern wrote: > On Thu, 8 May 2014, Hans de Goede wrote: > > > Hi, > > > > On 05/08/2014 12:00 AM, Maxime Ripard wrote: > > > On Wed, May 07, 2014 at 10:25:55AM -0400, Alan Stern wrote: > > >> On Tue, 6 May 2014, Maxime Ripard wrote: > > >> > > >>> Fr

Re: [PATCH 4/7] usb: ehci-platform: add optional reset controller retrieval

2014-05-08 Thread Alan Stern
On Thu, 8 May 2014, Hans de Goede wrote: > Hi, > > On 05/08/2014 12:00 AM, Maxime Ripard wrote: > > On Wed, May 07, 2014 at 10:25:55AM -0400, Alan Stern wrote: > >> On Tue, 6 May 2014, Maxime Ripard wrote: > >> > >>> From: Boris BREZILLON > >>> > >>> On the Allwinner's A31 SoC the reset line con

Re: [PATCH 4/7] usb: ehci-platform: add optional reset controller retrieval

2014-05-08 Thread Hans de Goede
Hi, On 05/08/2014 12:00 AM, Maxime Ripard wrote: > On Wed, May 07, 2014 at 10:25:55AM -0400, Alan Stern wrote: >> On Tue, 6 May 2014, Maxime Ripard wrote: >> >>> From: Boris BREZILLON >>> >>> On the Allwinner's A31 SoC the reset line connected to the EHCI IP has to >>> be deasserted for the EHCI

Re: [PATCH 4/7] usb: ehci-platform: add optional reset controller retrieval

2014-05-07 Thread Maxime Ripard
On Wed, May 07, 2014 at 10:25:55AM -0400, Alan Stern wrote: > On Tue, 6 May 2014, Maxime Ripard wrote: > > > From: Boris BREZILLON > > > > On the Allwinner's A31 SoC the reset line connected to the EHCI IP has to > > be deasserted for the EHCI block to be usable. > > > > Add support for an opti

Re: [PATCH 4/7] usb: ehci-platform: add optional reset controller retrieval

2014-05-07 Thread Alan Stern
On Tue, 6 May 2014, Maxime Ripard wrote: > From: Boris BREZILLON > > On the Allwinner's A31 SoC the reset line connected to the EHCI IP has to > be deasserted for the EHCI block to be usable. > > Add support for an optional reset controller that will be deasserted on > power off and asserted on

[PATCH 4/7] usb: ehci-platform: add optional reset controller retrieval

2014-05-06 Thread Maxime Ripard
From: Boris BREZILLON On the Allwinner's A31 SoC the reset line connected to the EHCI IP has to be deasserted for the EHCI block to be usable. Add support for an optional reset controller that will be deasserted on power off and asserted on power on. Signed-off-by: Boris BREZILLON Signed-off-b