
The following changes since commit 43f2873fa98b1da6eb56d756315c7bd7db63db27:
MAINTAINERS: Step up as co-maintainer of Tegra SOC platform (2023-11-28 11:23:02 -0500)
are available in the Git repository at:
git://source.denx.de/u-boot-usb.git master
for you to fetch changes up to 493e0e2577bfe11b3065a30a6f5c827f95c1df94:
usb: USB_XHCI_PCI depends on PCI (2023-12-01 16:01:59 +0100)
---------------------------------------------------------------- Hector Martin (9): usb: xhci: Guard all calls to xhci_wait_for_event usb: xhci: Better error handling in abort_td() usb: xhci: Allow context state errors when halting an endpoint usb: xhci: Recover from halted bulk endpoints usb: xhci: Fail on attempt to queue TRBs to a halted endpoint usb: xhci: Do not panic on event timeouts usb: xhci: Fix DMA address calculation in queue_trb usb: hub: Add missing reset recovery delay usb: storage: Use the correct CBW lengths
Heinrich Schuchardt (1): usb: USB_XHCI_PCI depends on PCI
Jonas Karlman (1): usb: dwc3-generic: Use combined glue and ctrl node for RK3588
common/usb_hub.c | 7 ++++ common/usb_storage.c | 22 ++++++++----- drivers/usb/dwc3/dwc3-generic.c | 1 + drivers/usb/host/Kconfig | 2 +- drivers/usb/host/xhci-ring.c | 72 ++++++++++++++++++++++++++++++++--------- drivers/usb/host/xhci.c | 9 ++++++ include/usb/xhci.h | 2 ++ 7 files changed, 90 insertions(+), 25 deletions(-)

On Sat, Dec 02, 2023 at 07:25:14AM +0100, Marek Vasut wrote:
The following changes since commit 43f2873fa98b1da6eb56d756315c7bd7db63db27:
MAINTAINERS: Step up as co-maintainer of Tegra SOC platform (2023-11-28 11:23:02 -0500)
are available in the Git repository at:
git://source.denx.de/u-boot-usb.git master
for you to fetch changes up to 493e0e2577bfe11b3065a30a6f5c827f95c1df94:
usb: USB_XHCI_PCI depends on PCI (2023-12-01 16:01:59 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini