mbox series

[GIT,PULL] USB driver fixes for 5.7-rc5

Message ID 20200508141718.GA324234@kroah.com (mailing list archive)
State Mainlined
Commit 0a0b96b2e27d75c74e254abf8efe17628aa427ad
Headers show
Series [GIT,PULL] USB driver fixes for 5.7-rc5 | expand

Pull-request

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

Message

Greg KH May 8, 2020, 2:17 p.m. UTC
The following changes since commit 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c:

  Linux 5.7-rc3 (2020-04-26 13:51:02 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 91edf63d5022bd0464788ffb4acc3d5febbaf81d:

  usb: chipidea: msm: Ensure proper controller reset using role switch API (2020-05-07 08:46:35 +0200)

----------------------------------------------------------------
USB fixes for 5.7-rc5

Here are some small USB fixes for 5.7-rc5 to resolve some reported
issues:
	- syzbot found problems fixed
	- usbfs dma mapping fix
	- typec bugfixs
	- chipidea bugfix
	- usb4/thunderbolt fix
	- new device ids/quirks

All of these have been in linux-next for a while with no reported
issues.

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

----------------------------------------------------------------
Alan Stern (1):
      USB: core: Fix misleading driver bug report

Bryan O'Donoghue (1):
      usb: chipidea: msm: Ensure proper controller reset using role switch API

Greg Kroah-Hartman (1):
      Merge tag 'usb-serial-5.7-rc5' of https://git.kernel.org/.../johan/usb-serial into usb-linus

Heikki Krogerus (1):
      usb: typec: intel_pmc_mux: Fix the property names

Jeremy Linton (1):
      usb: usbfs: correct kernel->user page attribute mismatch

Matt Jolly (1):
      USB: serial: qcserial: Add DW5816e support

Mika Westerberg (1):
      thunderbolt: Check return value of tb_sw_read() in usb4_switch_op()

Oliver Neukum (2):
      USB: serial: garmin_gps: add sanity checking for data length
      USB: uas: add quirk for LaCie 2Big Quadra

Prashant Malani (1):
      usb: typec: mux: intel: Handle alt mode HPD_HIGH

 drivers/thunderbolt/usb4.c            | 3 +++
 drivers/usb/chipidea/ci_hdrc_msm.c    | 2 +-
 drivers/usb/core/devio.c              | 5 ++---
 drivers/usb/core/message.c            | 4 ++--
 drivers/usb/serial/garmin_gps.c       | 4 ++--
 drivers/usb/serial/qcserial.c         | 1 +
 drivers/usb/storage/unusual_uas.h     | 7 +++++++
 drivers/usb/typec/mux/intel_pmc_mux.c | 8 ++++++--
 8 files changed, 24 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org May 8, 2020, 4:15 p.m. UTC | #1
The pull request you sent on Fri, 8 May 2020 16:17:18 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.7-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0a0b96b2e27d75c74e254abf8efe17628aa427ad

Thank you!