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 driver fixes for 5.19-rc4
Date: Sat, 25 Jun 2022 16:41:51 +0200	[thread overview]
Message-ID: <YrcerztKA0mJxjVh@kroah.com> (raw)

The following changes since commit a111daf0c53ae91e71fd2bfe7497862d14132e3e:

  Linux 5.19-rc3 (2022-06-19 15:06:47 -0500)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.19-rc4

for you to fetch changes up to b24346a240b36cfc4df194d145463874985aa29b:

  usb: chipidea: udc: check request status before setting device address (2022-06-24 13:45:23 +0200)

----------------------------------------------------------------
USB driver fixes for 5.19-rc4

Here are some small USB driver fixes and new device ids for 5.19-rc4 for
a few small reported issues.  They include:
	- new usb-serial driver ids
	- MAINTAINERS file update to properly catch the USB dts files
	- dt-bindings fixes for reported build warnings
	- xhci driver fixes for reported problems
	- typec Kconfig dependancy fix
	- raw_gadget fuzzing fixes found by syzbot
	- chipidea driver bugfix
	- usb gadget uvc bugfix

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

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

----------------------------------------------------------------
Alan Stern (2):
      usb: gadget: Fix non-unique driver names in raw-gadget driver
      USB: gadget: Fix double-free bug in raw_gadget driver

Andy Shevchenko (1):
      usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMIC

Carlo Lobrano (1):
      USB: serial: option: add Telit LE910Cx 0x1250 composition

Dan Vacura (1):
      usb: gadget: uvc: fix list double add in uvcg_video_pump

Geert Uytterhoeven (2):
      dt-bindings: usb: ohci: Increase the number of PHYs
      dt-bindings: usb: ehci: Increase the number of PHYs

Greg Kroah-Hartman (1):
      Merge tag 'usb-serial-5.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Hongyu Xie (1):
      xhci: Keep interrupt disabled in initialization until host is running.

Johan Hovold (1):
      USB: serial: pl2303: add support for more HXN (G) types

Lukas Bulwahn (1):
      MAINTAINERS: add include/dt-bindings/usb to USB SUBSYSTEM

Macpaul Lin (1):
      USB: serial: option: add Quectel RM500K module support

Mathias Nyman (1):
      xhci: turn off port power in shutdown

Tanveer Alam (1):
      xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCI

Utkarsh Patel (1):
      xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCI

Xu Yang (1):
      usb: chipidea: udc: check request status before setting device address

Yonglin Tan (1):
      USB: serial: option: add Quectel EM05-G modem

 .../devicetree/bindings/usb/generic-ehci.yaml      |  3 +-
 .../devicetree/bindings/usb/generic-ohci.yaml      |  3 +-
 MAINTAINERS                                        |  1 +
 drivers/usb/chipidea/udc.c                         |  3 ++
 drivers/usb/gadget/function/uvc_video.c            |  3 ++
 drivers/usb/gadget/legacy/raw_gadget.c             | 63 ++++++++++++++++------
 drivers/usb/host/xhci-hub.c                        |  2 +-
 drivers/usb/host/xhci-pci.c                        |  6 ++-
 drivers/usb/host/xhci.c                            | 50 +++++++++++------
 drivers/usb/host/xhci.h                            |  2 +
 drivers/usb/serial/option.c                        |  6 +++
 drivers/usb/serial/pl2303.c                        | 29 +++++-----
 drivers/usb/typec/tcpm/Kconfig                     |  1 -
 13 files changed, 124 insertions(+), 48 deletions(-)

             reply	other threads:[~2022-06-25 14:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-25 14:41 Greg KH [this message]
2022-06-25 18:30 ` [GIT PULL] USB driver fixes for 5.19-rc4 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=YrcerztKA0mJxjVh@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