The Linux Kernel Mailing List
 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 driver fixes for 6.18-rc3
Date: Sun, 26 Oct 2025 14:59:23 +0100	[thread overview]
Message-ID: <aP4pO8V4UAE3XEiY@kroah.com> (raw)

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.18-rc3

for you to fetch changes up to a1b866f2018748282fa026eb4c92d032dfda11a9:

  Merge tag 'usb-serial-6.18-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2025-10-24 13:52:58 +0200)

----------------------------------------------------------------
USB driver fixes for 6.18-rc3

Here are some small USB driver fixes and new device ids for 6.18-rc3.
Included in here are:
  - new option serial driver device ids added
  - dt bindings fixes for numerous platforms
  - xhci bugfixes for many reported regressions
  - usbio dependency bugfix
  - dwc3 driver fix
  - raw-gadget bugfix

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

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

----------------------------------------------------------------
Andrey Konovalov (1):
      usb: raw-gadget: do not limit transfer length

Christophe JAILLET (1):
      usb: dwc3: Don't call clk_bulk_disable_unprepare() twice

Greg Kroah-Hartman (1):
      Merge tag 'usb-serial-6.18-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Krishna Kurapati (1):
      dt-bindings: usb: qcom,snps-dwc3: Fix bindings for X1E80100

LI Qingwu (1):
      USB: serial: option: add Telit FN920C04 ECM compositions

Mathias Nyman (2):
      xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall event
      xhci: dbc: enable back DbC in resume if it was enabled before suspend

Michael Grzeschik (1):
      tcpm: switch check for role_sw device with fw_node

Michal Pecio (1):
      usb: xhci-pci: Fix USB2-only root hub registration

Neil Armstrong (1):
      dt-bindings: usb: switch: split out ports definition

Peter Robinson (1):
      usb: misc: Add x86 dependency for Intel USBIO driver

Reinhard Speyerer (1):
      USB: serial: option: add Quectel RG255C

Renjun Wang (1):
      USB: serial: option: add UNISOC UIS7720

Tim Guttzeit (1):
      usb/core/quirks: Add Huawei ME906S to wakeup quirk

Xu Yang (1):
      dt-bindings: usb: dwc3-imx8mp: dma-range is required only for imx8mp

 .../bindings/phy/fsl,imx8mq-usb-phy.yaml           |  4 +-
 .../bindings/phy/samsung,usb3-drd-phy.yaml         |  4 +-
 .../devicetree/bindings/usb/fcs,fsa4480.yaml       |  1 +
 .../devicetree/bindings/usb/fsl,imx8mp-dwc3.yaml   | 10 +++-
 .../devicetree/bindings/usb/gpio-sbu-mux.yaml      |  1 +
 .../devicetree/bindings/usb/nxp,ptn36502.yaml      |  1 +
 .../devicetree/bindings/usb/onnn,nb7vpq904m.yaml   |  1 +
 .../devicetree/bindings/usb/parade,ps8830.yaml     |  1 +
 .../devicetree/bindings/usb/qcom,snps-dwc3.yaml    |  3 +
 .../bindings/usb/qcom,wcd939x-usbss.yaml           |  1 +
 .../devicetree/bindings/usb/ti,tusb1046.yaml       |  1 +
 .../devicetree/bindings/usb/usb-switch-ports.yaml  | 68 ++++++++++++++++++++++
 .../devicetree/bindings/usb/usb-switch.yaml        | 52 -----------------
 drivers/usb/core/quirks.c                          |  2 +
 drivers/usb/dwc3/dwc3-generic-plat.c               |  3 -
 drivers/usb/gadget/legacy/raw_gadget.c             |  2 -
 drivers/usb/host/xhci-dbgcap.c                     | 15 ++++-
 drivers/usb/host/xhci-pci.c                        |  3 +-
 drivers/usb/misc/Kconfig                           |  1 +
 drivers/usb/serial/option.c                        | 10 ++++
 drivers/usb/typec/tcpm/tcpm.c                      |  4 +-
 21 files changed, 122 insertions(+), 66 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/usb/usb-switch-ports.yaml

             reply	other threads:[~2025-10-26 13:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-26 13:59 Greg KH [this message]
2025-10-26 17:37 ` [GIT PULL] USB driver fixes for 6.18-rc3 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=aP4pO8V4UAE3XEiY@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox