mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 00/15] usb: xhci: pull in fixes from U-Boot v2024.01
@ 2024-02-19 13:38 Ahmad Fatoum
  2024-02-19 13:38 ` [PATCH 01/15] usb: xhci: usb: xhci: avoid type conversion of void * Ahmad Fatoum
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Ahmad Fatoum @ 2024-02-19 13:38 UTC (permalink / raw)
  To: barebox

The latest U-Boot release saw some fixes to the xHCI driver contributed
by the Asahi Linux project to improve robustness in case of errors.

Port these to barebox as well as a couple of cleanup commits that make
the code in barebox look more similar to changes that happened to U-Boot
in the meantime.

Ahmad Fatoum (15):
  usb: xhci: usb: xhci: avoid type conversion of void *
  usb: xhci: add various debugging prints
  usb: xhci: call xhci_flush_cache where appropriate
  usb: xhci: use macros for formatting values
  usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)
  usb: xhci: Add missing xhci_readl()
  usb: xhci: don't use xhci_writeq for normal SDRAM
  usb: xhci: support non-1:1 mapped xHCI
  usb: xhci: reset endpoint on USB stall
  usb: xhci: Fix root hub descriptor
  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: Do not panic on event timeouts

 drivers/usb/host/xhci-mem.c  |  99 +++++++++---------
 drivers/usb/host/xhci-ring.c | 190 +++++++++++++++++++++++++++--------
 drivers/usb/host/xhci.c      |  62 ++++++++----
 drivers/usb/host/xhci.h      |  16 ++-
 4 files changed, 247 insertions(+), 120 deletions(-)

-- 
2.39.2




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

end of thread, other threads:[~2024-02-20 11:07 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-19 13:38 [PATCH 00/15] usb: xhci: pull in fixes from U-Boot v2024.01 Ahmad Fatoum
2024-02-19 13:38 ` [PATCH 01/15] usb: xhci: usb: xhci: avoid type conversion of void * Ahmad Fatoum
2024-02-19 13:38 ` [PATCH 02/15] usb: xhci: add various debugging prints Ahmad Fatoum
2024-02-19 13:38 ` [PATCH 03/15] usb: xhci: call xhci_flush_cache where appropriate Ahmad Fatoum
2024-02-19 13:38 ` [PATCH 04/15] usb: xhci: use macros for formatting values Ahmad Fatoum
2024-02-19 13:38 ` [PATCH 05/15] usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu) Ahmad Fatoum
2024-02-19 13:38 ` [PATCH 06/15] usb: xhci: Add missing xhci_readl() Ahmad Fatoum
2024-02-19 13:38 ` [PATCH 07/15] usb: xhci: don't use xhci_writeq for normal SDRAM Ahmad Fatoum
2024-02-19 13:38 ` [PATCH 08/15] usb: xhci: support non-1:1 mapped xHCI Ahmad Fatoum
2024-02-19 13:38 ` [PATCH 09/15] usb: xhci: reset endpoint on USB stall Ahmad Fatoum
2024-02-19 13:38 ` [PATCH 10/15] usb: xhci: Fix root hub descriptor Ahmad Fatoum
2024-02-19 13:38 ` [PATCH 11/15] usb: xhci: Guard all calls to xhci_wait_for_event Ahmad Fatoum
2024-02-19 13:38 ` [PATCH 12/15] usb: xhci: Better error handling in abort_td() Ahmad Fatoum
2024-02-19 13:38 ` [PATCH 13/15] usb: xhci: Allow context state errors when halting an endpoint Ahmad Fatoum
2024-02-19 13:38 ` [PATCH 14/15] usb: xhci: Recover from halted bulk endpoints Ahmad Fatoum
2024-02-19 13:38 ` [PATCH 15/15] usb: xhci: Do not panic on event timeouts Ahmad Fatoum
2024-02-20 11:07 ` [PATCH 00/15] usb: xhci: pull in fixes from U-Boot v2024.01 Sascha Hauer

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