All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] xhci features for usb-next
@ 2024-12-27 12:01 Mathias Nyman
  2024-12-27 12:01 ` [PATCH 1/5] xhci: dbc: Improve performance by removing delay in transfer event polling Mathias Nyman
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mathias Nyman @ 2024-12-27 12:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb, Mathias Nyman

Hi Greg

Some xhci features and a fix for usb-next, improving DbC performance and
defining a few missing bits in xhci spec

The NULL pointer fix by Michal solves a rare, 10 year old issue.
I don't want to force it into 6.13/usb-linus at this stage over the
holidays. Adding it to 6.14/usb-next and stable should be fine.

Thanks
Mathias

Mathias Nyman (4):
  xhci: dbc: Improve performance by removing delay in transfer event
    polling.
  xhci: dbgtty: Improve performance by handling received data
    immediately.
  xhci: Add command completion parameter support
  xhci: Add missing capability definition bits

Michal Pecio (1):
  usb: xhci: Fix NULL pointer dereference on certain command aborts

 drivers/usb/host/xhci-caps.h   |  6 +++
 drivers/usb/host/xhci-dbgcap.c |  2 +-
 drivers/usb/host/xhci-dbgtty.c | 98 ++++++++++++++++++++++------------
 drivers/usb/host/xhci-ring.c   | 13 +++--
 drivers/usb/host/xhci.h        |  4 ++
 5 files changed, 84 insertions(+), 39 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-12-27 12:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-27 12:01 [PATCH 0/5] xhci features for usb-next Mathias Nyman
2024-12-27 12:01 ` [PATCH 1/5] xhci: dbc: Improve performance by removing delay in transfer event polling Mathias Nyman
2024-12-27 12:01 ` [PATCH 2/5] xhci: dbgtty: Improve performance by handling received data immediately Mathias Nyman
2024-12-27 12:01 ` [PATCH 3/5] usb: xhci: Fix NULL pointer dereference on certain command aborts Mathias Nyman
2024-12-27 12:01 ` [PATCH 4/5] xhci: Add command completion parameter support Mathias Nyman
2024-12-27 12:01 ` [PATCH 5/5] xhci: Add missing capability definition bits 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.