All of lore.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.12-rc3
Date: Sun, 13 Oct 2024 15:07:29 +0200	[thread overview]
Message-ID: <ZwvGEV3LouMEb3L1@kroah.com> (raw)

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to faa34159d08089036b6119c85e279fb36abb8bb5:

  net/9p/usbg: Fix build error (2024-10-09 09:56:40 +0200)

----------------------------------------------------------------
USB fixes for 6.12-rc3

Here are some small USB fixes for some reported problems for 6.12-rc3.
Include in here is:
  - fix for yurex driver that was caused in -rc1
  - build error fix for usbg network filesystem code
  - onboard_usb_dev build fix
  - dwc3 driver fixes for reported errors
  - gadget driver fix
  - new USB storage driver quirk
  - xhci resume bugfix

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

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

----------------------------------------------------------------
Icenowy Zheng (1):
      usb: storage: ignore bogus device raised by JieLi BR21 USB sound chip

Jinjie Ruan (1):
      net/9p/usbg: Fix build error

John Keeping (1):
      usb: gadget: core: force synchronous registration

Jose Alberto Reguero (1):
      usb: xhci: Fix problem with xhci resume from suspend

Oliver Neukum (2):
      Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"
      USB: yurex: kill needless initialization in yurex_read

Radhey Shyam Pandey (1):
      usb: misc: onboard_usb_dev: introduce new config symbol for usb5744 SMBus support

Roy Luo (1):
      usb: dwc3: re-enable runtime PM after failed resume

Selvarasu Ganesan (1):
      usb: dwc3: core: Stop processing of pending events if controller is halted

 drivers/usb/dwc3/core.c            | 30 ++++++++++++++++++++++--------
 drivers/usb/dwc3/core.h            |  4 ----
 drivers/usb/dwc3/gadget.c          | 11 -----------
 drivers/usb/gadget/udc/core.c      |  1 +
 drivers/usb/host/xhci-pci.c        |  5 +++++
 drivers/usb/misc/Kconfig           | 12 ++++++++++++
 drivers/usb/misc/onboard_usb_dev.c |  6 ++++--
 drivers/usb/misc/yurex.c           | 21 +++++++++------------
 drivers/usb/storage/unusual_devs.h | 11 +++++++++++
 net/9p/Kconfig                     |  2 ++
 10 files changed, 66 insertions(+), 37 deletions(-)

             reply	other threads:[~2024-10-13 13:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-13 13:07 Greg KH [this message]
2024-10-14  2:39 ` [GIT PULL] USB fixes for 6.12-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=ZwvGEV3LouMEb3L1@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.