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.16-rc6
Date: Sat, 18 Dec 2021 17:58:28 +0100	[thread overview]
Message-ID: <Yb4TNA/HoeI8NbTx@kroah.com> (raw)

The following changes since commit 2585cf9dfaaddf00b069673f27bb3f8530e2039c:

  Linux 5.16-rc5 (2021-12-12 14:53:01 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c4d936efa46d8ea183df16c0f3fa4423327da51d:

  Revert "usb: early: convert to readl_poll_timeout_atomic()" (2021-12-17 16:29:11 +0100)

----------------------------------------------------------------
USB fixes for 5.16-rc6

Here are a number of small USB driver fixes for reported problems for
5.16-rc6.  They include:
	- dwc2 driver fixes
	- xhci driver fixes
	- cdnsp driver fixes
	- typec driver fix
	- gadget u_ether driver fix
	- new quirk additions
	- usb gadget endpoint calculation fix
	- usb serial new device ids
	- revert of a xhci-dbg change that broke early debug booting

All changes, except for the revert, have been in linux-next with no
reported problems.  The revert was from yesterday, and it was reported
by the developers affected that it resolved their problem.

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

----------------------------------------------------------------
Amelie Delaunay (1):
      usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probe

Chunfeng Yun (1):
      usb: xhci-mtk: fix list_del warning when enable list debug

Daniele Palmas (1):
      USB: serial: option: add Telit FN990 compositions

Greg Kroah-Hartman (3):
      USB: gadget: bRequestType is a bitfield, not a enum
      Merge tag 'usb-serial-5.16-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
      Revert "usb: early: convert to readl_poll_timeout_atomic()"

Jimmy Wang (1):
      USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)

Johan Hovold (1):
      USB: serial: cp210x: fix CP2105 GPIO registration

Marian Postevca (1):
      usb: gadget: u_ether: fix race in setting MAC address in setup phase

Nehal Bakulchandra Shah (1):
      usb: xhci: Extend support for runtime power management for AMD's Yellow carp.

Pawel Laszczak (4):
      usb: cdnsp: Fix incorrect calling of cdnsp_died function
      usb: cdnsp: Fix issue in cdnsp_log_ep trace event
      usb: cdnsp: Fix incorrect status for control request
      usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restore

Xu Yang (1):
      usb: typec: tcpm: fix tcpm unregister port but leave a pending timer

 drivers/usb/cdns3/cdnsp-gadget.c      | 12 ++++++++++++
 drivers/usb/cdns3/cdnsp-ring.c        | 11 ++++++++++-
 drivers/usb/cdns3/cdnsp-trace.h       |  4 ++--
 drivers/usb/core/quirks.c             |  3 +++
 drivers/usb/dwc2/platform.c           |  3 +++
 drivers/usb/early/xhci-dbc.c          | 15 +++++++++++----
 drivers/usb/gadget/composite.c        |  6 +++---
 drivers/usb/gadget/function/u_ether.c | 16 ++++++----------
 drivers/usb/gadget/legacy/dbgp.c      |  6 +++---
 drivers/usb/gadget/legacy/inode.c     |  6 +++---
 drivers/usb/host/xhci-mtk-sch.c       |  2 +-
 drivers/usb/host/xhci-pci.c           |  6 +++++-
 drivers/usb/serial/cp210x.c           |  6 ++++--
 drivers/usb/serial/option.c           |  8 ++++++++
 drivers/usb/typec/tcpm/tcpm.c         | 18 +++++++++++++-----
 15 files changed, 87 insertions(+), 35 deletions(-)

             reply	other threads:[~2021-12-18 16:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-18 16:58 Greg KH [this message]
2021-12-18 22:17 ` [GIT PULL] USB fixes for 5.16-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=Yb4TNA/HoeI8NbTx@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