linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] USB/Thunderbolt fixes for 6.6-rc6
@ 2023-10-15 15:26 Greg KH
  2023-10-15 16:24 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2023-10-15 15:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-usb

The following changes since commit 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa:

  Linux 6.6-rc4 (2023-10-01 14:15:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c9ca8de2eb15f9da24113e652980c61f95a47530:

  usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scope (2023-10-11 11:39:25 +0200)

----------------------------------------------------------------
USB/Thunderbolt fixes for 6.6-rc6

Here are some USB and Thunderbolt driver fixes for 6.6-rc6 to resolve a
number of small reported issues.  Included in here are:
  - thunderbolt driver fixes
  - xhci driver fixes
  - cdns3 driver fixes
  - musb driver fixes
  - a number of typec driver fixes
  - a few other small driver fixes

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

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

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

Heikki Krogerus (1):
      usb: typec: ucsi: Fix missing link removal

Hui Liu (1):
      usb: typec: qcom: Update the logic of regulator enable and disable

Javier Carrasco (1):
      usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hub

Krishna Kurapati (1):
      usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call

Lukas Wunner (2):
      xhci: Clear EHB bit only at end of interrupt handler
      xhci: Preserve RsvdP bits in ERSTBA register correctly

Mario Limonciello (1):
      usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scope

Mathias Nyman (1):
      xhci: track port suspend state correctly in unsuccessful resume cases

Mika Westerberg (4):
      thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge
      thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding
      thunderbolt: Correct TMU mode initialization from hardware
      thunderbolt: Restart XDomain discovery handshake after failure

Pawel Laszczak (1):
      usb: cdnsp: Fixes issue with dequeuing not queued requests

Piyush Mehta (1):
      usb: gadget: udc-xilinx: replace memcpy with memcpy_toio

Prashanth K (1):
      usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails

RD Babiera (1):
      usb: typec: altmodes/displayport: Signal hpd low when exiting mode

Ricardo Cañuelo (1):
      usb: hub: Guard against accesses to uninitialized BOS descriptors

Thinh Nguyen (1):
      usb: dwc3: Soft reset phy on probe for host

Wesley Cheng (1):
      usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer

Xiaolei Wang (1):
      usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG_PM_SLEEP is disabled

Xingxing Luo (2):
      usb: musb: Modify the "HWVers" register address
      usb: musb: Get the musb_qh poniter after musb_giveback

 drivers/thunderbolt/icm.c                          | 40 +++++++--------
 drivers/thunderbolt/switch.c                       |  7 +++
 drivers/thunderbolt/tmu.c                          |  2 +-
 drivers/thunderbolt/xdomain.c                      | 58 +++++++++++++++-------
 drivers/usb/cdns3/cdnsp-gadget.c                   |  3 ++
 drivers/usb/cdns3/core.h                           |  3 +-
 drivers/usb/core/hub.c                             | 25 ++++++++--
 drivers/usb/core/hub.h                             |  2 +-
 drivers/usb/dwc3/core.c                            | 39 ++++++++++++++-
 drivers/usb/gadget/function/f_ncm.c                | 26 +++++++---
 drivers/usb/gadget/udc/udc-xilinx.c                | 20 +++++---
 drivers/usb/host/xhci-hub.c                        | 19 +++----
 drivers/usb/host/xhci-mem.c                        |  4 +-
 drivers/usb/host/xhci-ring.c                       | 16 +++---
 drivers/usb/host/xhci.h                            |  2 +-
 drivers/usb/misc/onboard_usb_hub.c                 |  1 +
 drivers/usb/misc/onboard_usb_hub.h                 |  1 +
 drivers/usb/musb/musb_debugfs.c                    |  2 +-
 drivers/usb/musb/musb_host.c                       |  9 +++-
 drivers/usb/typec/altmodes/displayport.c           |  5 ++
 .../usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c    | 12 ++---
 drivers/usb/typec/ucsi/psy.c                       |  9 ++++
 drivers/usb/typec/ucsi/ucsi.c                      |  2 +
 23 files changed, 220 insertions(+), 87 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] USB/Thunderbolt fixes for 6.6-rc6
  2023-10-15 15:26 [GIT PULL] USB/Thunderbolt fixes for 6.6-rc6 Greg KH
@ 2023-10-15 16:24 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-10-15 16:24 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-usb

The pull request you sent on Sun, 15 Oct 2023 17:26:56 +0200:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-15 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-15 15:26 [GIT PULL] USB/Thunderbolt fixes for 6.6-rc6 Greg KH
2023-10-15 16:24 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).