public inbox for linux-usb@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 5.15-rc3
Date: Sat, 25 Sep 2021 16:12:48 +0200	[thread overview]
Message-ID: <YU8uYP1TwVMTvh52@kroah.com> (raw)

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0292dbd7bd779b878942c3977507459f8a3e4e78:

  Merge tag 'usb-serial-5.15-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2021-09-24 10:22:53 +0200)

----------------------------------------------------------------
USB driver fixes for 5.15-rc3

Here are some USB driver fixes and new device ids for 5.15-rc3.

They include:
	- usb-storage quirk additions
	- usb-serial new device ids
	- usb-serial driver fixes
	- USB roothub registration bugfix to resolve a long-reported
	  issue
	- usb gadget driver fixes for a large number of small things
	- dwc2 driver fixes

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

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

----------------------------------------------------------------
Carlo Lobrano (1):
      USB: serial: option: add Telit LN920 compositions

Dan Carpenter (2):
      usb: gadget: r8a66597: fix a loop in set_feature()
      usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()

Faizel K B (1):
      usb: testusb: Fix for showing the connection speed

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

Guenter Roeck (1):
      usb: ehci: Simplify platform driver registration

Jack Pham (2):
      usb: gadget: f_uac2: Add missing companion descriptor for feedback EP
      usb: gadget: f_uac2: Populate SS descriptors' wBytesPerInterval

Jiri Slaby (1):
      MAINTAINERS: usb, update Peter Korsgaard's entries

Johan Hovold (3):
      USB: cdc-acm: fix minor-number release
      USB: serial: cp210x: fix dropped characters with CP2102
      USB: serial: cp210x: add part-number debug printk

Julian Sikorski (1):
      Re-enable UAS for LaCie Rugged USB3-FW with fk quirk

Kishon Vijay Abraham I (3):
      usb: core: hcd: Add support for deferring roothub registration
      xhci: Set HCD flag to defer primary roothub registration
      usb: core: hcd: Modularize HCD stop configuration in usb_stop_hcd()

Krzysztof Kozlowski (2):
      USB: serial: mos7840: remove duplicated 0xac24 device ID
      USB: serial: option: remove duplicate USB device ID

Li Jun (1):
      usb: dwc3: core: balance phy init and exit

Minas Harutyunyan (2):
      usb: dwc2: gadget: Fix ISOC flow for BDMA and Slave
      usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMA

Ondrej Zary (1):
      usb-storage: Add quirk for ScanLogic SL11R-IDE older than 2.6c

Pavel Hofman (1):
      usb: gadget: u_audio: EP-OUT bInterval in fback frequency

Pawel Laszczak (1):
      usb: cdns3: fix race condition before setting doorbell

Rafał Miłecki (1):
      Revert "USB: bcma: Add a check for devm_gpiod_get"

Robert Marko (1):
      arm64: dts: qcom: ipq8074: remove USB tx-fifo-resize property

Slark Xiao (1):
      USB: serial: option: add device id for Foxconn T99W265

Uwe Brandt (1):
      USB: serial: cp210x: add ID for GW Instek GDM-834x Digital Multimeter

Yang Yingliang (1):
      usb: dwc2: check return value after calling platform_get_resource()

 MAINTAINERS                           |   5 +-
 arch/arm64/boot/dts/qcom/ipq8074.dtsi |   2 -
 drivers/usb/cdns3/cdns3-gadget.c      |  14 +++
 drivers/usb/class/cdc-acm.c           |   7 +-
 drivers/usb/class/cdc-acm.h           |   2 +
 drivers/usb/core/hcd.c                |  68 ++++++++----
 drivers/usb/dwc2/gadget.c             | 193 +++++++++++++++++++---------------
 drivers/usb/dwc2/hcd.c                |   4 +
 drivers/usb/dwc3/core.c               |  30 +++---
 drivers/usb/gadget/function/f_uac2.c  |  19 +++-
 drivers/usb/gadget/function/u_audio.c |  13 ++-
 drivers/usb/gadget/udc/r8a66597-udc.c |   2 +-
 drivers/usb/host/bcma-hcd.c           |   5 +-
 drivers/usb/host/ehci-hcd.c           |  75 +++++--------
 drivers/usb/host/xhci.c               |   1 +
 drivers/usb/musb/tusb6010.c           |   1 +
 drivers/usb/serial/cp210x.c           |  38 +++++++
 drivers/usb/serial/mos7840.c          |   2 -
 drivers/usb/serial/option.c           |  11 +-
 drivers/usb/storage/unusual_devs.h    |   9 +-
 drivers/usb/storage/unusual_uas.h     |   2 +-
 include/linux/usb/hcd.h               |   2 +
 tools/usb/testusb.c                   |  14 +--
 23 files changed, 318 insertions(+), 201 deletions(-)

             reply	other threads:[~2021-09-25 14:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-25 14:12 Greg KH [this message]
2021-09-25 17:47 ` [GIT PULL] USB fixes for 5.15-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=YU8uYP1TwVMTvh52@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