[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20180427143924.GA8988@kroah.com>
Date: Fri, 27 Apr 2018 16:39:24 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.17-rc3
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.17-rc3
for you to fetch changes up to 573a094873752d225041b1059a662eca013a54f4:
Merge tag 'usb-serial-4.17-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2018-04-26 19:29:24 +0200)
----------------------------------------------------------------
USB fixes for 4.17-rc3
Here are a number of USB driver fixes for reported problems for
4.17-rc3.
The "largest" here is a number of phy core changes for reported problems
with the -rc1 release. There's also the usual musb and xhci fixes, as
well as new device id updates. There are also some usbip fixes for
reported problems as more people start to use that code with containers.
All of these have been in linux-next with no reported issues, except the
last few new device ids, which are "obviously correct" :)
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Arnd Bergmann (1):
usb: select USB_COMMON for usb role switch config
Collin May (1):
USB: serial: simple: add libtransistor console
Greg Kroah-Hartman (2):
Revert "xhci: plat: Register shutdown for xhci_plat"
Merge tag 'usb-serial-4.17-rc3' of https://git.kernel.org/.../johan/usb-serial into usb-linus
Gregory CLEMENT (2):
usb: host: xhci-plat: Remove useless test before clk_disable_unprepare
usb: host: xhci-plat: Fix clock resource by adding a register clock
Heikki Krogerus (2):
Documentation: typec.rst: Use literal-block element with ascii art
usb: typec: ucsi: Increase command completion timeout value
Johan Hovold (2):
USB: musb: host: prevent core phy initialisation
USB: musb: dsps: drop duplicate phy initialisation
Kai-Heng Feng (1):
xhci: Fix USB ports for Dell Inspiron 5775
Kamil Lulko (1):
usb: core: Add quirk for HP v222w 16GB Mini
Kyle Roeschley (1):
USB: serial: cp210x: add ID for NI USB serial console
Martin Blumenstingl (6):
usb: core: phy: fix return value of usb_phy_roothub_exit()
usb: core: split usb_phy_roothub_{init,alloc}
usb: core: use phy_exit during suspend if wake up is not supported
usb: core: phy: make it a no-op if CONFIG_GENERIC_PHY is disabled
usb: core: phy: add missing forward declaration for "struct device"
usb: core: phy: add the SPDX-License-Identifier and include guard
Ravi Chandra Sadineni (1):
USB: Increment wakeup count on remote wakeup.
Shuah Khan (4):
usbip: vhci_hcd: check rhport before using in vhci_hub_control()
usbip: vhci_hcd: Fix usb device and sockfd leaks
usbip: usbip_host: fix to hold parent lock for device_attach() calls
usbip: usbip_event: fix to not print kernel pointer address
Tobias Regnery (1):
usb: typec: ucsi: fix tracepoint related build error
Vasyl Vavrychuk (1):
USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster
Zhengjun Xing (1):
xhci: Fix Kernel oops in xhci dbgtty
Documentation/devicetree/bindings/usb/usb-xhci.txt | 5 +-
Documentation/driver-api/usb/typec.rst | 2 +-
drivers/usb/Kconfig | 1 +
drivers/usb/core/hcd.c | 19 +++--
drivers/usb/core/hub.c | 10 ++-
drivers/usb/core/phy.c | 93 +++++++++++++++-------
drivers/usb/core/phy.h | 22 ++++-
drivers/usb/core/quirks.c | 3 +
drivers/usb/host/xhci-dbgtty.c | 8 +-
drivers/usb/host/xhci-pci.c | 5 +-
drivers/usb/host/xhci-plat.c | 32 +++++---
drivers/usb/host/xhci.h | 3 +-
drivers/usb/musb/musb_dsps.c | 2 -
drivers/usb/musb/musb_host.c | 1 +
drivers/usb/serial/Kconfig | 1 +
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/ftdi_sio.c | 3 +-
drivers/usb/serial/usb-serial-simple.c | 7 ++
drivers/usb/typec/ucsi/Makefile | 2 +-
drivers/usb/typec/ucsi/ucsi.c | 2 +-
drivers/usb/usbip/stub_main.c | 5 ++
drivers/usb/usbip/usbip_common.h | 2 +-
drivers/usb/usbip/usbip_event.c | 4 -
drivers/usb/usbip/vhci_hcd.c | 13 +++
24 files changed, 185 insertions(+), 61 deletions(-)
Powered by blists - more mailing lists