public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] USB driver fixes for 6.16-rc5
@ 2025-07-04 14:26 Greg KH
  2025-07-04 17:36 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2025-07-04 14:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-usb

The following changes since commit e04c78d86a9699d136910cfc0bdcf01087e3267e:

  Linux 6.16-rc2 (2025-06-15 13:49:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.16-rc5

for you to fetch changes up to 9bd9c8026341f75f25c53104eb7e656e357ca1a2:

  usb: hub: Fix flushing of delayed work used for post resume purposes (2025-06-30 15:36:00 +0200)

----------------------------------------------------------------
USB fixes for 6.16-rc5

Here are some USB driver fixes for 6.16-rc5.  I originally wanted this
to get into -rc4, but there were some regressions that had to be handled
first.  Now all looks good.  Included in here are the following fixes:
  - cdns3 driver fixes
  - xhci driver fixes
  - typec driver fixes
  - USB hub fixes (this is what took the longest to get right)
  - new USB driver quirks added
  - chipidea driver fixes

All of these have been in linux-next for a while and now we have no more
reported problems with them.

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

----------------------------------------------------------------
Andrei Kuchynski (1):
      usb: typec: displayport: Fix potential deadlock

Heikki Krogerus (1):
      usb: acpi: fix device link removal

Hongyu Xie (1):
      xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMS

Kuen-Han Tsai (3):
      usb: dwc3: Abort suspend on soft disconnect failure
      Revert "usb: gadget: u_serial: Add null pointer check in gs_start_io"
      usb: gadget: u_serial: Fix race condition in TTY wakeup

Mathias Nyman (4):
      usb: hub: fix detection of high tier USB3 devices behind suspended hubs
      usb: hub: Fix flushing and scheduling of delayed work that tunes runtime pm
      xhci: dbc: Flush queued requests before stopping dbc
      usb: hub: Fix flushing of delayed work used for post resume purposes

Oliver Neukum (1):
      Logitech C-270 even more broken

Pawel Laszczak (1):
      usb: cdnsp: Fix issue with CV Bad Descriptor test

Peter Chen (1):
      usb: cdnsp: do not disable slot for disabled slot

RD Babiera (2):
      usb: typec: tcpm: apply vbus before data bringup in tcpm_src_attach
      usb: typec: altmodes/displayport: do not index invalid pin_assignments

Raju Rangoju (1):
      usb: xhci: quirk for data loss in ISOC transfers

Roy Luo (2):
      usb: xhci: Skip xhci_reset in xhci_resume if xhci is being removed
      Revert "usb: xhci: Implement xhci_handshake_check_state() helper"

SCHNEIDER Johannes (1):
      usb: dwc3: gadget: Fix TRB reclaim logic for short transfers and ZLPs

Xu Yang (1):
      usb: chipidea: udc: disconnect/reconnect from host when do suspend/resume

Łukasz Bartosik (1):
      xhci: dbctty: disable ECHO flag by default

 drivers/usb/cdns3/cdnsp-debug.h          |  5 +++--
 drivers/usb/cdns3/cdnsp-ep0.c            | 18 ++++++++++++++---
 drivers/usb/cdns3/cdnsp-gadget.h         |  6 ++++++
 drivers/usb/cdns3/cdnsp-ring.c           |  7 +++++--
 drivers/usb/chipidea/udc.c               |  7 +++++++
 drivers/usb/core/hub.c                   | 31 +++++++++++++++++++++++++++++
 drivers/usb/core/hub.h                   |  1 +
 drivers/usb/core/quirks.c                |  3 ++-
 drivers/usb/core/usb-acpi.c              |  4 +++-
 drivers/usb/dwc3/core.c                  |  9 +++++++--
 drivers/usb/dwc3/gadget.c                | 24 ++++++++++------------
 drivers/usb/gadget/function/u_serial.c   | 12 ++++-------
 drivers/usb/host/xhci-dbgcap.c           |  4 ++++
 drivers/usb/host/xhci-dbgtty.c           |  1 +
 drivers/usb/host/xhci-mem.c              |  4 ++++
 drivers/usb/host/xhci-pci.c              | 25 +++++++++++++++++++++++
 drivers/usb/host/xhci-plat.c             |  3 ++-
 drivers/usb/host/xhci-ring.c             |  5 ++---
 drivers/usb/host/xhci.c                  | 31 +++++------------------------
 drivers/usb/host/xhci.h                  |  3 +--
 drivers/usb/typec/altmodes/displayport.c |  5 ++---
 drivers/usb/typec/tcpm/tcpm.c            | 34 ++++++++++++++++----------------
 include/linux/usb.h                      |  2 ++
 include/linux/usb/typec_dp.h             |  1 +
 24 files changed, 160 insertions(+), 85 deletions(-)

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

* Re: [GIT PULL] USB driver fixes for 6.16-rc5
  2025-07-04 14:26 [GIT PULL] USB driver fixes for 6.16-rc5 Greg KH
@ 2025-07-04 17:36 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-07-04 17:36 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-usb

The pull request you sent on Fri, 4 Jul 2025 16:26:41 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.16-rc5

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

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:[~2025-07-04 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04 14:26 [GIT PULL] USB driver fixes for 6.16-rc5 Greg KH
2025-07-04 17:36 ` 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