Re: [U-Boot] [PATCH 2/8] dm: usb: Use controller_dev in dm ehci code

2015-05-01 Thread Hans de Goede
Hi, On 01-05-15 06:11, Simon Glass wrote: Hi Hans, On 30 April 2015 at 08:35, Hans de Goede hdego...@redhat.com wrote: Use the controller_dev pointer in the ehci hcd code rather then going up the tree till we find the first UCLASS_USB device. Signed-off-by: Hans de Goede hdego...@redhat.com

Re: [U-Boot] [PATCH 2/8] dm: usb: Use controller_dev in dm ehci code

2015-04-30 Thread Simon Glass
Hi Hans, On 30 April 2015 at 08:35, Hans de Goede hdego...@redhat.com wrote: Use the controller_dev pointer in the ehci hcd code rather then going up the tree till we find the first UCLASS_USB device. Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/usb/host/ehci-hcd.c | 9