Re: [U-Boot] [PATCH 14/18] dm: usb: Add driver-model support to ehci-pci

2015-07-22 Thread Simon Glass
On 6 July 2015 at 17:21, Marek Vasut wrote: > On Tuesday, July 07, 2015 at 12:47:53 AM, Simon Glass wrote: >> Support driver model in this driver. This uses the normal USB driver search >> mechanism. Any EHCI controllers will be set up as they are found during >> usb_init(). >> >> Signed-off-by: S

Re: [U-Boot] [PATCH 14/18] dm: usb: Add driver-model support to ehci-pci

2015-07-06 Thread Marek Vasut
On Tuesday, July 07, 2015 at 12:47:53 AM, Simon Glass wrote: > Support driver model in this driver. This uses the normal USB driver search > mechanism. Any EHCI controllers will be set up as they are found during > usb_init(). > > Signed-off-by: Simon Glass Reviewed-by: Marek Vasut Best regard

[U-Boot] [PATCH 14/18] dm: usb: Add driver-model support to ehci-pci

2015-07-06 Thread Simon Glass
Support driver model in this driver. This uses the normal USB driver search mechanism. Any EHCI controllers will be set up as they are found during usb_init(). Signed-off-by: Simon Glass --- drivers/usb/host/ehci-pci.c | 97 +++-- 1 file changed, 77 inser