Message ID | ZzBTXpQKqugWe1vN@kroah.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] USB fixes for 6.12-rc7 | expand |
The pull request you sent on Sun, 10 Nov 2024 07:31:58 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.12-rc7
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a558cc34936b48909c0c54f7efac8b6a2c1120a4
Thank you!
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@linuxfoundation.org> ---------------------------------------------------------------- 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(-)