
The following changes since commit 8f527342db4160a1f030de6fe4a1591787cce65a:
Prepare v2022.07-rc4 (2022-06-06 10:25:13 -0400)
are available in the Git repository at:
git://source.denx.de/u-boot-usb.git master
for you to fetch changes up to 02544db9a7ffd352129f51c8987fc5a6e2b31a8b:
misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux (2022-06-07 16:14:20 +0200)
---------------------------------------------------------------- Chunfeng Yun (1): usb: xhci-mtk: disable all ports when disable host controller
Marek Vasut (1): misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux
drivers/misc/Kconfig | 9 ++ drivers/misc/Makefile | 1 + drivers/misc/usb251xb.c | 605 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/usb/host/xhci-mtk.c | 6 +- 4 files changed, 619 insertions(+), 2 deletions(-) create mode 100644 drivers/misc/usb251xb.c