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 fixes for 5.6-rc7
Date: Fri, 20 Mar 2020 15:27:39 +0100	[thread overview]
Message-ID: <20200320142739.GA760409@kroah.com> (raw)

The following changes since commit 2c523b344dfa65a3738e7039832044aa133c75fb:

  Linux 5.6-rc5 (2020-03-08 17:44:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.6-rc7

for you to fetch changes up to 2866ce8696167de300e27d50d521b5f671bab5d4:

  Merge tag 'usb-serial-5.6-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2020-03-18 10:42:57 +0100)

----------------------------------------------------------------
USB fixes for 5.6-rc7

Here are some small USB fixes for 5.6-rc7.  And there's a thunderbolt
driver fix thrown in for good measure as well.

These fixes are:
	- new device ids for usb-serial drivers
	- thunderbolt error code fix
	- xhci driver fixes
	- typec fixes
	- cdc-acm driver fixes
	- chipidea driver fix
	- more USB quirks added for devices that need them.

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

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alberto Mattea (1):
      usb: xhci: apply XHCI_SUSPEND_DELAY to AMD XHCI controller 1022:145c

Anthony Mallet (2):
      USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIAL
      USB: cdc-acm: fix rounding error in TIOCSSERIAL

Dan Carpenter (1):
      thunderbolt: Fix error code in tb_port_is_width_supported()

Daniele Palmas (1):
      USB: serial: option: add ME910G1 ECM composition 0x110b

Greg Kroah-Hartman (2):
      Merge tag 'thunderbolt-fix-for-v5.6-rc6' of git://git.kernel.org/.../westeri/thunderbolt into usb-linus
      Merge tag 'usb-serial-5.6-rc7' of https://git.kernel.org/.../johan/usb-serial into usb-linus

Hans de Goede (1):
      usb: quirks: add NO_LPM quirk for RTL8153 based ethernet adapters

Heikki Krogerus (2):
      usb: typec: ucsi: displayport: Fix NULL pointer dereference
      usb: typec: ucsi: displayport: Fix a potential race during registration

Kai-Heng Feng (1):
      USB: Disable LPM on WD19's Realtek Hub

Peter Chen (1):
      usb: chipidea: udc: fix sleeping function called from invalid context

Ran Wang (1):
      usb: host: xhci-plat: add a shutdown

Scott Chen (1):
      USB: serial: pl2303: add device-id for HP LD381

Steven Rostedt (VMware) (1):
      xhci: Do not open code __print_symbolic() in xhci trace events

 drivers/thunderbolt/switch.c         |  2 +-
 drivers/usb/chipidea/udc.c           |  7 ++++---
 drivers/usb/class/cdc-acm.c          | 34 +++++++++++++++++++++-------------
 drivers/usb/core/quirks.c            |  6 ++++++
 drivers/usb/host/xhci-pci.c          |  3 ++-
 drivers/usb/host/xhci-plat.c         |  1 +
 drivers/usb/host/xhci-trace.h        | 23 ++++++-----------------
 drivers/usb/serial/option.c          |  2 ++
 drivers/usb/serial/pl2303.c          |  1 +
 drivers/usb/serial/pl2303.h          |  1 +
 drivers/usb/typec/ucsi/displayport.c | 12 +++++++++++-
 11 files changed, 56 insertions(+), 36 deletions(-)

             reply	other threads:[~2020-03-20 14:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-20 14:27 Greg KH [this message]
2020-03-20 17:15 ` [GIT PULL] USB fixes for 5.6-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=20200320142739.GA760409@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).