mbox series

[GIT,PULL] USB driver fixes for 5.19-rc7

Message ID YtJZlE1lf8EdUYRM@kroah.com
State New
Headers show
Series [GIT,PULL] USB driver fixes for 5.19-rc7 | expand

Pull-request

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

Message

Greg Kroah-Hartman July 16, 2022, 6:24 a.m. UTC
The following changes since commit 32346491ddf24599decca06190ebca03ff9de7f8:

  Linux 5.19-rc6 (2022-07-10 14:40:51 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3486af89dd3c0b0bef194c4bccf17c31ef16b99f:

  Merge tag 'usb-serial-5.19-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2022-07-14 16:22:12 +0200)

----------------------------------------------------------------
USB driver fixes for 5.19-rc7

Here are some small USB driver fixes and new device ids for 5.19-rc7.
They include:
	- new usb-serial driver ids
	- typec uevent fix
	- uvc gadget driver fix
	- dwc3 driver fixes
	- ehci-fsl driver fix

Note, I had to merge in 5.19-rc6 into this branch in order to do a clean
merge with the usb-serial fixes tree as they were based on that tag of
yours.

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

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

----------------------------------------------------------------
Darren Stevens (1):
      drivers/usb/host/ehci-fsl: Fix interrupt setup in host mode.

Greg Kroah-Hartman (2):
      Merge tag 'v5.19-rc6' into usb-linus
      Merge tag 'usb-serial-5.19-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Linyu Yuan (1):
      usb: typec: add missing uevent when partner support PD

Lucien Buchmann (1):
      USB: serial: ftdi_sio: add Belimo device ids

Michael Grzeschik (1):
      usb: gadget: uvc: fix changing interface name via configfs

Thinh Nguyen (1):
      usb: dwc3: gadget: Fix event pending check

Yang Yingliang (1):
      usb: dwc3-am62: remove unnecesary clk_put()

 drivers/usb/dwc3/dwc3-am62.c               |  8 ++------
 drivers/usb/dwc3/gadget.c                  |  4 +++-
 drivers/usb/gadget/function/uvc_configfs.c |  6 ++++--
 drivers/usb/host/ehci-fsl.c                | 11 +++--------
 drivers/usb/host/fsl-mph-dr-of.c           |  3 +++
 drivers/usb/serial/ftdi_sio.c              |  3 +++
 drivers/usb/serial/ftdi_sio_ids.h          |  6 ++++++
 drivers/usb/typec/class.c                  |  1 +
 8 files changed, 25 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org July 16, 2022, 6:26 p.m. UTC | #1
The pull request you sent on Sat, 16 Jul 2022 08:24:20 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.19-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9ed714dbd574663c1fcb01dde07e949fe7473fa8

Thank you!