[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aHzI4aFr-UNU6dZX@kroah.com>
Date: Sun, 20 Jul 2025 12:45:53 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>, linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org
Subject: [GIT PULL] USB/Thunderbolt driver fixes for 6.16-rc6
The following changes since commit 3c2bd251d2039ce2778c35ced5ef47b3a379f5df:
Merge tag 'usb-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2025-07-04 09:57:12 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.16-rc6
for you to fetch changes up to 2521106fc732b0b75fd3555c689b1ed1d29d273c:
usb: hub: Don't try to recover devices lost during warm reset. (2025-07-16 09:48:11 +0200)
----------------------------------------------------------------
USB / Thunderbolt fixes for 6.16-rc6
Here are some USB and Thunderbolt driver fixes for reported problems for
6.16-rc6. Included in here are:
- Thunderbolt fixes for some much-reported issues
- dwc2 driver fixes
- dwc3 driver fixes
- new usb-serial driver device ids
- gadgetfs configfs fix
- musb driver fix
- USB hub driver fix
All of these have been in linux-next for a while with no reported
problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Alok Tiwari (1):
thunderbolt: Fix bit masking in tb_dp_port_set_hops()
Drew Hamilton (1):
usb: musb: fix gadget state on disconnect
Fabio Porcedda (1):
USB: serial: option: add Telit Cinterion FE910C04 (ECM) composition
Greg Kroah-Hartman (3):
Merge tag 'thunderbolt-for-v6.16-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus
Merge tag 'usb-serial-6.16-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Merge tag 'usb-serial-6.16-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Krishna Kurapati (1):
usb: dwc3: qcom: Don't leave BCR asserted
Mario Limonciello (1):
thunderbolt: Fix wake on connect at runtime
Mathias Nyman (1):
usb: hub: Don't try to recover devices lost during warm reset.
Minas Harutyunyan (1):
usb: dwc2: gadget: Fix enter to hibernation for UTMI+ PHY
Ryan Mann (NDI) (1):
USB: serial: ftdi_sio: add support for NDI EMGUIDE GEMINI
Slark Xiao (1):
USB: serial: option: add Foxconn T99W640
Xinyu Liu (1):
usb: gadget: configfs: Fix OOB read on empty string write
drivers/thunderbolt/switch.c | 10 +++++-----
drivers/thunderbolt/tb.h | 2 +-
drivers/thunderbolt/usb4.c | 12 +++++-------
drivers/usb/core/hub.c | 8 ++++++--
drivers/usb/dwc2/gadget.c | 40 ++++++++++++++++++++++++++-------------
drivers/usb/dwc3/dwc3-qcom.c | 7 ++-----
drivers/usb/gadget/configfs.c | 4 ++++
drivers/usb/musb/musb_gadget.c | 2 ++
drivers/usb/serial/ftdi_sio.c | 2 ++
drivers/usb/serial/ftdi_sio_ids.h | 3 +++
drivers/usb/serial/option.c | 5 +++++
11 files changed, 62 insertions(+), 33 deletions(-)
Powered by blists - more mailing lists