Merge tag 'usb-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB driver fixes from Greg KH: "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" * tag 'usb-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (24 commits) USB: serial: option: add Fibocom FM101-GL variant USB: serial: qcserial: add new usb-id for Dell Wireless DW5826e USB: serial: cp210x: add ID for IMST iM871A-USB usb: typec: tcpm: fix the PD disabled case usb: ucsi_acpi: Quirk to ack a connector change ack cmd usb: ucsi_acpi: Fix command completion handling usb: ucsi: Add missing ppm_lock usb: ulpi: Fix debugfs directory leak Revert "usb: typec: tcpm: fix cc role at port reset" usb: gadget: pch_udc: fix an Excess kernel-doc warning usb: f_mass_storage: forbid async queue when shutdown happen USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORT usb: chipidea: core: handle power lost in workqueue usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend usb: dwc3: pci: add support for the Intel Arrow Lake-H usb: core: Prevent null pointer dereference in update_port_device_state xhci: handle isoc Babble and Buffer Overrun events properly xhci: process isoc TD properly when there was a transaction error mid TD. xhci: fix off by one check when adding a secondary interrupter. xhci: fix possible null pointer dereference at secondary interrupter removal ...
Showing
- Documentation/usb/gadget-testing.rst 11 additions, 11 deletionsDocumentation/usb/gadget-testing.rst
- drivers/usb/chipidea/ci.h 2 additions, 0 deletionsdrivers/usb/chipidea/ci.h
- drivers/usb/chipidea/core.c 24 additions, 20 deletionsdrivers/usb/chipidea/core.c
- drivers/usb/common/ulpi.c 1 addition, 1 deletiondrivers/usb/common/ulpi.c
- drivers/usb/core/hub.c 32 additions, 14 deletionsdrivers/usb/core/hub.c
- drivers/usb/dwc3/dwc3-pci.c 4 additions, 0 deletionsdrivers/usb/dwc3/dwc3-pci.c
- drivers/usb/dwc3/gadget.c 2 additions, 4 deletionsdrivers/usb/dwc3/gadget.c
- drivers/usb/dwc3/host.c 3 additions, 1 deletiondrivers/usb/dwc3/host.c
- drivers/usb/gadget/function/f_mass_storage.c 18 additions, 2 deletionsdrivers/usb/gadget/function/f_mass_storage.c
- drivers/usb/gadget/function/f_ncm.c 4 additions, 4 deletionsdrivers/usb/gadget/function/f_ncm.c
- drivers/usb/gadget/udc/pch_udc.c 0 additions, 1 deletiondrivers/usb/gadget/udc/pch_udc.c
- drivers/usb/host/xhci-mem.c 7 additions, 7 deletionsdrivers/usb/host/xhci-mem.c
- drivers/usb/host/xhci-plat.c 3 additions, 0 deletionsdrivers/usb/host/xhci-plat.c
- drivers/usb/host/xhci-ring.c 65 additions, 15 deletionsdrivers/usb/host/xhci-ring.c
- drivers/usb/host/xhci.h 1 addition, 0 deletionsdrivers/usb/host/xhci.h
- drivers/usb/serial/cp210x.c 1 addition, 0 deletionsdrivers/usb/serial/cp210x.c
- drivers/usb/serial/option.c 1 addition, 0 deletionsdrivers/usb/serial/option.c
- drivers/usb/serial/qcserial.c 2 additions, 0 deletionsdrivers/usb/serial/qcserial.c
- drivers/usb/typec/tcpm/tcpm.c 3 additions, 3 deletionsdrivers/usb/typec/tcpm/tcpm.c
- drivers/usb/typec/ucsi/ucsi.c 2 additions, 0 deletionsdrivers/usb/typec/ucsi/ucsi.c
Please register or sign in to comment