[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YWBt6v3kWkjcJcp0@kroah.com>
Date: Fri, 8 Oct 2021 18:12:26 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PULL] USB fixes for 5.15-rc5
The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:
Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.15-rc5
for you to fetch changes up to 58fc1daa4d2e9789b9ffc880907c961ea7c062cc:
USB: cdc-acm: fix break reporting (2021-10-05 13:50:52 +0200)
----------------------------------------------------------------
USB fixes for 5.15-rc5
Here are some small USB fixes for 5.15-rc5 that resolve a number of
reported issues:
- gadget driver fixes
- xhci build warning fixes
- build configuration fix
- cdc-acm tty handling fixes
- cdc-wdm fix
- typec fixes
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Andy Shevchenko (1):
usb: dwc3: gadget: Revert "set gadgets parent to the right controller"
Arnd Bergmann (1):
usb: xhci: tegra: mark PM functions as __maybe_unused
Ben Hutchings (1):
Partially revert "usb: Kconfig: using select for USB_COMMON dependency"
Fabio Estevam (1):
usb: chipidea: ci_hdrc_imx: Also search for 'phys' phandle
Heikki Krogerus (1):
usb: typec: tipd: Remove dependency on "connector" child fwnode
Johan Hovold (2):
USB: cdc-acm: fix racy tty buffer accesses
USB: cdc-acm: fix break reporting
Pavel Hofman (1):
usb: gadget: f_uac2: fixed EP-IN wMaxPacketSize
Rikard Falkeborn (1):
usb: cdc-wdm: Fix check for WWAN
Xu Yang (2):
usb: typec: tcpci: don't handle vSafe0V event if it's not enabled
usb: typec: tcpm: handle SRC_STARTUP state if cc changes
drivers/usb/chipidea/ci_hdrc_imx.c | 15 ++++++++++-----
drivers/usb/class/cdc-acm.c | 8 ++++++++
drivers/usb/class/cdc-wdm.c | 6 +++---
drivers/usb/common/Kconfig | 3 +--
drivers/usb/dwc3/gadget.c | 2 +-
drivers/usb/gadget/function/f_uac2.c | 14 ++++++++++----
drivers/usb/host/xhci-tegra.c | 12 ++++--------
drivers/usb/typec/tcpm/tcpci.c | 2 +-
drivers/usb/typec/tcpm/tcpm.c | 1 +
drivers/usb/typec/tipd/core.c | 8 +++-----
10 files changed, 42 insertions(+), 29 deletions(-)
Powered by blists - more mailing lists