Linux USB
 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.10-rc6
Date: Sun, 30 Jun 2024 16:11:46 +0200	[thread overview]
Message-ID: <ZoFnokzotlrCPKfs@kroah.com> (raw)

The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f:

  Linux 6.10-rc4 (2024-06-16 13:40:16 -0700)

are available in the Git repository at:

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

for you to fetch changes up to fc1d1a712b517bbcb383b1f1f7ef478e7d0579f2:

  usb: dwc3: core: Workaround for CSR read timeout (2024-06-27 16:25:38 +0200)

----------------------------------------------------------------
USB fixes for 6.10-rc6

Here are a handful of small USB driver fixes for 6.10-rc6 to resolve
some reported issues.  Included in here are:
  - typec driver bugfixes
  - usb gadget driver reverts for commits that were reported to have
    problems
  - resource leak bugfix
  - gadget driver bugfixes
  - dwc3 driver bugfixes
  - usb atm driver bugfix for when syzbot got loose on it

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

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

----------------------------------------------------------------
Dan Carpenter (1):
      usb: musb: da8xx: fix a resource leak in probe()

Diogo Ivo (1):
      usb: typec: ucsi_acpi: Add LG Gram quirk

Fabrice Gasnier (1):
      usb: ucsi: stm32: fix command completion handling

Ferry Toth (2):
      Revert "usb: gadget: u_ether: Re-attach netif device to mirror detachment"
      Revert "usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detach"

Javier Carrasco (1):
      usb: typec: ucsi: glink: fix child node release in probe function

Jeremy Kerr (1):
      usb: gadget: aspeed_udc: fix device address configuration

Jos Wang (1):
      usb: dwc3: core: Workaround for CSR read timeout

Meng Li (1):
      usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock

Nikita Zhandarovich (1):
      usb: atm: cxacru: fix endpoint checking in cxacru_bind()

Oliver Neukum (2):
      usb: gadget: printer: SS+ support
      usb: gadget: printer: fix races against disable

 drivers/usb/atm/cxacru.c                | 14 ++++++++
 drivers/usb/dwc3/core.c                 | 26 ++++++++++----
 drivers/usb/gadget/function/f_printer.c | 40 +++++++++++++++------
 drivers/usb/gadget/function/u_ether.c   |  4 +--
 drivers/usb/gadget/udc/aspeed_udc.c     |  4 +--
 drivers/usb/musb/da8xx.c                |  8 +++--
 drivers/usb/typec/ucsi/ucsi_acpi.c      | 61 +++++++++++++++++++++++++++++++++
 drivers/usb/typec/ucsi/ucsi_glink.c     |  5 ++-
 drivers/usb/typec/ucsi/ucsi_stm32g0.c   | 19 +++++++---
 9 files changed, 152 insertions(+), 29 deletions(-)

             reply	other threads:[~2024-06-30 14:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-30 14:11 Greg KH [this message]
2024-06-30 16:28 ` [GIT PULL] USB driver fixes for 6.10-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=ZoFnokzotlrCPKfs@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