Re: [U-Boot] [PATCH v2] usb: add support for generic EHCI devices

2015-11-30 Thread Alexey Brodkin
Hi Marek, On Fri, 2015-11-20 at 21:48 +0100, Marek Vasut wrote: > On Wednesday, November 18, 2015 at 04:26:21 PM, Alexey Brodkin wrote: > > This driver is meant to be used with any EHCI-compatible host > > controller in case if there's no need for platform-specific > > glue such as setup of

Re: [U-Boot] [PATCH v2] usb: add support for generic EHCI devices

2015-11-30 Thread Marek Vasut
On Monday, November 30, 2015 at 12:10:23 PM, Alexey Brodkin wrote: > Hi Marek, > > On Fri, 2015-11-20 at 21:48 +0100, Marek Vasut wrote: > > On Wednesday, November 18, 2015 at 04:26:21 PM, Alexey Brodkin wrote: > > > This driver is meant to be used with any EHCI-compatible host > > > controller

Re: [U-Boot] [PATCH v2] usb: add support for generic EHCI devices

2015-11-20 Thread Alexey Brodkin
Hi Marek, On Fri, 2015-11-20 at 21:48 +0100, Marek Vasut wrote: > On Wednesday, November 18, 2015 at 04:26:21 PM, Alexey Brodkin wrote: > > This driver is meant to be used with any EHCI-compatible host > > controller in case if there's no need for platform-specific > > glue such as setup of

Re: [U-Boot] [PATCH v2] usb: add support for generic EHCI devices

2015-11-20 Thread Marek Vasut
On Friday, November 20, 2015 at 09:38:39 PM, Simon Glass wrote: > On 18 November 2015 at 08:26, Alexey Brodkin > > wrote: > > This driver is meant to be used with any EHCI-compatible host > > controller in case if there's no need for platform-specific > > glue such

Re: [U-Boot] [PATCH v2] usb: add support for generic EHCI devices

2015-11-20 Thread Simon Glass
On 18 November 2015 at 08:26, Alexey Brodkin wrote: > > This driver is meant to be used with any EHCI-compatible host > controller in case if there's no need for platform-specific > glue such as setup of controller or PHY's power mode via > GPIOs etc. > >

Re: [U-Boot] [PATCH v2] usb: add support for generic EHCI devices

2015-11-20 Thread Marek Vasut
On Wednesday, November 18, 2015 at 04:26:21 PM, Alexey Brodkin wrote: > This driver is meant to be used with any EHCI-compatible host > controller in case if there's no need for platform-specific > glue such as setup of controller or PHY's power mode via > GPIOs etc. > > Signed-off-by: Alexey

Re: [U-Boot] [PATCH v2] usb: add support for generic EHCI devices

2015-11-20 Thread Alexey Brodkin
Hi Simon, Marek, On Wed, 2015-11-18 at 18:26 +0300, Alexey Brodkin wrote: > This driver is meant to be used with any EHCI-compatible host > controller in case if there's no need for platform-specific > glue such as setup of controller or PHY's power mode via > GPIOs etc. > > Signed-off-by:

Re: [U-Boot] [PATCH v2] usb: add support for generic EHCI devices

2015-11-20 Thread Marek Vasut
On Friday, November 20, 2015 at 10:28:34 PM, Alexey Brodkin wrote: > Hi Marek, Hi! > On Fri, 2015-11-20 at 21:48 +0100, Marek Vasut wrote: > > On Wednesday, November 18, 2015 at 04:26:21 PM, Alexey Brodkin wrote: > > > This driver is meant to be used with any EHCI-compatible host > > >

[U-Boot] [PATCH v2] usb: add support for generic EHCI devices

2015-11-18 Thread Alexey Brodkin
This driver is meant to be used with any EHCI-compatible host controller in case if there's no need for platform-specific glue such as setup of controller or PHY's power mode via GPIOs etc. Signed-off-by: Alexey Brodkin Reviewed-by: Simon Glass