]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dm: usb: Allow usb host drivers to implement usb_reset_root_port
authorHans de Goede <hdegoede@redhat.com>
Wed, 17 Jun 2015 19:33:52 +0000 (21:33 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:57 +0000 (13:48 +0200)
commit980c5fd58773632a45ad890e2c0de2fd3a76ff59
treedb6ee704b2921c20aee85548824c9a971ee476c6
parent4d59f5c28fe1c7b0309861f96e981d05807b0ac0
dm: usb: Allow usb host drivers to implement usb_reset_root_port

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>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/usb/host/usb-uclass.c
include/usb.h