[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YtJZlE1lf8EdUYRM@kroah.com>
Date: Sat, 16 Jul 2022 08:24:20 +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 driver fixes for 5.19-rc7
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@...uxfoundation.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(-)
Powered by blists - more mailing lists