[GIT PULL] USB driver fixes for 5.19-rc4

From: Greg KH
Date: Sat Jun 25 2022 - 10:42:03 EST


The following changes since commit a111daf0c53ae91e71fd2bfe7497862d14132e3e:

Linux 5.19-rc3 (2022-06-19 15:06:47 -0500)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.19-rc4

for you to fetch changes up to b24346a240b36cfc4df194d145463874985aa29b:

usb: chipidea: udc: check request status before setting device address (2022-06-24 13:45:23 +0200)

----------------------------------------------------------------
USB driver fixes for 5.19-rc4

Here are some small USB driver fixes and new device ids for 5.19-rc4 for
a few small reported issues. They include:
- new usb-serial driver ids
- MAINTAINERS file update to properly catch the USB dts files
- dt-bindings fixes for reported build warnings
- xhci driver fixes for reported problems
- typec Kconfig dependancy fix
- raw_gadget fuzzing fixes found by syzbot
- chipidea driver bugfix
- usb gadget uvc bugfix

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

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

----------------------------------------------------------------
Alan Stern (2):
usb: gadget: Fix non-unique driver names in raw-gadget driver
USB: gadget: Fix double-free bug in raw_gadget driver

Andy Shevchenko (1):
usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMIC

Carlo Lobrano (1):
USB: serial: option: add Telit LE910Cx 0x1250 composition

Dan Vacura (1):
usb: gadget: uvc: fix list double add in uvcg_video_pump

Geert Uytterhoeven (2):
dt-bindings: usb: ohci: Increase the number of PHYs
dt-bindings: usb: ehci: Increase the number of PHYs

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

Hongyu Xie (1):
xhci: Keep interrupt disabled in initialization until host is running.

Johan Hovold (1):
USB: serial: pl2303: add support for more HXN (G) types

Lukas Bulwahn (1):
MAINTAINERS: add include/dt-bindings/usb to USB SUBSYSTEM

Macpaul Lin (1):
USB: serial: option: add Quectel RM500K module support

Mathias Nyman (1):
xhci: turn off port power in shutdown

Tanveer Alam (1):
xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCI

Utkarsh Patel (1):
xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCI

Xu Yang (1):
usb: chipidea: udc: check request status before setting device address

Yonglin Tan (1):
USB: serial: option: add Quectel EM05-G modem

.../devicetree/bindings/usb/generic-ehci.yaml | 3 +-
.../devicetree/bindings/usb/generic-ohci.yaml | 3 +-
MAINTAINERS | 1 +
drivers/usb/chipidea/udc.c | 3 ++
drivers/usb/gadget/function/uvc_video.c | 3 ++
drivers/usb/gadget/legacy/raw_gadget.c | 63 ++++++++++++++++------
drivers/usb/host/xhci-hub.c | 2 +-
drivers/usb/host/xhci-pci.c | 6 ++-
drivers/usb/host/xhci.c | 50 +++++++++++------
drivers/usb/host/xhci.h | 2 +
drivers/usb/serial/option.c | 6 +++
drivers/usb/serial/pl2303.c | 29 +++++-----
drivers/usb/typec/tcpm/Kconfig | 1 -
13 files changed, 124 insertions(+), 48 deletions(-)