mbox series

[GIT,PULL] USB / Thunderbolt fixes for 6.13-rc4

Message ID Z2WO42XdnBrYmdmN@kroah.com
State New
Headers show
Series [GIT,PULL] USB / Thunderbolt fixes for 6.13-rc4 | expand

Pull-request

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

Message

Greg KH Dec. 20, 2024, 3:36 p.m. UTC
The following changes since commit 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8:

  Linux 6.13-rc3 (2024-12-15 15:58:23 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 1b62f3cb74d2965e8f96f20241b1fe85017aa3e8:

  Merge tag 'thunderbolt-for-v6.13-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus (2024-12-19 12:35:02 +0100)

----------------------------------------------------------------
USB / Thunderbolt fixes for 6.13-rc4

Here are some important, and small, fixes for USB and Thunderbolt issues
that have come up in the -rc releases.  And some new device ids for good
measure.  Included in here are:
  - Much reported xhci bugfix for usb-storage devices (and other devices
    as well, tripped me up on a video camera)
  - thunderbolt fixes for some small reported issues
  - new usb-serial device ids

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

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Daniel Swanemar (1):
      USB: serial: option: add TCL IK512 MBIM & ECM

Daniele Palmas (1):
      USB: serial: option: add Telit FE910C04 rmnet compositions

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

Jack Wu (1):
      USB: serial: option: add MediaTek T7XX compositions

Mank Wang (1):
      USB: serial: option: add Netprisma LCUK54 modules for WWAN Ready

Mario Limonciello (1):
      thunderbolt: Don't display nvm_version unless upgrade supported

Mathias Nyman (1):
      xhci: Turn NEC specific quirk for handling Stop Endpoint errors generic

Michal Hrusecky (1):
      USB: serial: option: add MeiG Smart SLM770A

Mika Westerberg (2):
      thunderbolt: Add support for Intel Panther Lake-M/P
      thunderbolt: Improve redrive mode handling

Niklas Neronin (1):
      usb: xhci: fix ring expansion regression in 6.13-rc1

 drivers/thunderbolt/nhi.c     |  8 ++++++++
 drivers/thunderbolt/nhi.h     |  4 ++++
 drivers/thunderbolt/retimer.c | 19 +++++++++++++++----
 drivers/thunderbolt/tb.c      | 41 +++++++++++++++++++++++++++++++++++++++++
 drivers/usb/host/xhci-mem.c   |  2 +-
 drivers/usb/host/xhci-ring.c  |  2 --
 drivers/usb/serial/option.c   | 27 +++++++++++++++++++++++++++
 7 files changed, 96 insertions(+), 7 deletions(-)