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/Thunderbolt fixes for 5.9-rc6
Date: Sun, 20 Sep 2020 15:28:30 +0200	[thread overview]
Message-ID: <20200920132830.GA2845084@kroah.com> (raw)

The following changes since commit 856deb866d16e29bd65952e0289066f6078af773:

  Linux 5.9-rc5 (2020-09-13 16:06:00 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9cdabcb3ef8c24ca3a456e4db7b012befb688e73:

  usblp: fix race between disconnect() and read() (2020-09-17 18:45:30 +0200)

----------------------------------------------------------------
USB/Thunderbolt fixes for 5.9-rc6

Here are some small USB and one Thunderbolt driver fixes for 5.9-rc6.

Nothing major at all, just some fixes for reported issues, and a quirk
addition:
	- typec fixes
	- UAS disconnect fix
	- usblp race fix
	- ehci-hcd modversions build fix
	- ignore wakeup quirk table addition
	- thunderbolt DROM read fix

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

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

----------------------------------------------------------------
Greg Kroah-Hartman (1):
      Merge tag 'thunderbolt-for-v5.9-rc6' of git://git.kernel.org/.../westeri/thunderbolt into usb-linus

Heikki Krogerus (2):
      usb: typec: ucsi: acpi: Increase command completion timeout value
      usb: typec: ucsi: Prevent mode overrun

Madhusudanarao Amara (1):
      usb: typec: intel_pmc_mux: Handle SCU IPC error conditions

Mika Westerberg (1):
      thunderbolt: Retry DROM read once if parsing fails

Oliver Neukum (2):
      USB: UAS: fix disconnect by unplugging a hub
      usblp: fix race between disconnect() and read()

Penghao (1):
      USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebook

Quentin Perret (1):
      ehci-hcd: Move include to keep CRC stable

 drivers/thunderbolt/eeprom.c          | 20 ++++++++++++++++----
 drivers/usb/class/usblp.c             |  5 +++++
 drivers/usb/core/quirks.c             |  4 ++++
 drivers/usb/host/ehci-hcd.c           |  1 +
 drivers/usb/host/ehci-hub.c           |  1 -
 drivers/usb/storage/uas.c             | 14 ++++++++++++--
 drivers/usb/typec/mux/intel_pmc_mux.c | 12 +++++++++---
 drivers/usb/typec/ucsi/ucsi.c         | 22 ++++++++++++++++------
 drivers/usb/typec/ucsi/ucsi_acpi.c    |  2 +-
 9 files changed, 64 insertions(+), 17 deletions(-)

             reply	other threads:[~2020-09-20 13:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-20 13:28 Greg KH [this message]
2020-09-20 18:00 ` [GIT PULL] USB/Thunderbolt fixes for 5.9-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=20200920132830.GA2845084@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).