All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] xhci features for usb-next
@ 2022-05-11 22:04 Mathias Nyman
  2022-05-11 22:04 ` [PATCH 1/9] xhci: factor out parts of xhci_gen_setup() Mathias Nyman
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Mathias Nyman @ 2022-05-11 22:04 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb, Mathias Nyman

Hi Greg

New xhci features for 5.19
Major change is support for xHC with just one roothub.

Thanks
Mathias

Heiner Kallweit (5):
  xhci: factor out parts of xhci_gen_setup()
  xhci: prepare for operation w/o shared hcd
  usb: host: xhci-plat: create shared hcd after having added main hcd
  usb: host: xhci-plat: prepare operation w/o shared hcd
  usb: host: xhci-plat: omit shared hcd if either root hub has no ports

Mathias Nyman (4):
  xhci: use generic command timer for stop endpoint commands.
  xhci: prevent U2 link power state if Intel tier policy prevented U1
  xhci: Remove quirk for over 10 year old evaluation hardware
  xhci: Allow host runtime PM as default for Intel Alder Lake N xHCI

 drivers/usb/host/xhci-hub.c  |   3 +-
 drivers/usb/host/xhci-mem.c  |  23 ++---
 drivers/usb/host/xhci-pci.c  |   5 +-
 drivers/usb/host/xhci-plat.c |  46 ++++++----
 drivers/usb/host/xhci-ring.c | 144 ++++++++---------------------
 drivers/usb/host/xhci.c      | 173 +++++++++++++++++++----------------
 drivers/usb/host/xhci.h      |  30 +++++-
 7 files changed, 199 insertions(+), 225 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-05-11 22:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11 22:04 [PATCH 0/9] xhci features for usb-next Mathias Nyman
2022-05-11 22:04 ` [PATCH 1/9] xhci: factor out parts of xhci_gen_setup() Mathias Nyman
2022-05-11 22:04 ` [PATCH 2/9] xhci: prepare for operation w/o shared hcd Mathias Nyman
2022-05-11 22:04 ` [PATCH 3/9] usb: host: xhci-plat: create shared hcd after having added main hcd Mathias Nyman
2022-05-11 22:04 ` [PATCH 4/9] usb: host: xhci-plat: prepare operation w/o shared hcd Mathias Nyman
2022-05-11 22:04 ` [PATCH 5/9] usb: host: xhci-plat: omit shared hcd if either root hub has no ports Mathias Nyman
2022-05-11 22:04 ` [PATCH 6/9] xhci: use generic command timer for stop endpoint commands Mathias Nyman
2022-05-11 22:04 ` [PATCH 7/9] xhci: prevent U2 link power state if Intel tier policy prevented U1 Mathias Nyman
2022-05-11 22:04 ` [PATCH 8/9] xhci: Remove quirk for over 10 year old evaluation hardware Mathias Nyman
2022-05-11 22:04 ` [PATCH 9/9] xhci: Allow host runtime PM as default for Intel Alder Lake N xHCI 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.