This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4e4cd21c64da Merge tag 'block-5.5-2020-01-10' of git://git.kernel.dk/li [...] new 273f632912f1 tty: always relink the port new c5ee0b3104e0 serdev: Don't claim unsupported ACPI serial devices new 5a96c0bbff86 Merge tag 'tty-5.5-rc6' of git://git.kernel.org/pub/scm/li [...] new 58c3e681b04d staging: vt6656: Fix non zero logical return of, usb_control_msg new 7de6155c8968 staging: vt6656: correct return of vnt_init_registers. new 69cc1f925e1a staging: vt6656: limit reg output to block size new 07f59f180ee0 staging: vt6656: remove bool from vnt_radio_power_on ret new c0bcf9f3f5b6 staging: vt6656: set usb_set_intfdata on driver fail. new a9d3a9cedc13 staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713 new 58dcc5bf4030 staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21 new 7da37cd0520e Merge tag 'staging-5.5-rc6' of git://git.kernel.org/pub/sc [...] new 68faa679b8be chardev: Avoid potential use-after-free in 'chrdev_open()' new 9fb7007de8a2 Merge tag 'char-misc-5.5-rc6' of git://git.kernel.org/pub/ [...] new 3e4f8e21c4f2 USB: core: fix check for duplicate endpoints new f6ece9b0e52a usb: udc: tegra: select USB_ROLE_SWITCH new ce03cbcb4b4f usb: musb: jz4740: Silence error if code is -EPROBE_DEFER new c80d0f4426c7 usb: musb: dma: Correct parameter passed to IRQ handler new ea0d762775e2 usb: dwc3: gadget: Fix request complete check new af58e1fca984 usb: cdns3: should not use the same dev_id for shared inte [...] new c1ffba305dbc usb: chipidea: host: Disable port power only if previously [...] new 4acb0200ab2b phy: cpcap-usb: Fix error path when no host driver is loaded new cd217ee6867d phy: qcom-qmp: Increase PHY ready timeout new 049226b9fd74 phy: cpcap-usb: Fix flakey host idling and enumerating of devices new af5d44de5718 phy: mapphone-mdm6600: Fix uninitialized status value regression new 63078b6ba09e phy: cpcap-usb: Prevent USB line glitches from waking up modem new 9492535ecd9b phy: cpcap-usb: Improve host vs docked mode detection new ea137a89b5dd phy: cpcap-usb: Drop extra write to usb2 register new 4f510aa10468 phy/rockchip: inno-hdmi: round clock rate down to closest 1000 Hz new 5041a58d5ba5 Merge tag 'phy-for-5.5-rc' of git://git.kernel.org/pub/scm [...] new 0d3010fa4424 USB: serial: option: add Telit ME910G1 0x110a composition new 2438c3a19dec USB: serial: option: add ZLP support for 0x1bc7/0x9010 new efb3ecdcdb47 Merge tag 'usb-serial-5.5-rc5' of https://git.kernel.org/p [...] new c215e48e97d2 USB-PD tcpm: bad warning+size, PPS adapters new 2548288b4fb0 USB: Fix: Don't skip endpoint descriptors with maxpacket=0 new 33786a280116 usb: typec: ucsi: Fix the notification bit offsets new 5fbf7a253470 usb: musb: fix idling for suspend after disconnect interrupt new 96a0c1284310 usb: musb: Disable pullup at init new ba9b40810bb4 usb: ohci-da8xx: ensure error return on variable error is set new 1530f6f5f580 usb: missing parentheses in USE_NEW_SCHEME new 213356fe986f Merge tag 'usb-5.5-rc6' of git://git.kernel.org/pub/scm/li [...]
The 40 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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/staging/comedi/drivers/adv_pci1710.c | 4 +- drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 + drivers/staging/vt6656/baseband.c | 4 +- drivers/staging/vt6656/card.c | 2 +- drivers/staging/vt6656/device.h | 1 + drivers/staging/vt6656/main_usb.c | 3 +- drivers/staging/vt6656/usbpipe.c | 25 ++++- drivers/staging/vt6656/usbpipe.h | 5 + drivers/staging/vt6656/wcmd.c | 1 + drivers/tty/serdev/core.c | 10 ++ drivers/tty/tty_port.c | 3 +- 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 ++-- fs/char_dev.c | 2 +- 31 files changed, 293 insertions(+), 104 deletions(-)