mbox series

[0/6] xhci patches for usb-next

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

Message

Mathias Nyman Nov. 30, 2022, 9:19 a.m. UTC
Hi Greg

A few features and fixes for usb-next.
Fixing an issue in xhci streams error handling, adding some Intel Alder Lake
specific workarounds, and some very minor cleanups and changes.

Nice if these can still make 6.2-rc1

Thanks
-Mathias

Longfang Liu (1):
  xhci: print warning when HCE was set

Mathias Nyman (4):
  xhci: export two xhci_hub functions for xhci-pci module usage
  xhci: disable U3 suspended ports in S4 hibernate poweroff_late stage
  xhci: Prevent infinite loop in transaction errors recovery for streams
  xhci: remove unused stream_id parameter from
    xhci_handle_halted_endpoint()

Reka Norman (1):
  xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N

 drivers/usb/core/hcd-pci.c   | 13 +++++++++
 drivers/usb/host/xhci-hub.c  | 22 +++++++++++---
 drivers/usb/host/xhci-pci.c  | 56 +++++++++++++++++++++++++++++++++++-
 drivers/usb/host/xhci-ring.c | 42 +++++++++++++++------------
 drivers/usb/host/xhci.h      |  2 +-
 include/linux/usb/hcd.h      |  3 ++
 6 files changed, 113 insertions(+), 25 deletions(-)