[GIT PULL] USB driver fixes for 6.8-rc3

From: Greg KH
Date: Sat Feb 03 2024 - 16:49:31 EST


The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.8-rc3

for you to fetch changes up to ad834c7c8e4a74dd6cd4397848aa255e473d4a63:

Merge tag 'usb-serial-6.8-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2024-02-02 08:36:38 -0800)

----------------------------------------------------------------
USB driver fixes for 6.8-rc3

Here are a bunch of small USB driver fixes for 6.8-rc3. Included in
here are:
- new usb-serial driver ids
- new dwc3 driver id added
- typec driver change revert
- ncm gadget driver endian bugfix
- xhci bugfixes for a number of reported issues
- usb hub bugfix for alternate settings
- ulpi driver debugfs memory leak fix
- chipidea driver bugfix
- usb gadget driver fixes

All of these have been in linux-next for a while with no reported
issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Badhri Jagan Sridharan (1):
Revert "usb: typec: tcpm: fix cc role at port reset"

Christian A. Ehrhardt (3):
usb: ucsi: Add missing ppm_lock
usb: ucsi_acpi: Fix command completion handling
usb: ucsi_acpi: Quirk to ack a connector change ack cmd

Dmitry Baryshkov (1):
usb: typec: tcpm: fix the PD disabled case

Greg Kroah-Hartman (1):
Merge tag 'usb-serial-6.8-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Heikki Krogerus (1):
usb: dwc3: pci: add support for the Intel Arrow Lake-H

JackBB Wu (1):
USB: serial: qcserial: add new usb-id for Dell Wireless DW5826e

Krishna Kurapati (1):
usb: gadget: ncm: Fix endianness of wMaxSegmentSize variable in ecm_desc

Leonard Dallmayr (1):
USB: serial: cp210x: add ID for IMST iM871A-USB

Mathias Nyman (3):
xhci: fix possible null pointer dereference at secondary interrupter removal
xhci: fix off by one check when adding a secondary interrupter.
xhci: process isoc TD properly when there was a transaction error mid TD.

Michal Pecio (1):
xhci: handle isoc Babble and Buffer Overrun events properly

Oliver Neukum (1):
USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORT

Prashanth K (2):
usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRK
usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRK

Puliang Lu (1):
USB: serial: option: add Fibocom FM101-GL variant

Randy Dunlap (1):
usb: gadget: pch_udc: fix an Excess kernel-doc warning

Sean Anderson (1):
usb: ulpi: Fix debugfs directory leak

Udipto Goswami (2):
usb: gadget: ncm: Fix indentations in documentation of NCM section
usb: core: Prevent null pointer dereference in update_port_device_state

Uttkarsh Aggarwal (1):
usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend

Xu Yang (1):
usb: chipidea: core: handle power lost in workqueue

yuan linyu (1):
usb: f_mass_storage: forbid async queue when shutdown happen

Documentation/usb/gadget-testing.rst | 22 +++----
drivers/usb/chipidea/ci.h | 2 +
drivers/usb/chipidea/core.c | 44 +++++++-------
drivers/usb/common/ulpi.c | 2 +-
drivers/usb/core/hub.c | 46 ++++++++++-----
drivers/usb/dwc3/dwc3-pci.c | 4 ++
drivers/usb/dwc3/gadget.c | 6 +-
drivers/usb/dwc3/host.c | 4 +-
drivers/usb/gadget/function/f_mass_storage.c | 20 ++++++-
drivers/usb/gadget/function/f_ncm.c | 8 +--
drivers/usb/gadget/udc/pch_udc.c | 1 -
drivers/usb/host/xhci-mem.c | 14 ++---
drivers/usb/host/xhci-plat.c | 3 +
drivers/usb/host/xhci-ring.c | 80 ++++++++++++++++++++-----
drivers/usb/host/xhci.h | 1 +
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/option.c | 1 +
drivers/usb/serial/qcserial.c | 2 +
drivers/usb/typec/tcpm/tcpm.c | 6 +-
drivers/usb/typec/ucsi/ucsi.c | 2 +
drivers/usb/typec/ucsi/ucsi_acpi.c | 88 +++++++++++++++++++++++++---
21 files changed, 267 insertions(+), 90 deletions(-)