[U-Boot] [PULL] u-boot-usb/master
    Marek Vasut 
    marex at denx.de
       
    Sat Jul  6 18:27:30 UTC 2019
    
    
  
The following changes since commit 1f83431f0053f6fb20c511c391ffc687433848cf:
  board: amlogic: add mailing-list to MAINTAINERS (2019-07-04 11:36:52
-0400)
are available in the Git repository at:
  git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 3b83829ed63fabe460592395571c1d8fd9b861c8:
  usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic
glue (2019-07-05 14:19:41 +0200)
----------------------------------------------------------------
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
Marek Vasut (1):
      usb: ehci-mx6: Fix bus enumeration for DM case
 arch/sandbox/dts/test.dts       | 12 ++++++++++++
 drivers/core/uclass.c           |  5 +++++
 drivers/usb/dwc3/dwc3-generic.c |  4 ++--
 drivers/usb/host/ehci-mx6.c     | 37 +++++++++++++++++++++++++++++++++++++
 include/dm/uclass-id.h          |  1 +
 test/dm/Makefile                |  1 +
 test/dm/nop.c                   | 73
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 131 insertions(+), 2 deletions(-)
 create mode 100644 test/dm/nop.c
    
    
More information about the U-Boot
mailing list