mbox series

[v2,0/9] xhci cleanups and fixes for usb-next

Message ID 20220303110903.1662404-1-mathias.nyman@linux.intel.com
Headers show
Series xhci cleanups and fixes for usb-next | expand

Message

Mathias Nyman March 3, 2022, 11:08 a.m. UTC
Hi Greg

One more set of xhci fetures and fixes for usb-next.

In addition to some cleanups there are some fixes that
would be nice to get into 5.18-rc1

All fixes are for old issues, so nothing urgent.

Thanks
-Mathias

v2: adjust incorrectly placed stable tag in patch 3/9 commit message

Anssi Hannula (2):
  xhci: fix garbage USBSTS being logged in some cases
  xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx()

Henry Lin (1):
  xhci: fix runtime PM imbalance in USB2 resume

Linyu Yuan (5):
  usb: host: xhci: use ffs() in xhci_mem_init()
  usb: host: xhci: fix a comment typo in xhci_mem_init()
  usb: host: xhci: update hci_version operation in xhci_gen_setup()
  usb: host: xhci: add blank line in xhci_halt()
  usb: host: xhci: Remove some unnecessary return value initializations

Mathias Nyman (1):
  xhci: make xhci_handshake timeout for xhci_reset() adjustable

 drivers/usb/host/xhci-hub.c |  5 ++++-
 drivers/usb/host/xhci-mem.c | 10 +++-------
 drivers/usb/host/xhci.c     | 34 +++++++++++++++++-----------------
 drivers/usb/host/xhci.h     | 14 +++++++++++---
 4 files changed, 35 insertions(+), 28 deletions(-)