linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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.8-rc6
Date: Sun, 19 Jul 2020 11:14:47 +0200	[thread overview]
Message-ID: <20200719091447.GA157963@kroah.com> (raw)

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@linuxfoundation.org>

----------------------------------------------------------------
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(-)

             reply	other threads:[~2020-07-19  9:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-19  9:14 Greg KH [this message]
2020-07-19 20:00 ` [GIT PULL] USB driver fixes for 5.8-rc6 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=20200719091447.GA157963@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).