
7 Jul
2015
7 Jul
'15
8:35 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:
Allow usb uclass host drivers to implement usb_reset_root_port, this is used by single port usb hosts which do not emulate a hub, such as otg controllers.
Signed-off-by: Hans de Goede hdegoede@redhat.com
drivers/usb/host/usb-uclass.c | 16 +++++++++++----- include/usb.h | 5 +++++ 2 files changed, 16 insertions(+), 5 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/next, thanks!