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 driver fixes for 5.19-rc7
Date: Sat, 16 Jul 2022 08:24:20 +0200 [thread overview]
Message-ID: <YtJZlE1lf8EdUYRM@kroah.com> (raw)
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(-)
next reply other threads:[~2022-07-16 6:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-16 6:24 Greg KH [this message]
2022-07-16 18:26 ` [GIT PULL] USB driver fixes for 5.19-rc7 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=YtJZlE1lf8EdUYRM@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.