[U-Boot] [PATCH v1 0/3] Fixes for the DWC3-generic glue driver
Jean-Jacques Hiblot
jjhiblot at ti.com
Fri Jul 5 07:33:55 UTC 2019
This series fixes the current breakage of the DWC3 generic driver
Those patches were part of a larger series that also fixes the K2
platforms. However since the other series will not make it in this
release, sending in a much smaller one.
JJ
Jean-Jacques Hiblot (3):
usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback
dm: Add a No-op uclass
usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic
glue
arch/sandbox/dts/test.dts | 12 ++++++
drivers/core/uclass.c | 5 +++
drivers/usb/dwc3/dwc3-generic.c | 4 +-
include/dm/uclass-id.h | 1 +
test/dm/Makefile | 1 +
test/dm/nop.c | 73 +++++++++++++++++++++++++++++++++
6 files changed, 94 insertions(+), 2 deletions(-)
create mode 100644 test/dm/nop.c
--
2.17.1
More information about the U-Boot
mailing list