mbox series

[0/9] xhci features for usb-next

Message ID 20220511220450.85367-1-mathias.nyman@linux.intel.com
Headers show
Series xhci features for usb-next | expand

Message

Mathias Nyman May 11, 2022, 10:04 p.m. UTC
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(-)