Re: [U-Boot] [PATCH] usb: add support of generic OHCI devices

2015-12-16 Thread Marek Vasut
On Wednesday, December 16, 2015 at 04:45:05 PM, Alexey Brodkin wrote: > Hi Marek, > > On Wed, 2015-12-16 at 16:44 +0100, Marek Vasut wrote: > > On Wednesday, December 16, 2015 at 04:40:25 PM, Alexey Brodkin wrote: > > > Hi Marek, > > > > > > On Wed, 2015-12-16 at 01:44 +0100, Marek Vasut wrote: >

Re: [U-Boot] [PATCH] usb: add support of generic OHCI devices

2015-12-16 Thread Alexey Brodkin
Hi Marek, On Wed, 2015-12-16 at 16:44 +0100, Marek Vasut wrote: > On Wednesday, December 16, 2015 at 04:40:25 PM, Alexey Brodkin wrote: > > Hi Marek, > > > > On Wed, 2015-12-16 at 01:44 +0100, Marek Vasut wrote: > > > On Monday, December 14, 2015 at 03:18:50 PM, Alexey Brodkin wrote: > > > > And

Re: [U-Boot] [PATCH] usb: add support of generic OHCI devices

2015-12-16 Thread Marek Vasut
On Wednesday, December 16, 2015 at 04:40:25 PM, Alexey Brodkin wrote: > Hi Marek, > > On Wed, 2015-12-16 at 01:44 +0100, Marek Vasut wrote: > > On Monday, December 14, 2015 at 03:18:50 PM, Alexey Brodkin wrote: > > > This driver is meant to be used with any OHCI-compatible host > > > controller in

Re: [U-Boot] [PATCH] usb: add support of generic OHCI devices

2015-12-16 Thread Alexey Brodkin
Hi Marek, On Wed, 2015-12-16 at 01:44 +0100, Marek Vasut wrote: > On Monday, December 14, 2015 at 03:18:50 PM, Alexey Brodkin wrote: > > This driver is meant to be used with any OHCI-compatible host > > controller in case if there's no need for platform-specific > > glue such as setup of controlle

Re: [U-Boot] [PATCH] usb: add support of generic OHCI devices

2015-12-15 Thread Marek Vasut
On Monday, December 14, 2015 at 03:18:50 PM, Alexey Brodkin wrote: > This driver is meant to be used with any OHCI-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

[U-Boot] [PATCH] usb: add support of generic OHCI devices

2015-12-14 Thread Alexey Brodkin
This driver is meant to be used with any OHCI-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 Cc: Simon Glass Cc: Marek Vasut --- drivers/usb/host/Kconfig| 8 +