All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/19] xhci features for usb-next
@ 2023-10-19 10:29 Mathias Nyman
  2023-10-19 10:29 ` [PATCH 01/19] xhci: pass port structure to tracing instead of port number Mathias Nyman
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Mathias Nyman @ 2023-10-19 10:29 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb, Mathias Nyman

Hi Greg

Some xhci features for usb-next.

Among other small changes this series doubles the event ring size,
turning it from a one segment ring into a two segment ring.

Thanks
Mathias

Basavaraj Natikar (2):
  xhci: Loosen RPM as default policy to cover for AMD xHC 1.1
  xhci: Enable RPM on controllers that support low-power states

Jonathan Bell (1):
  xhci: Use more than one Event Ring segment

Lukas Wunner (7):
  xhci: Set DESI bits in ERDP register correctly
  xhci: Adjust segment numbers after ring expansion
  xhci: Update last segment pointer after Event Ring expansion
  xhci: Expose segment numbers in debugfs
  xhci: Clean up ERST_PTR_MASK inversion
  xhci: Clean up stale comment on ERST_SIZE macro
  xhci: Clean up xhci_{alloc,free}_erst() declarations

Mathias Nyman (6):
  xhci: pass port structure to tracing instead of port number
  xhci: Add busnumber to port tracing
  xhci: expand next_trb() helper to support more ring types
  xhci: simplify event ring dequeue tracking for transfer events
  xhci: Simplify event ring dequeue pointer update for port change
    events
  xhci: split free interrupter into separate remove and free parts

Sergey Shtylyov (1):
  usb: host: xhci-plat: fix possible kernel oops while resuming

Udipto Goswami (1):
  usb: xhci: Implement xhci_handshake_check_state() helper

Wesley Cheng (1):
  usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not
    present

 drivers/usb/host/xhci-debugfs.c |  2 +-
 drivers/usb/host/xhci-hub.c     |  4 +-
 drivers/usb/host/xhci-mem.c     | 96 +++++++++++++++++++--------------
 drivers/usb/host/xhci-pci.c     |  6 ++-
 drivers/usb/host/xhci-plat.c    | 23 ++++++--
 drivers/usb/host/xhci-ring.c    | 38 ++++---------
 drivers/usb/host/xhci-trace.h   | 23 ++++----
 drivers/usb/host/xhci.c         | 40 ++++++++++++--
 drivers/usb/host/xhci.h         | 18 +++----
 9 files changed, 149 insertions(+), 101 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-10-19 10:28 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-19 10:29 [PATCH 00/19] xhci features for usb-next Mathias Nyman
2023-10-19 10:29 ` [PATCH 01/19] xhci: pass port structure to tracing instead of port number Mathias Nyman
2023-10-19 10:29 ` [PATCH 02/19] xhci: Add busnumber to port tracing Mathias Nyman
2023-10-19 10:29 ` [PATCH 03/19] xhci: expand next_trb() helper to support more ring types Mathias Nyman
2023-10-19 10:29 ` [PATCH 04/19] xhci: Set DESI bits in ERDP register correctly Mathias Nyman
2023-10-19 10:29 ` [PATCH 05/19] xhci: Use more than one Event Ring segment Mathias Nyman
2023-10-19 10:29 ` [PATCH 06/19] xhci: Adjust segment numbers after ring expansion Mathias Nyman
2023-10-19 10:29 ` [PATCH 07/19] xhci: Update last segment pointer after Event Ring expansion Mathias Nyman
2023-10-19 10:29 ` [PATCH 08/19] xhci: Expose segment numbers in debugfs Mathias Nyman
2023-10-19 10:29 ` [PATCH 09/19] xhci: Clean up ERST_PTR_MASK inversion Mathias Nyman
2023-10-19 10:29 ` [PATCH 10/19] xhci: Clean up stale comment on ERST_SIZE macro Mathias Nyman
2023-10-19 10:29 ` [PATCH 11/19] xhci: Clean up xhci_{alloc,free}_erst() declarations Mathias Nyman
2023-10-19 10:29 ` [PATCH 12/19] xhci: simplify event ring dequeue tracking for transfer events Mathias Nyman
2023-10-19 10:29 ` [PATCH 13/19] xhci: Simplify event ring dequeue pointer update for port change events Mathias Nyman
2023-10-19 10:29 ` [PATCH 14/19] xhci: Loosen RPM as default policy to cover for AMD xHC 1.1 Mathias Nyman
2023-10-19 10:29 ` [PATCH 15/19] xhci: Enable RPM on controllers that support low-power states Mathias Nyman
2023-10-19 10:29 ` [PATCH 16/19] xhci: split free interrupter into separate remove and free parts Mathias Nyman
2023-10-19 10:29 ` [PATCH 17/19] usb: xhci: Implement xhci_handshake_check_state() helper Mathias Nyman
2023-10-19 10:29 ` [PATCH 18/19] usb: host: xhci-plat: fix possible kernel oops while resuming Mathias Nyman
2023-10-19 10:29 ` [PATCH 19/19] usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present 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.