[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190728115928.GA15888@kroah.com>
Date: Sun, 28 Jul 2019 13:59:28 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PULL] USB fixes for 5.3-rc2
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@...uxfoundation.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(-)
Powered by blists - more mailing lists