linux-usb.vger.kernel.org archive mirror
 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.14
Date: Sat, 28 Aug 2021 20:01:33 +0200	[thread overview]
Message-ID: <YSp5/U1nxmG77m6I@kroah.com> (raw)

The following changes since commit e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93:

  Linux 5.14-rc7 (2021-08-22 14:24:56 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 068fdad20454f815e61e6f6eb9f051a8b3120e88:

  usb: gadget: u_audio: fix race condition on endpoint stop (2021-08-27 16:07:23 +0200)

----------------------------------------------------------------
USB fixes for 5.14

Here are a few tiny USB fixes for reported issues with some USB drivers.

These fixes include:
 - gadget driver fixes for regressions
 - tcpm driver fix
 - dwc3 driver fixes
 - xhci renesas firmware loading fix, again.
 - usb serial option driver device id addition
 - usb serial ch341 revert for regression

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

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

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

Jerome Brunet (2):
      usb: gadget: f_uac2: fixup feedback endpoint stop
      usb: gadget: u_audio: fix race condition on endpoint stop

Johan Hovold (1):
      Revert "USB: serial: ch341: fix character loss at high transfer rates"

Kyle Tso (1):
      usb: typec: tcpm: Raise vdm_sm_running flag only when VDM SM is running

Takashi Iwai (1):
      usb: renesas-xhci: Prefer firmware loading on unknown ROM state

Thinh Nguyen (1):
      usb: dwc3: gadget: Fix dwc3_calc_trbs_left()

Wesley Cheng (1):
      usb: dwc3: gadget: Stop EP0 transfers during pullup disable

Zhengjun Zhang (1):
      USB: serial: option: add new VID/PID to support Fibocom FG150

 drivers/usb/dwc3/gadget.c             | 23 +++++-----
 drivers/usb/gadget/function/u_audio.c | 23 ++++++----
 drivers/usb/host/xhci-pci-renesas.c   | 35 +++++++++------
 drivers/usb/serial/ch341.c            |  1 -
 drivers/usb/serial/option.c           |  2 +
 drivers/usb/typec/tcpm/tcpm.c         | 81 ++++++++++++++++-------------------
 6 files changed, 89 insertions(+), 76 deletions(-)

             reply	other threads:[~2021-08-28 18:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-28 18:01 Greg KH [this message]
2021-08-28 18:47 ` [GIT PULL] USB fixes for 5.14 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=YSp5/U1nxmG77m6I@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;
as well as URLs for NNTP newsgroup(s).