From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 6 Jul 2019 20:27:30 +0200 Subject: [U-Boot] [PULL] u-boot-usb/master Message-ID: <2358483f-0007-8010-4e9d-00de22c06098@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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