[GIT PULL] USB fixes for 6.12-rc6
From: Greg KH
Date: Sun Nov 03 2024 - 07:02:33 EST
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@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
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(-)