Message ID | 20200110211758.GA1872534@kroah.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 213356fe986faff3580f2c12c14773f53da32768 |
Headers | show |
Series | [GIT,PULL] USB fixes for 5.5-rc6 | expand |
The pull request you sent on Fri, 10 Jan 2020 22:17:58 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.5-rc6
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/213356fe986faff3580f2c12c14773f53da32768
Thank you!
The following changes since commit 46cf053efec6a3a5f343fead837777efe8252a46: Linux 5.5-rc3 (2019-12-22 17:02:23 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.5-rc6 for you to fetch changes up to 1530f6f5f5806b2abbf2a9276c0db313ae9a0e09: usb: missing parentheses in USE_NEW_SCHEME (2020-01-08 17:44:11 +0100) ---------------------------------------------------------------- USB/PHY fixes for 5.5-rc6 Here are a number of USB and PHY driver fixes for 5.5-rc6 Nothing all that unusual, just the a bunch of small fixes for a lot of different reported issues. The PHY driver fixes are in here as they interacted with the usb drivers. Full details of the patches are in the shortlog, and all of these have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Alan Stern (1): USB: Fix: Don't skip endpoint descriptors with maxpacket=0 Arnd Bergmann (1): usb: udc: tegra: select USB_ROLE_SWITCH Bjorn Andersson (1): phy: qcom-qmp: Increase PHY ready timeout Colin Ian King (1): usb: ohci-da8xx: ensure error return on variable error is set Daniele Palmas (2): USB: serial: option: add Telit ME910G1 0x110a composition USB: serial: option: add ZLP support for 0x1bc7/0x9010 Douglas Gilbert (1): USB-PD tcpm: bad warning+size, PPS adapters Greg Kroah-Hartman (2): Merge tag 'phy-for-5.5-rc' of git://git.kernel.org/.../kishon/linux-phy into usb-linus Merge tag 'usb-serial-5.5-rc5' of https://git.kernel.org/.../johan/usb-serial into usb-linus Guenter Roeck (1): usb: chipidea: host: Disable port power only if previously enabled Heikki Krogerus (1): usb: typec: ucsi: Fix the notification bit offsets Johan Hovold (1): USB: core: fix check for duplicate endpoints Jonas Karlman (1): phy/rockchip: inno-hdmi: round clock rate down to closest 1000 Hz Paul Cercueil (3): usb: musb: jz4740: Silence error if code is -EPROBE_DEFER usb: musb: dma: Correct parameter passed to IRQ handler usb: musb: Disable pullup at init Peter Chen (1): usb: cdns3: should not use the same dev_id for shared interrupt handler Qi Zhou (1): usb: missing parentheses in USE_NEW_SCHEME Thinh Nguyen (1): usb: dwc3: gadget: Fix request complete check Tony Lindgren (7): phy: cpcap-usb: Fix error path when no host driver is loaded phy: cpcap-usb: Fix flakey host idling and enumerating of devices phy: mapphone-mdm6600: Fix uninitialized status value regression phy: cpcap-usb: Prevent USB line glitches from waking up modem phy: cpcap-usb: Improve host vs docked mode detection phy: cpcap-usb: Drop extra write to usb2 register usb: musb: fix idling for suspend after disconnect interrupt drivers/phy/motorola/phy-cpcap-usb.c | 128 ++++++++++++++++++-------- drivers/phy/motorola/phy-mapphone-mdm6600.c | 11 +-- drivers/phy/qualcomm/phy-qcom-qmp.c | 2 +- drivers/phy/rockchip/phy-rockchip-inno-hdmi.c | 4 + drivers/usb/cdns3/gadget.c | 14 +-- drivers/usb/chipidea/host.c | 4 +- drivers/usb/core/config.c | 82 +++++++++++++---- drivers/usb/core/hub.c | 2 +- drivers/usb/dwc3/gadget.c | 7 ++ drivers/usb/gadget/udc/Kconfig | 1 + drivers/usb/host/ohci-da8xx.c | 8 +- drivers/usb/musb/jz4740.c | 7 +- drivers/usb/musb/musb_core.c | 11 +++ drivers/usb/musb/musbhsdma.c | 2 +- drivers/usb/serial/option.c | 10 ++ drivers/usb/serial/usb-wwan.h | 1 + drivers/usb/serial/usb_wwan.c | 4 + drivers/usb/typec/tcpm/tcpci.c | 20 +++- drivers/usb/typec/ucsi/ucsi.h | 18 ++-- 19 files changed, 243 insertions(+), 93 deletions(-)