public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/8] USB fixes: xHCI error handling
@ 2023-10-26 23:16 Hector Martin
  2023-10-26 23:16 ` [PATCH 1/8] usb: xhci: Guard all calls to xhci_wait_for_event Hector Martin
                   ` (9 more replies)
  0 siblings, 10 replies; 25+ messages in thread
From: Hector Martin @ 2023-10-26 23:16 UTC (permalink / raw)
  To: Bin Meng, Marek Vasut; +Cc: Mark Kettenis, u-boot, asahi, Hector Martin

This series is the first of a few bundles of USB fixes we have been
carrying downstream on the Asahi U-Boot branch for a few months.

Most importantly, this related set of patches makes xHCI error/stall
recovery more robust (or work at all in some cases). There are also a
couple patches fixing other xHCI bugs and adding better debug logs.

I believe this should fix this Fedora bug too:

https://bugzilla.redhat.com/show_bug.cgi?id=2244305

Signed-off-by: Hector Martin <marcan@marcan.st>
---
Hector Martin (8):
      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 non-control 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: xhci: Add more debugging

 drivers/usb/host/xhci-ring.c | 100 +++++++++++++++++++++++++++++++++++--------
 drivers/usb/host/xhci.c      |   9 ++++
 include/usb/xhci.h           |   2 +
 3 files changed, 92 insertions(+), 19 deletions(-)
---
base-commit: fb428b61819444b9337075f49c72f326f5d12085
change-id: 20231027-usb-fixes-1-83bfc7013012

Best regards,
-- 
Hector Martin <marcan@marcan.st>


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2023-11-22 23:53 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-26 23:16 [PATCH 0/8] USB fixes: xHCI error handling Hector Martin
2023-10-26 23:16 ` [PATCH 1/8] usb: xhci: Guard all calls to xhci_wait_for_event Hector Martin
2023-10-26 23:26   ` [PATCH] fixup! " Hector Martin
2023-10-27  0:36     ` Marek Vasut
2023-10-27  6:03       ` Hector Martin
2023-10-29 21:25         ` Marek Vasut
2023-10-29 21:33           ` Peter Robinson
2023-10-29 22:01             ` Tony Dinh
2023-10-26 23:16 ` [PATCH 2/8] usb: xhci: Better error handling in abort_td() Hector Martin
2023-10-27  0:52   ` Marek Vasut
2023-10-26 23:16 ` [PATCH 3/8] usb: xhci: Allow context state errors when halting an endpoint Hector Martin
2023-10-26 23:16 ` [PATCH 4/8] usb: xhci: Recover from halted non-control endpoints Hector Martin
2023-10-26 23:16 ` [PATCH 5/8] usb: xhci: Fail on attempt to queue TRBs to a halted endpoint Hector Martin
2023-10-26 23:16 ` [PATCH 6/8] usb: xhci: Do not panic on event timeouts Hector Martin
2023-10-26 23:16 ` [PATCH 7/8] usb: xhci: Fix DMA address calculation in queue_trb Hector Martin
2023-10-26 23:16 ` [PATCH 8/8] usb: xhci: Add more debugging Hector Martin
2023-10-27 18:58 ` [PATCH 0/8] USB fixes: xHCI error handling Neal Gompa
2023-10-27 19:42   ` Neal Gompa
2023-11-19 20:08 ` Marek Vasut
2023-11-19 23:17   ` Shantur Rathore
2023-11-20  2:09     ` Marek Vasut
2023-11-20 10:45       ` Hector Martin
2023-11-20 12:15         ` Marek Vasut
2023-11-21  6:46           ` Hector Martin
2023-11-22 23:52             ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox