From: Felipe Balbi <balbi@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Subject: [GIT PULL] USB: fixes for v5.8-rc3
Date: Fri, 10 Jul 2020 11:41:46 +0300 [thread overview]
Message-ID: <87pn93ep85.fsf@kernel.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2577 bytes --]
Hi Greg,
here's my second pull request for the current merge window. Nothing
major going on apart from the spinlock fix in legacy audio function and
a memleak plug on gr_udc.
Patches have been cooking for quite a while. Let me know if you want
anything to be changed
cheers
The following changes since commit af3cf0ac6805a36740089a5f200c28a04d452404:
Merge tag 'usb-serial-5.8-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2020-07-08 17:10:17 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.8-rc3
for you to fetch changes up to 8778eb0927ddcd3f431805c37b78fa56481aeed9:
usb: gadget: function: fix missing spinlock in f_uac1_legacy (2020-07-09 10:13:07 +0300)
----------------------------------------------------------------
USB: fixes for v5.8-rc3
Adding support for recent Intel devices (Tiger Lake and Jasper Lake)
on dwc3. We have some endianess fixes in cdns3, a memleak fix in
gr_udc and lock API usage fix in the legacy f_uac1
Signed-off-by: Felipe Balbi <balbi@kernel.org>
----------------------------------------------------------------
Evgeny Novikov (1):
usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init()
Heikki Krogerus (2):
usb: dwc3: pci: add support for the Intel Tiger Lake PCH -H variant
usb: dwc3: pci: add support for the Intel Jasper Lake
Michał Mirosław (2):
usb: gadget: udc: atmel: remove outdated comment in usba_ep_disable()
usb: gadget: udc: atmel: fix uninitialized read in debug printk
Minas Harutyunyan (1):
usb: dwc2: Fix shutdown callback in platform
Peter Chen (2):
usb: cdns3: ep0: fix some endian issues
usb: cdns3: trace: fix some endian issues
Randy Dunlap (1):
usb: gadget: fix langid kernel-doc warning in usbstring.c
Zhang Qiang (1):
usb: gadget: function: fix missing spinlock in f_uac1_legacy
drivers/usb/cdns3/ep0.c | 30 ++++++++++++++---------------
drivers/usb/cdns3/trace.h | 6 +++---
drivers/usb/dwc2/platform.c | 3 ++-
drivers/usb/dwc3/dwc3-pci.c | 8 ++++++++
drivers/usb/gadget/function/f_uac1_legacy.c | 2 ++
drivers/usb/gadget/udc/atmel_usba_udc.c | 10 ++--------
drivers/usb/gadget/udc/gr_udc.c | 7 +++++--
drivers/usb/gadget/usbstring.c | 2 +-
8 files changed, 38 insertions(+), 30 deletions(-)
--
balbi
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next reply other threads:[~2020-07-10 8:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-10 8:41 Felipe Balbi [this message]
2020-07-10 10:40 ` [GIT PULL] USB: fixes for v5.8-rc3 Greg Kroah-Hartman
2020-07-10 12:48 ` Peter Chen
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=87pn93ep85.fsf@kernel.org \
--to=balbi@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-usb@vger.kernel.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.