[GIT PULL] USB/PHY driver fixes for 4.14-rc6
From: Greg KH
Date: Mon Oct 23 2017 - 03:19:02 EST
The following changes since commit 33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9:
Linux 4.14-rc5 (2017-10-15 21:01:12 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.14-rc6
for you to fetch changes up to 1ac7db63333db1eeff901bfd6bbcd502b4634fa4:
usb: hub: Allow reset retry for USB2 devices on connect bounce (2017-10-19 09:49:11 +0200)
----------------------------------------------------------------
USB/PHY fixes for 4.14-rc6
Here are a small number of USB and PHY driver fixes for 4.14-rc6
There is the usual musb and xhci fixes in here, as well as some needed
phy patches. Also is a nasty regression fix for usbfs that has started
to hit a lot of people using virtual machines.
All of these have been in linux-next with no reported problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Alan Stern (1):
USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()
Alexandre Bailon (3):
usb: musb: musb_cppi41: Fix the address of teardown and autoreq registers
usb: musb: musb_cppi41: Fix cppi41_set_dma_mode() for DA8xx
usb: musb: musb_cppi41: Configure the number of channels for DA8xx
Antoine Tenart (2):
phy: mvebu-cp110-comphy: fix mux error check
phy: mvebu-cp110-comphy: explicitly set the pipe selector
Arvind Yadav (1):
phy: tegra: Handle return value of kasprintf
Bin Liu (1):
MAINTAINERS: fix git tree url for musb module
Chunfeng Yun (1):
phy: phy-mtk-tphy: fix NULL point of chip bank
Dan Carpenter (1):
phy: mvebu-cp110: checking for NULL instead of IS_ERR()
Douglas Anderson (3):
phy: rockchip-typec: Set the AUX channel flip state earlier
phy: rockchip-typec: Don't set the aux voltage swing to 400 mV
phy: rockchip-typec: Check for errors from tcphy_phy_init()
Felipe Balbi (1):
usb: quirks: add quirk for WORLDE MINI MIDI keyboard
Greg Kroah-Hartman (2):
Merge tag 'phy-for-4.14-rc' of git://git.kernel.org/.../kishon/linux-phy into usb-linus
Merge tag 'usb-serial-4.14-rc6' of git://git.kernel.org/.../johan/usb-serial into usb-linus
Hans de Goede (1):
USB: devio: Revert "USB: devio: Don't corrupt user memory"
Jeffy Chen (1):
xhci: Cleanup current_cmd in xhci_cleanup_command_queue()
Johan Hovold (3):
USB: serial: metro-usb: add MS7820 device id
USB: musb: fix session-bit runtime-PM quirk
USB: musb: fix late external abort on suspend
Jonathan Liu (2):
usb: musb: Check for host-mode using is_host_active() on reset interrupt
usb: musb: sunxi: Explicitly release USB PHY on exit
Lu Baolu (1):
usb: xhci: Reset halted endpoint if trb is noop
Maksim Salau (1):
usb: cdc_acm: Add quirk for Elatec TWN3
Mathias Nyman (2):
xhci: Identify USB 3.1 capable hosts by their port protocol capability
usb: hub: Allow reset retry for USB2 devices on connect bounce
Mayank Rana (1):
usb: xhci: Handle error condition in xhci_stop_device()
MAINTAINERS | 1 -
drivers/phy/marvell/phy-mvebu-cp110-comphy.c | 18 ++++--
drivers/phy/mediatek/phy-mtk-tphy.c | 3 +-
drivers/phy/rockchip/phy-rockchip-typec.c | 82 ++++++++++++++++--------
drivers/phy/tegra/xusb.c | 2 +
drivers/usb/class/cdc-acm.c | 3 +
drivers/usb/core/config.c | 6 +-
drivers/usb/core/devio.c | 6 +-
drivers/usb/core/hub.c | 11 ++--
drivers/usb/core/quirks.c | 4 ++
drivers/usb/host/xhci-hub.c | 23 +++++--
drivers/usb/host/xhci-ring.c | 21 ++++---
drivers/usb/host/xhci.c | 3 +-
drivers/usb/musb/musb_core.c | 21 ++++---
drivers/usb/musb/musb_core.h | 2 +
drivers/usb/musb/musb_cppi41.c | 94 ++++++++++++++++++++++++----
drivers/usb/musb/sunxi.c | 2 +
drivers/usb/serial/metro-usb.c | 1 +
18 files changed, 226 insertions(+), 77 deletions(-)