
7 Jul
2015
7 Jul
'15
8:34 p.m.
On 28 June 2015 at 21:45, Simon Glass sjg@chromium.org wrote:
On 17 June 2015 at 13:33, Hans de Goede hdegoede@redhat.com wrote:
Add an usb_device parameter to usb_reset_root_port so that it knows which root-port it is resetting. This is necessary for proper device-model support for usb_reset_root_port.
Also remove a duplicate declaration of usb_reset_root_port() from usb.h .
Signed-off-by: Hans de Goede hdegoede@redhat.com
common/usb.c | 2 +- drivers/usb/host/usb-uclass.c | 2 +- drivers/usb/musb-new/musb_uboot.c | 4 ++-- include/usb.h | 8 ++------ 4 files changed, 6 insertions(+), 10 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/next, thanks!