All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB fixes for 6.12-rc6
Date: Sun, 3 Nov 2024 13:02:09 +0100	[thread overview]
Message-ID: <ZydmQblqRdfE3dZ5@kroah.com> (raw)

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(-)

             reply	other threads:[~2024-11-03 12:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-03 12:02 Greg KH [this message]
2024-11-03 19:02 ` [GIT PULL] USB fixes for 6.12-rc6 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZydmQblqRdfE3dZ5@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.