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.17-rc2
Date: Sat, 29 Jan 2022 14:11:33 +0100 [thread overview]
Message-ID: <YfU9Bdjy8/Z0qQX/@kroah.com> (raw)
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.17-rc2
for you to fetch changes up to 79aa3e19fe8f5be30e846df8a436bfe306e8b1a6:
usb: cdnsp: Fix segmentation fault in cdns_lost_power function (2022-01-26 14:11:16 +0100)
----------------------------------------------------------------
USB driver fixes for 5.17-rc2
Here are some small USB driver fixes for 5.17-rc2 that resolve a number
of reported problems. These include:
- typec driver fixes
- xhci platform driver fixes for suspending
- ulpi core fix
- role.h build fix
- new device ids
- syzbot-reported bugfixes
- gadget driver fixes
- dwc3 driver fixes
- other small fixes
All of these have been in linux-next this week with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Alan Stern (2):
usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge
USB: core: Fix hang in usb_kill_urb by adding memory barriers
Amelie Delaunay (1):
usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend
Badhri Jagan Sridharan (2):
usb: typec: tcpm: Do not disconnect while receiving VBUS off
usb: typec: tcpm: Do not disconnect when receiving VSAFE0V
Frank Li (1):
usb: xhci-plat: fix crash when suspend if remote wake enable
Heikki Krogerus (2):
usb: typec: Only attempt to link USB ports if there is fwnode
usb: typec: Don't try to register component master without components
Jon Hunter (1):
usb: common: ulpi: Fix crash in ulpi_match()
Linyu Yuan (1):
usb: roles: fix include/linux/usb/role.h compile issue
Miles Chen (1):
usb: gadget: at91_udc: fix incorrect print type
Pavankumar Kondeti (1):
usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUS
Pawel Laszczak (1):
usb: cdnsp: Fix segmentation fault in cdns_lost_power function
Robert Hancock (2):
usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 mode
usb: dwc3: xilinx: Fix error handling when getting USB3 PHY
Sing-Han Chen (1):
ucsi_ccg: Check DEV_INT bit only when starting CCG4
Xu Yang (1):
usb: typec: tcpci: don't touch CC line if it's Vconn source
drivers/usb/cdns3/drd.c | 6 +++---
drivers/usb/common/ulpi.c | 7 +++++--
drivers/usb/core/hcd.c | 14 ++++++++++++++
drivers/usb/core/urb.c | 12 ++++++++++++
drivers/usb/dwc2/gadget.c | 2 +-
drivers/usb/dwc3/dwc3-xilinx.c | 23 ++++++++++++++++++-----
drivers/usb/gadget/function/f_sourcesink.c | 1 +
drivers/usb/gadget/udc/at91_udc.c | 2 +-
drivers/usb/host/xhci-plat.c | 3 +++
drivers/usb/storage/unusual_devs.h | 10 ++++++++++
drivers/usb/typec/port-mapper.c | 8 +++++++-
drivers/usb/typec/tcpm/tcpci.c | 26 ++++++++++++++++++++++++++
drivers/usb/typec/tcpm/tcpci.h | 1 +
drivers/usb/typec/tcpm/tcpm.c | 7 ++++++-
drivers/usb/typec/ucsi/ucsi_ccg.c | 2 +-
include/linux/usb/role.h | 6 ++++++
16 files changed, 115 insertions(+), 15 deletions(-)
next reply other threads:[~2022-01-29 13:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-29 13:11 Greg KH [this message]
2022-01-29 13:54 ` [GIT PULL] USB fixes for 5.17-rc2 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=YfU9Bdjy8/Z0qQX/@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