[GIT PULL] USB fixes for 6.12-rc7

From: Greg KH
Date: Sun Nov 10 2024 - 01:32:26 EST


The following changes since commit 59b723cd2adbac2a34fc8e12c74ae26ae45bf230:

Linux 6.12-rc6 (2024-11-03 14:05:52 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.12-rc7

for you to fetch changes up to 742afcc22d8eb5dcc67c1dc58ed249851e7cdbdf:

Merge tag 'usb-serial-6.12-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2024-11-08 08:36:31 +0100)

----------------------------------------------------------------
USB/Thunderbolt fixes for 6.12-rc7

Here are some small remaining USB and Thunderbolt fixes and device ids
for 6.12-rc7. Included in here are:
- new USB serial driver device ids
- thunderbolt driver fixes for reported problems
- typec bugfixes
- dwc3 driver fix
- musb driver fix

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

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

----------------------------------------------------------------
Benoît Monin (1):
USB: serial: option: add Quectel RG650V

Dan Carpenter (2):
USB: serial: io_edgeport: fix use after free in debug printk
usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd()

Greg Kroah-Hartman (2):
Merge tag 'thunderbolt-for-v6.12-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus
Merge tag 'usb-serial-6.12-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Jack Wu (1):
USB: serial: qcserial: add support for Sierra Wireless EM86xx

Mika Westerberg (2):
thunderbolt: Add only on-board retimers when !CONFIG_USB4_DEBUGFS_MARGINING
thunderbolt: Fix connection issue with Pluggable UD-4VPD dock

Reinhard Speyerer (1):
USB: serial: option: add Fibocom FG132 0x0112 composition

Rex Nie (1):
usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlier

Roger Quadros (1):
usb: dwc3: fix fault at system suspend if device was already runtime suspended

Zijun Hu (1):
usb: musb: sunxi: Fix accessing an released usb phy

drivers/thunderbolt/retimer.c | 2 ++
drivers/thunderbolt/usb4.c | 2 +-
drivers/usb/dwc3/core.c | 25 +++++++++++-----------
drivers/usb/musb/sunxi.c | 2 --
drivers/usb/serial/io_edgeport.c | 8 +++----
drivers/usb/serial/option.c | 6 ++++++
drivers/usb/serial/qcserial.c | 2 ++
.../usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c | 8 +++----
drivers/usb/typec/ucsi/ucsi_ccg.c | 2 ++
9 files changed, 33 insertions(+), 24 deletions(-)