aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2018-04-30usb: musb: trace: fix NULL pointer dereference in musb_g_tx()Bin Liu1-1/+2
2018-04-30usb: musb: host: fix potential NULL pointer dereferenceBin Liu1-1/+3
2018-04-30typec: tcpm: Fix incorrect 'and' operatorGustavo A. R. Silva1-1/+1
2018-04-30Merge tag 'fixes-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman6-9/+37
2018-04-30Merge 4.17-rc3 into usb-nextGreg Kroah-Hartman21-48/+153
2018-04-29usb-misc: sisusbvga: fix spelling mistake: "asymmeric" -> "asymmetric"Colin Ian King1-1/+1
2018-04-26Merge tag 'usb-serial-4.17-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman4-1/+11
2018-04-25typec: tcpm: fix compiler warning about stupid thingsGreg Kroah-Hartman1-1/+2
2018-04-25typec: tcpm: Add support for sink PPS related messagesAdam Thomson1-9/+134
2018-04-25typec: tcpm: Represent source supply through power_supplyAdam Thomson4-66/+251
2018-04-25typec: tcpm: Add core support for sink side PPSAdam Thomson1-14/+555
2018-04-25usb: do not reset if a low-speed or full-speed device timed outMaxim Moseychuk1-1/+3
2018-04-25usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeueMayank Rana1-1/+1
2018-04-25usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be staticWei Yongjun1-1/+1
2018-04-25usb: dwc2: pci: Fix error return code in dwc2_pci_probe()Wei Yongjun1-1/+3
2018-04-25usb: dwc2: WA for Full speed ISOC IN in DDMA mode.Artur Petrosyan2-0/+23
2018-04-25usb: dwc2: dwc2_vbus_supply_init: fix error checkTomeu Vizoso1-5/+8
2018-04-25usb: gadget: f_phonet: fix pn_net_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-04-23USB: musb: dsps: drop duplicate phy initialisationJohan Hovold1-2/+0
2018-04-23USB: musb: host: prevent core phy initialisationJohan Hovold1-0/+1
2018-04-23usb: core: hcd: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-04-23usb: gadget: udc: core: Document the relation between usb_ep_queue() and comp...Alan Stern1-0/+6
2018-04-23usb: phy: Add Kconfig entry for Tegra PHY driverDmitry Osipenko3-4/+11
2018-04-23usb: tegra: Move utmi-pads reset from ehci-tegra to tegra-phyDmitry Osipenko2-53/+113
2018-04-23usb: phy: tegra: Cleanup error messagesDmitry Osipenko1-28/+41
2018-04-23usb: core: phy: add the SPDX-License-Identifier and include guardMartin Blumenstingl1-0/+12
2018-04-22USB: USB 3.2 Add sysfs entries for a usb device rx_lanes and tx_lanesMathias Nyman1-0/+22
2018-04-22USB: show USB 3.2 Dual-lane devices as Gen Xx2 during device enumerationMathias Nyman1-2/+5
2018-04-22usb: set root hub lane countsMathias Nyman1-0/+5
2018-04-22USB: Add support to store lane count used by USB 3.2Mathias Nyman1-0/+8
2018-04-22usb: define HCD_USB32 speed option for hosts that support USB 3.2 dual-laneMathias Nyman1-0/+3
2018-04-22usb: host: xhci-plat: Fix clock resource by adding a register clockGregory CLEMENT2-5/+23
2018-04-22usb: host: xhci-plat: Remove useless test before clk_disable_unprepareGregory CLEMENT1-4/+2
2018-04-22usb: typec: tcpm: remove max_snk_mv/ma/mwLi Jun1-12/+0
2018-04-22usb: typec: wcove: remove max_snk_* for sink configLi Jun1-3/+1
2018-04-22usb: typec: fusb302: remove max_snk_* for sink configLi Jun1-14/+28
2018-04-22usb: typec: tcpm: pdo matching optimizationLi Jun1-38/+67
2018-04-22usb: hub: Don't wait for connect state at resume for powered-off portsDominik Bozek1-0/+4
2018-04-22usb: mtu3: simplify getting .drvdataWolfram Sang1-4/+2
2018-04-22usb: phy: simplify getting .drvdataWolfram Sang1-4/+2
2018-04-22USB: phy: drop legacy board-file supportJohan Hovold1-97/+2
2018-04-22USB: renesas_usbhs: drop unused legacy-phy supportJohan Hovold2-30/+0
2018-04-22USB: musb: omap2430: drop non-DT supportJohan Hovold1-50/+45
2018-04-22USB: ehci-omap: drop unused legacy phy supportJohan Hovold1-4/+1
2018-04-22USB: core: hcd: drop support for legacy physJohan Hovold1-35/+3
2018-04-22USB: phy: drop unused legacy controller-phy bind helperJohan Hovold1-34/+0
2018-04-22usbip: usbip_host: refine probe and disconnect debug msgs to be usefulShuah Khan1-2/+2
2018-04-22usb: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2-3/+3
2018-04-22usb: isp1760: Replace mdelay with msleep in isp1760_stopJia-Ju Bai1-1/+1
2018-04-22usb: isp1760: Replace mdelay with msleep in isp1760_init_coreJia-Ju Bai1-1/+1