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-rc3
Date: Fri, 26 Nov 2021 16:14:55 +0100 [thread overview]
Message-ID: <YaD577+IUWacSYBm@kroah.com> (raw)
The following changes since commit 8ab774587903771821b59471cc723bba6d893942:
Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace (2021-11-14 19:07:19 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.16-rc1
for you to fetch changes up to a88db2ecc2d2c11aa8744be9817d6d249d001cca:
Merge tag 'usb-serial-5.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2021-11-25 13:27:40 +0100)
----------------------------------------------------------------
USB fixes for 5.16-rc3
Here are a number of small USB fixes for reported problems for 5.16-rc3
Then include:
- typec driver fixes
- new usb-serial driver ids
- usb hub enumeration issues that were much reported
- gadget driver fixes
- dwc3 driver fix
- chipidea driver fixe
All of these have been in linux-next with no reported problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Albert Wang (1):
usb: dwc3: gadget: Fix null pointer exception
Christophe JAILLET (1):
usb: gadget: udc-xilinx: Fix an error handling path in 'xudc_probe()'
Dan Carpenter (1):
usb: chipidea: ci_hdrc_imx: fix potential error pointer dereference in probe
Daniele Palmas (1):
USB: serial: option: add Telit LE910S1 0x9200 composition
Dmitry Osipenko (1):
usb: xhci: tegra: Check padctrl interrupt presence in device tree
Fabio Aiuto (1):
usb: dwc3: leave default DMA for PCI devices
Greg Kroah-Hartman (1):
Merge tag 'usb-serial-5.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Hector Martin (2):
usb: typec: tipd: Fix typo in cd321x_switch_power_state
usb: typec: tipd: Fix initialization sequence for cd321x
Johan Hovold (1):
USB: serial: pl2303: fix GC type detection
Mathias Nyman (2):
usb: hub: Fix usb enumeration issue due to address0 race
usb: hub: Fix locking issues with address0_mutex
Minas Harutyunyan (1):
usb: dwc2: gadget: Fix ISOC flow for elapsed frames
Mingjie Zhang (1):
USB: serial: option: add Fibocom FM101-GL variants
Nathan Chancellor (1):
usb: dwc2: hcd_queue: Fix use of floating point literal
Ondrej Jirman (1):
usb: typec: fusb302: Fix masking of comparator and bc_lvl interrupts
Thinh Nguyen (3):
usb: dwc3: core: Revise GHWPARAMS9 offset
usb: dwc3: gadget: Ignore NoStream after End Transfer
usb: dwc3: gadget: Check for L1/L2/U3 for Start Transfer
drivers/usb/chipidea/ci_hdrc_imx.c | 18 ++++++++--------
drivers/usb/core/hub.c | 24 ++++++++++++++++------
drivers/usb/dwc2/gadget.c | 17 ++++++++++++---
drivers/usb/dwc2/hcd_queue.c | 2 +-
drivers/usb/dwc3/core.c | 8 +++++---
drivers/usb/dwc3/core.h | 2 +-
drivers/usb/dwc3/gadget.c | 39 +++++++++++++++++++++++++----------
drivers/usb/gadget/udc/udc-xilinx.c | 5 ++++-
drivers/usb/host/xhci-tegra.c | 41 ++++++++++++++++++++++++++-----------
drivers/usb/serial/option.c | 5 +++++
drivers/usb/serial/pl2303.c | 1 +
drivers/usb/typec/tcpm/fusb302.c | 6 ++++--
drivers/usb/typec/tipd/core.c | 35 +++++++++++++++----------------
13 files changed, 136 insertions(+), 67 deletions(-)
next reply other threads:[~2021-11-26 15:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-26 15:14 Greg KH [this message]
2021-11-26 18:35 ` [GIT PULL] USB fixes for 5.16-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=YaD577+IUWacSYBm@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