public inbox for linux-kernel@vger.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.13-rc7
Date: Sun, 12 Jan 2025 15:05:05 +0100	[thread overview]
Message-ID: <Z4PMEd1UC6-ew5wY@kroah.com> (raw)

The following changes since commit 4bbf9020becbfd8fc2c3da790855b7042fad455b:

  Linux 6.13-rc4 (2024-12-22 13:22:21 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.13-rc7

for you to fetch changes up to f3149ed697dd0c4fc1d696fef78129fa2fe4ca12:

  Merge tag 'usb-serial-6.13-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2025-01-10 14:59:20 +0100)

----------------------------------------------------------------
USB fixes for 6.13-rc7

Here are some small USB driver fixes and new device ids for 6.13-rc7.
Included in here are:
  - usb serial new device ids
  - typec bugfixes for reported issues
  - dwc3 driver fixes
  - chipidea driver fixes
  - gadget driver fixes
  - other minor fixes for reported problems.

All of these have been in linux-next for a while, with no reported
issues.

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

----------------------------------------------------------------
Abel Vesa (1):
      usb: typec: ucsi: Set orientation as none when connector is unplugged

Akash M (1):
      usb: gadget: f_fs: Remove WARN_ON in functionfs_bind

André Draszik (1):
      usb: dwc3: gadget: fix writing NYET threshold

Chukun Pan (1):
      USB: serial: option: add MeiG Smart SRM815

Dan Carpenter (1):
      usb: typec: tcpm/tcpci_maxim: fix error code in max_contaminant_read_resistance_kohm()

GONG Ruiqi (1):
      usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control()

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

Ingo Rohloff (1):
      usb: gadget: configfs: Ignore trailing LF for user strings to cdev

Joe Hattori (1):
      usb: chipidea: ci_hdrc_imx: decrement device's refcount in .remove() and in the error path of .probe()

Johan Hovold (1):
      USB: serial: cp210x: add Phoenix Contact UPS Device

Jun Yan (1):
      USB: usblp: return error when setting unsupported protocol

Kai-Heng Feng (1):
      USB: core: Disable LPM only for non-suspended ports

Lianqin Hu (1):
      usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null

Lubomir Rintel (1):
      usb-storage: Add max sectors quirk for Nokia 208

Ma Ke (1):
      usb: fix reference leak in usb_new_device()

Michal Hrusecky (1):
      USB: serial: option: add Neoway N723-EA support

Prashanth K (2):
      usb: dwc3-am62: Disable autosuspend during remove
      usb: gadget: f_uac2: Fix incorrect setting of bNumEndpoints

Takashi Iwai (1):
      usb: gadget: midi2: Reverse-select at the right place

Xu Yang (2):
      usb: host: xhci-plat: set skip_phy_initialization if software node has XHCI_SKIP_PHY_INIT property
      usb: typec: tcpci: fix NULL pointer issue on shared irq case

 drivers/usb/chipidea/ci_hdrc_imx.c         | 25 +++++++++++++++++--------
 drivers/usb/class/usblp.c                  |  7 ++++---
 drivers/usb/core/hub.c                     |  6 ++++--
 drivers/usb/core/port.c                    |  7 ++++---
 drivers/usb/dwc3/core.h                    |  1 +
 drivers/usb/dwc3/dwc3-am62.c               |  1 +
 drivers/usb/dwc3/gadget.c                  |  4 +++-
 drivers/usb/gadget/Kconfig                 |  4 ++--
 drivers/usb/gadget/configfs.c              |  6 +++++-
 drivers/usb/gadget/function/f_fs.c         |  2 +-
 drivers/usb/gadget/function/f_uac2.c       |  1 +
 drivers/usb/gadget/function/u_serial.c     |  8 ++++----
 drivers/usb/host/xhci-plat.c               |  3 ++-
 drivers/usb/serial/cp210x.c                |  1 +
 drivers/usb/serial/option.c                |  4 +++-
 drivers/usb/storage/unusual_devs.h         |  7 +++++++
 drivers/usb/typec/tcpm/maxim_contaminant.c |  4 ++--
 drivers/usb/typec/tcpm/tcpci.c             | 25 +++++++++++++++----------
 drivers/usb/typec/ucsi/ucsi_ccg.c          |  4 ++--
 drivers/usb/typec/ucsi/ucsi_glink.c        |  5 +++++
 20 files changed, 84 insertions(+), 41 deletions(-)

             reply	other threads:[~2025-01-12 14:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-12 14:05 Greg KH [this message]
2025-01-12 22:36 ` [GIT PULL] USB fixes for 6.13-rc7 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=Z4PMEd1UC6-ew5wY@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