linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] xhci features for usb-next
@ 2020-12-08  9:29 Mathias Nyman
  2020-12-08  9:29 ` [PATCH 1/5] usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRK Mathias Nyman
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Mathias Nyman @ 2020-12-08  9:29 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb, Mathias Nyman

Hi Greg

A few patches for usb-next, a bit late in the cycle but nice if
they can make 5.11.

-Mathias

Hans de Goede (1):
  xhci-pci: Allow host runtime PM as default for Intel Alpine Ridge LP

Li Jun (1):
  xhci: Give USB2 ports time to enter U3 in bus suspend

Mika Westerberg (1):
  xhci-pci: Allow host runtime PM as default for Intel Maple Ridge xHCI

Tejas Joglekar (2):
  usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRK
  usb: xhci: Use temporary buffer to consolidate SG

 drivers/usb/host/xhci-hub.c  |   4 ++
 drivers/usb/host/xhci-pci.c  |   6 +-
 drivers/usb/host/xhci-plat.c |   3 +
 drivers/usb/host/xhci-ring.c |   2 +-
 drivers/usb/host/xhci.c      | 129 ++++++++++++++++++++++++++++++++++-
 drivers/usb/host/xhci.h      |   5 ++
 6 files changed, 146 insertions(+), 3 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/5] xhci features for usb-next
@ 2024-12-27 12:01 Mathias Nyman
  0 siblings, 0 replies; 9+ 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] 9+ messages in thread

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-08  9:29 [PATCH 0/5] xhci features for usb-next Mathias Nyman
2020-12-08  9:29 ` [PATCH 1/5] usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRK Mathias Nyman
2020-12-08  9:29 ` [PATCH 2/5] usb: xhci: Use temporary buffer to consolidate SG Mathias Nyman
2020-12-08  9:29 ` [PATCH 3/5] xhci-pci: Allow host runtime PM as default for Intel Alpine Ridge LP Mathias Nyman
2020-12-08  9:29 ` [PATCH 4/5] xhci-pci: Allow host runtime PM as default for Intel Maple Ridge xHCI Mathias Nyman
2020-12-08  9:39   ` Greg KH
2020-12-08 11:21     ` Mathias Nyman
2020-12-08  9:29 ` [PATCH 5/5] xhci: Give USB2 ports time to enter U3 in bus suspend Mathias Nyman
  -- strict thread matches above, loose matches on Subject: below --
2024-12-27 12:01 [PATCH 0/5] xhci features for usb-next Mathias Nyman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).