All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] xhci features for usb-next
@ 2026-06-03  9:11 Mathias Nyman
  2026-06-03  9:11 ` [PATCH 01/15] usb: xhci: fix typo in xhci_set_port_power() comment Mathias Nyman
                   ` (14 more replies)
  0 siblings, 15 replies; 21+ messages in thread
From: Mathias Nyman @ 2026-06-03  9:11 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb, Mathias Nyman

Hi Greg

xhci features for usb-next with generic improvements, cleanups,
refactoring and some DbC hung state detection and recovery

Mathias Nyman (6):
  xhci: dbc: Fix sysfs ABI Documentation for xhci dbc states
  xhci: dbc: serialize enabling and disabling dbc
  xhci: dbc: add helper to set and clear DbC DCE enable bit
  xhci: dbc: add timestamps to DbC state changes in a new helper.
  xhci: dbc: detect and recover hung DbC during enumeraton
  xhci: Prevent queuing new commands if xhci is inaccessible

Michal Pecio (4):
  usb: xhci: Simplify xhci_quiesce()
  usb: xhci: Remove skip_isoc_td()
  usb: xhci: Remove isochronous URB_SHORT_NOT_OK handling
  usb: xhci: Improve Soft Retries after short transfers

Niklas Neronin (4):
  usb: xhci: remove legacy 'num_trbs_free' tracking
  usb: xhci: refactor DCBAA struct
  usb: xhci: allocate DCBAA based on host controller max slots
  usb: xhci: allocate internal DCBAA mirror dynamically

Stepan Ionichev (1):
  usb: xhci: fix typo in xhci_set_port_power() comment

 .../testing/sysfs-bus-pci-drivers-xhci_hcd    |   2 +-
 drivers/usb/host/xhci-dbgcap.c                | 144 ++++++++++++------
 drivers/usb/host/xhci-dbgcap.h                |   3 +
 drivers/usb/host/xhci-hub.c                   |   2 +-
 drivers/usb/host/xhci-mem.c                   |  60 ++++----
 drivers/usb/host/xhci-ring.c                  |  53 +++----
 drivers/usb/host/xhci.c                       |  23 ++-
 drivers/usb/host/xhci.h                       |  29 ++--
 8 files changed, 177 insertions(+), 139 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-06-15 12:15 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-03  9:11 [PATCH 00/15] xhci features for usb-next Mathias Nyman
2026-06-03  9:11 ` [PATCH 01/15] usb: xhci: fix typo in xhci_set_port_power() comment Mathias Nyman
2026-06-03  9:11 ` [PATCH 02/15] usb: xhci: remove legacy 'num_trbs_free' tracking Mathias Nyman
2026-06-03  9:11 ` [PATCH 03/15] usb: xhci: Simplify xhci_quiesce() Mathias Nyman
2026-06-03  9:11 ` [PATCH 04/15] usb: xhci: Remove skip_isoc_td() Mathias Nyman
2026-06-03  9:11 ` [PATCH 05/15] usb: xhci: Remove isochronous URB_SHORT_NOT_OK handling Mathias Nyman
2026-06-03  9:11 ` [PATCH 06/15] usb: xhci: Improve Soft Retries after short transfers Mathias Nyman
2026-06-03  9:11 ` [PATCH 07/15] xhci: dbc: Fix sysfs ABI Documentation for xhci dbc states Mathias Nyman
2026-06-03  9:11 ` [PATCH 08/15] xhci: dbc: serialize enabling and disabling dbc Mathias Nyman
2026-06-15  6:11   ` Borah, Chaitanya Kumar
2026-06-15  8:47     ` Mathias Nyman
2026-06-15  8:55       ` [RFT PATCH] xhci: dbc: support runtime suspend while DbC is in enabled state Mathias Nyman
2026-06-15 12:14         ` Borah, Chaitanya Kumar
2026-06-15  9:17       ` ✗ Fi.CI.BUILD: failure for " Patchwork
2026-06-03  9:11 ` [PATCH 09/15] xhci: dbc: add helper to set and clear DbC DCE enable bit Mathias Nyman
2026-06-03  9:11 ` [PATCH 10/15] xhci: dbc: add timestamps to DbC state changes in a new helper Mathias Nyman
2026-06-03  9:11 ` [PATCH 11/15] xhci: dbc: detect and recover hung DbC during enumeraton Mathias Nyman
2026-06-03  9:11 ` [PATCH 12/15] xhci: Prevent queuing new commands if xhci is inaccessible Mathias Nyman
2026-06-03  9:11 ` [PATCH 13/15] usb: xhci: refactor DCBAA struct Mathias Nyman
2026-06-03  9:11 ` [PATCH 14/15] usb: xhci: allocate DCBAA based on host controller max slots Mathias Nyman
2026-06-03  9:11 ` [PATCH 15/15] usb: xhci: allocate internal DCBAA mirror dynamically Mathias Nyman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.