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.3-rc2
Date: Sun, 28 Jul 2019 13:59:28 +0200 [thread overview]
Message-ID: <20190728115928.GA15888@kroah.com> (raw)
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.3-rc2
for you to fetch changes up to d39b5bad8658d6d94cb2d98a44a7e159db4f5030:
xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT). (2019-07-25 11:26:42 +0200)
----------------------------------------------------------------
USB fixes for 5.3-rc2
Here are some small fixes for 5.3-rc2. All of these resolve some
reported issues, some more than others :)
Included in here is:
- xhci fix for an annoying issue with odd devices
- reversion of some usb251xb patches that should not have been
merged
- usb pci quirk additions and fixups
- usb storage fix
- usb host controller error test fix
All of these have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Dan Carpenter (1):
usb/hcd: Fix a NULL vs IS_ERR() bug in usb_hcd_setup_local_mem()
Lucas Stach (3):
Revert "usb: usb251xb: Add US lanes inversion dts-bindings"
Revert "usb: usb251xb: Add US port lanes inversion property"
usb: usb251xb: Reallow swap-dx-lanes to apply to the upstream port
Mathias Nyman (1):
xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT).
Phong Tran (1):
usb: wusbcore: fix unbalanced get/put cluster_id
Ryan Kennedy (2):
usb: pci-quirks: Correct AMD PLL quirk detection
usb: pci-quirks: Minor cleanup for AMD PLL quirk
Yoshihiro Shimoda (1):
usb-storage: Add a limitation for blk_queue_max_hw_sectors()
Documentation/devicetree/bindings/usb/usb251xb.txt | 6 +--
drivers/usb/core/hcd.c | 4 +-
drivers/usb/host/ehci-pci.c | 4 +-
drivers/usb/host/hwa-hc.c | 2 +-
drivers/usb/host/ohci-pci.c | 2 +-
drivers/usb/host/pci-quirks.c | 45 +++++++++++++---------
drivers/usb/host/pci-quirks.h | 2 +-
drivers/usb/host/xhci-pci.c | 2 +-
drivers/usb/host/xhci.h | 3 +-
drivers/usb/misc/usb251xb.c | 15 ++++----
drivers/usb/storage/scsiglue.c | 11 ++++++
11 files changed, 57 insertions(+), 39 deletions(-)
next reply other threads:[~2019-07-28 11:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-28 11:59 Greg KH [this message]
2019-07-28 17:30 ` [GIT PULL] USB fixes for 5.3-rc2 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=20190728115928.GA15888@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 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.