mbox series

[GIT,PULL] USB fixes for 6.12-rc6

Message ID ZydmQblqRdfE3dZ5@kroah.com (mailing list archive)
State Accepted
Commit be5bfa1378f238da4a35c7d4b7cc0505ae869fb4
Headers show
Series [GIT,PULL] USB fixes for 6.12-rc6 | expand

Pull-request

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

Message

Greg KH Nov. 3, 2024, 12:02 p.m. UTC
The following changes since commit 42f7652d3eb527d03665b09edac47f85fb600924:

  Linux 6.12-rc4 (2024-10-20 15:19:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to afb92ad8733ef0a2843cc229e4d96aead80bc429:

  usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT transitions to non self-powered devices (2024-10-29 04:38:00 +0100)

----------------------------------------------------------------
USB / Thunderbolt fixes for 6.12-rc6

Here are some small USB and Thunderbolt driver fixes for 6.12-rc6 that
have been sitting in my tree this week.  Included in here are the
following:
  - thunderbolt driver fixes for reported issues
  - USB typec driver fixes
  - xhci driver fixes for reported problems
  - dwc2 driver revert for a broken change
  - usb phy driver fix
  - usbip tool fix

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

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

----------------------------------------------------------------
Amit Sunil Dhamne (1):
      usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT transitions to non self-powered devices

Basavaraj Natikar (1):
      xhci: Use pm_runtime_get to prevent RPM on unsupported systems

Faisal Hassan (1):
      xhci: Fix Link TRB DMA in command ring stopped completion event

Gil Fine (1):
      thunderbolt: Honor TMU requirements in the domain when setting TMU mode

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

Javier Carrasco (4):
      usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodes
      usb: typec: qcom-pmic-typec: fix missing fwnode removal in error path
      usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()
      usb: typec: use cleanup facility for 'altmodes_node'

Mathias Nyman (1):
      usb: acpi: fix boot hang due to early incorrect 'tunneled' USB3 device links

Mika Westerberg (1):
      thunderbolt: Fix KASAN reported stack out-of-bounds read in tb_retimer_scan()

Stefan Wahren (1):
      Revert "usb: dwc2: Skip clock gating on Broadcom SoCs"

Zijun Hu (1):
      usb: phy: Fix API devm_usb_put_phy() can not release the phy

Zongmin Zhou (1):
      usbip: tools: Fix detach_port() invalid port error path

 drivers/thunderbolt/retimer.c                 |  5 +--
 drivers/thunderbolt/tb.c                      | 48 +++++++++++++++++++++++----
 drivers/usb/core/usb-acpi.c                   |  4 +--
 drivers/usb/dwc2/params.c                     |  1 -
 drivers/usb/host/xhci-pci.c                   |  6 ++--
 drivers/usb/host/xhci-ring.c                  | 16 ++++-----
 drivers/usb/phy/phy.c                         |  2 +-
 drivers/usb/typec/class.c                     |  6 ++--
 drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c | 10 +++---
 drivers/usb/typec/tcpm/tcpm.c                 | 10 ++++--
 tools/usb/usbip/src/usbip_detach.c            |  1 +
 11 files changed, 78 insertions(+), 31 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 3, 2024, 7:02 p.m. UTC | #1
The pull request you sent on Sun, 3 Nov 2024 13:02:09 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/be5bfa1378f238da4a35c7d4b7cc0505ae869fb4

Thank you!