u-boot-brain/drivers/usb/dwc3
Jean-Jacques Hiblot 3e6ab7327f usb: dwc3: Kconfig: get rid of obsolete mode selection
The mode selection for the DWC3 is kind of obsolete. The driver does not
have to be host only or gadget only. This choice is confusing.
All the remaining callers of dwc3_uboot_init() explicitly set dr_mode
before calling the function, so none rely on a default behavior.

Remove the choice menu and keep only the USB_DWC3_GADGET option. Enable it
by default if USB_GADGET and USB_DWC3 are enabled.
It must be disabled for the evb-rk3328 as it uses DWC2 for the gadget and
DWC3 for the host.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
2019-10-24 11:28:17 +02:00
..
core.c usb: dwc3: Kconfig: get rid of obsolete mode selection 2019-10-24 11:28:17 +02:00
core.h usb: dwc3: Add dwc3_of_parse() to get quirks information from DT 2019-10-24 11:28:17 +02:00
dwc3-generic.c usb: dwc3: Add dwc3_of_parse() to get quirks information from DT 2019-10-24 11:28:17 +02:00
dwc3-meson-g12a.c usb: dwc3: Add Meson G12A USB Glue 2019-05-09 10:38:32 +02:00
dwc3-omap.c drivers: usb: dwc3: remove devm_zalloc from linux_compact 2018-05-18 13:37:02 +02:00
dwc3-uniphier.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
ep0.c usb: dwc3: Fix a compilation error with the edison defconfig 2018-12-07 16:31:45 +01:00
gadget.c usb: composite: Move bitmap related operations to ./include/linux/bitmap.h 2018-12-14 17:59:08 +01:00
gadget.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
io.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig usb: dwc3: Kconfig: get rid of obsolete mode selection 2019-10-24 11:28:17 +02:00
linux-compat.h bug.h: introduce WARN_ONCE 2018-06-07 17:08:06 -04:00
Makefile usb: dwc3: Add Meson G12A USB Glue 2019-05-09 10:38:32 +02:00
samsung_usb_phy.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
ti_usb_phy.c usb: composite: Move bitmap related operations to ./include/linux/bitmap.h 2018-12-14 17:59:08 +01:00