[GIT PULL] USB driver fixes for 5.8-rc6

From: Greg KH
Date: Sun Jul 19 2020 - 05:14:46 EST


The following changes since commit 9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68:

Linux 5.8-rc3 (2020-06-28 15:00:24 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.8-rc6

for you to fetch changes up to c7300cdf8f683ae00cf74616b5fd14ffac327979:

Merge tag 'usb-serial-5.8-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2020-07-16 17:30:59 +0200)

----------------------------------------------------------------
USB fixes for 5.8-rc6

Here are a few small USB fixes, and one thunderbolt fix, for 5.8-rc6.

Nothing huge in here, just the normal collection of gadget, dwc2/3,
serial, and other minor USB driver fixes and id additions. Full details
are in the shortlog.

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

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
AceLan Kao (1):
USB: serial: option: add Quectel EG95 LTE modem

Evgeny Novikov (1):
usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init()

Greg Kroah-Hartman (4):
Merge tag 'thunderbolt-fix-for-v5.8-rc4' of git://git.kernel.org/.../westeri/thunderbolt into usb-linus
Merge tag 'usb-serial-5.8-rc5' of https://git.kernel.org/.../johan/usb-serial into usb-linus
Merge tag 'fixes-for-v5.8-rc3' of git://git.kernel.org/.../balbi/usb into usb-linus
Merge tag 'usb-serial-5.8-rc6' of https://git.kernel.org/.../johan/usb-serial into usb-linus

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

Igor Moura (1):
USB: serial: ch341: add new Product ID for CH340

James Hilliard (1):
USB: serial: cypress_m8: enable Simply Automated UPB PIM

Johan Hovold (1):
USB: serial: iuu_phoenix: fix memory corruption

JÃrgen Storvist (1):
USB: serial: option: add GosunCn GM500 series

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

Mika Westerberg (1):
thunderbolt: Fix path indices used in USB3 tunnel discovery

Minas Harutyunyan (1):
usb: dwc2: Fix shutdown callback in platform

Peter Chen (3):
usb: chipidea: core: add wakeup support for extcon
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

Tom Rix (1):
USB: c67x00: fix use after free in c67x00_giveback_urb

Zhang Qiang (1):
usb: gadget: function: fix missing spinlock in f_uac1_legacy

drivers/thunderbolt/tunnel.c | 12 ++++++------
drivers/usb/c67x00/c67x00-sched.c | 2 +-
drivers/usb/cdns3/ep0.c | 30 ++++++++++++++---------------
drivers/usb/cdns3/trace.h | 6 +++---
drivers/usb/chipidea/core.c | 24 +++++++++++++++++++++++
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 +-
drivers/usb/serial/ch341.c | 1 +
drivers/usb/serial/cypress_m8.c | 2 ++
drivers/usb/serial/cypress_m8.h | 3 +++
drivers/usb/serial/iuu_phoenix.c | 8 +++++---
drivers/usb/serial/option.c | 6 ++++++
16 files changed, 86 insertions(+), 40 deletions(-)