All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] xhci features for usb-next
@ 2024-09-05 14:32 Mathias Nyman
  2024-09-05 14:32 ` [PATCH 01/12] xhci: dbc: Fix STALL transfer event handling Mathias Nyman
                   ` (11 more replies)
  0 siblings, 12 replies; 21+ messages in thread
From: Mathias Nyman @ 2024-09-05 14:32 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb, Mathias Nyman

Hi Greg

This series for usb-next has several small xhci cleanups, a couple DbC
improvements, one small secondary interrupter feature, and a fix for
setting PCI D3 state correctly during remove callback on older haswell
hosts.

Thanks
Mathias


Mathias Nyman (4):
  xhci: dbc: Fix STALL transfer event handling
  xhci: dbc: add dbgtty request to end of list once it completes
  xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and freeing
    them.
  xhci: support setting interrupt moderation IMOD for secondary
    interrupters

Niklas Neronin (7):
  usb: xhci: remove excessive isoc frame debug message spam
  usb: xhci: remove excessive Bulk short packet debug message
  usb: xhci: remove unused variables from struct 'xhci_hcd'
  usb: xhci: make 'sbrn' a local variable
  usb: xhci: add comments explaining specific interrupt behaviour
  usb: xhci: remove 'retval' from xhci_pci_resume()
  usb: xhci: adjust empty TD list handling in handle_tx_event()

Yue Haibing (1):
  xhci: Remove unused function declarations

 drivers/usb/host/xhci-dbgcap.c | 133 ++++++++++++++++++++-------------
 drivers/usb/host/xhci-dbgcap.h |   2 +-
 drivers/usb/host/xhci-dbgtty.c |   2 +-
 drivers/usb/host/xhci-mem.c    |   8 +-
 drivers/usb/host/xhci-pci.c    |  25 ++++---
 drivers/usb/host/xhci-ring.c   |  58 ++++++--------
 drivers/usb/host/xhci.c        |   4 +-
 drivers/usb/host/xhci.h        |  14 +---
 8 files changed, 135 insertions(+), 111 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-09-09  8:22 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05 14:32 [PATCH 00/12] xhci features for usb-next Mathias Nyman
2024-09-05 14:32 ` [PATCH 01/12] xhci: dbc: Fix STALL transfer event handling Mathias Nyman
2024-09-05 14:32 ` [PATCH 02/12] xhci: dbc: add dbgtty request to end of list once it completes Mathias Nyman
2024-09-05 14:32 ` [PATCH 03/12] xhci: Remove unused function declarations Mathias Nyman
2024-09-05 14:32 ` [PATCH 04/12] usb: xhci: remove excessive isoc frame debug message spam Mathias Nyman
2024-09-05 21:30   ` Thinh Nguyen
2024-09-06 13:27     ` Mathias Nyman
2024-09-07  0:41       ` Thinh Nguyen
2024-09-05 14:32 ` [PATCH 05/12] usb: xhci: remove excessive Bulk short packet debug message Mathias Nyman
2024-09-05 14:32 ` [PATCH 06/12] usb: xhci: remove unused variables from struct 'xhci_hcd' Mathias Nyman
2024-09-05 14:32 ` [PATCH 07/12] usb: xhci: make 'sbrn' a local variable Mathias Nyman
2024-09-05 14:32 ` [PATCH 08/12] usb: xhci: add comments explaining specific interrupt behaviour Mathias Nyman
2024-09-05 14:32 ` [PATCH 09/12] usb: xhci: remove 'retval' from xhci_pci_resume() Mathias Nyman
2024-09-05 14:32 ` [PATCH 10/12] usb: xhci: adjust empty TD list handling in handle_tx_event() Mathias Nyman
2024-09-06  4:44   ` fps
2024-09-06  7:09     ` Neronin, Niklas
2024-09-06 12:23   ` Michał Pecio
2024-09-06 13:05     ` Neronin, Niklas
2024-09-09  8:22       ` Michał Pecio
2024-09-05 14:32 ` [PATCH 11/12] xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and freeing them Mathias Nyman
2024-09-05 14:33 ` [PATCH 12/12] xhci: support setting interrupt moderation IMOD for secondary interrupters 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.