[GIT PULL] USB/PHY driver fixes for 4.20-rc6
From: Greg KH
Date: Sun Dec 09 2018 - 06:16:52 EST
The following changes since commit 2595646791c319cadfdbf271563aac97d0843dc7:
Linux 4.20-rc5 (2018-12-02 15:07:55 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.20-rc6
for you to fetch changes up to 3caad34eab57e622dad48086af7f89c19001664e:
Merge tag 'usb-serial-4.20-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2018-12-06 18:02:58 +0100)
----------------------------------------------------------------
USB fixes for 4.20-rc6
Here are some small USB fixes for 4.20-rc6
The "largest" here are some xhci fixes for reported issues. Also here
is a USB core fix, some quirk additions, and a usb-serial fix which
required the export of one of the tty layer's functions to prevent code
duplication. The tty maintainer agreed with this change.
All of these have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Alan Stern (1):
USB: Fix invalid-free bug in port_over_current_notify()
Alexander Theissen (1):
usb: appledisplay: Add 27" Apple Cinema Display
Greg Kroah-Hartman (1):
Merge tag 'usb-serial-4.20-rc6' of https://git.kernel.org/.../johan/usb-serial into usb-linus
Harry Pan (1):
usb: quirk: add no-LPM quirk on SanDisk Ultra Flair device
Johan Hovold (1):
USB: serial: console: fix reported terminal settings
Mathias Nyman (1):
xhci: Prevent U1/U2 link pm states if exit latency is too long
Mathias Payer (1):
USB: check usb_get_extra_descriptor for proper size
Sandeep Singh (1):
xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
drivers/tty/tty_io.c | 11 +++++++++--
drivers/usb/core/hub.c | 5 +++--
drivers/usb/core/quirks.c | 4 ++++
drivers/usb/core/usb.c | 6 +++---
drivers/usb/host/hwa-hc.c | 2 +-
drivers/usb/host/xhci-pci.c | 4 ++++
drivers/usb/host/xhci.c | 42 +++++++++++++++++++++++++++++++++++++----
drivers/usb/host/xhci.h | 3 +++
drivers/usb/misc/appledisplay.c | 1 +
drivers/usb/serial/console.c | 2 +-
include/linux/tty.h | 1 +
include/linux/usb.h | 4 ++--
12 files changed, 70 insertions(+), 15 deletions(-)