aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2019-04-19usb: mtu3: get optional clock by devm_clk_get_optional()Chunfeng Yun1-16/+3
2019-04-19usb: chipidea: msm: get optional clock by devm_clk_get_optional()Chunfeng Yun1-6/+3
2019-04-19usb: dwc2: get optional clock by devm_clk_get_optional()Chunfeng Yun1-3/+3
2019-04-19usb: misc: usb3503: get optional clock by devm_clk_get_optional()Chunfeng Yun1-30/+18
2019-04-19usb: host: xhci-plat: get optional clock by devm_clk_get_optional()Chunfeng Yun1-21/+18
2019-04-19usb: xhci-mtk: get optional clock by devm_clk_get_optional()Chunfeng Yun1-16/+3
2019-04-19usb: typec: fusb302: Revert "Resolve fixed power role contract setup"Hans de Goede1-9/+46
2019-04-19usb: typec: fusb302: Implement start_toggling for all port-typesHans de Goede1-3/+13
2019-04-19usb: typec: tcpm: Notify the tcpc to start connection-detection for SRPsHans de Goede4-27/+35
2019-04-19usb: host: use usb_endpoint_maxp instead of usb_maxpacketYan Zhu1-6/+4
2019-04-19USB: dummy-hcd: Fix failure to give back unlinked URBsAlan Stern1-4/+15
2019-04-17USB: core: Don't unbind interfaces following device reset failureAlan Stern1-1/+4
2019-04-16usb-storage: Set virt_boundary_mask to avoid SG overflowsAlan Stern1-14/+12
2019-04-16USB: core: Fix unterminated string returned by usb_string()Alan Stern1-1/+3
2019-04-16USB: hub: Remove returned value 'status' since never usedMathieu Malaterre1-7/+6
2019-04-16usb: host: xhci-tegra: Add Tegra186 XUSB supportJC Kuo1-0/+25
2019-04-16usb: host: xhci-tegra: Selectively program IPFSJC Kuo1-17/+26
2019-04-12usb: ohci-da8xx: drop the vbus GPIOBartosz Golaszewski1-27/+5
2019-04-12usb: ohci-da8xx: disable the regulator if the overcurrent irq firedBartosz Golaszewski1-5/+17
2019-04-12usb: ohci-da8xx: let the regulator framework keep track of use countBartosz Golaszewski1-6/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon2-6/+0
2019-04-03video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbolAlexander Shiyan1-1/+0
2019-04-03USB: serial: pl2303: fix tranceiver suspend modeJohan Hovold1-4/+29
2019-04-03USB: serial: pl2303: fix non-supported xon/xoffJohan Hovold1-5/+20
2019-04-01Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman22-36/+106
2019-03-29Merge tag 'usb-serial-5.1-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman5-8/+20
2019-03-29Merge tag 'fixes-for-v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman4-8/+11
2019-03-28USB: serial: option: add Olicard 600Bjørn Mork1-4/+6
2019-03-28USB: serial: cp210x: add new device idGreg Kroah-Hartman1-0/+1
2019-03-28usb: u132-hcd: fix resource leakMukesh Ojha1-0/+3
2019-03-28usb: cdc-acm: fix race during wakeup blocking TX trafficRomain Izard1-3/+1
2019-03-26usb: mtu3: fix EXTCON dependencyArnd Bergmann1-0/+1
2019-03-26usb: usb251xb: fix to avoid potential NULL pointer dereferenceAditya Pakki1-1/+1
2019-03-26usb: core: Try generic PHY_MODE_USB_HOST if usb_phy_roothub_set_mode failsChen-Yu Tsai1-0/+3
2019-03-26usb: introduce usb_ep_type_string() functionChunfeng Yun4-35/+20
2019-03-26usb: typec: fusb302: Make fusb302_irq_work staticYueHaibing1-1/+1
2019-03-26usb: u132-hcd: fix potential NULL pointer dereferenceKangjie Lu1-0/+2
2019-03-26usb: typec: wcove: Provide fwnode for the portHeikki Krogerus1-13/+16
2019-03-26usb: core: Add PM runtime calls to usb_hcd_platform_shutdownTony Lindgren1-0/+3
2019-03-26usb: sierra: fix a missing check of device_create_fileKangjie Lu1-3/+1
2019-03-26usb: mtu3: add a function to switch mailbox state to stringChunfeng Yun1-2/+18
2019-03-26usb: mtu3: add tracepoints to help debugChunfeng Yun9-1/+347
2019-03-26usb: mtu3: move vbus and mode debugfs interfaces into mtu3_debugfs.cChunfeng Yun4-110/+110
2019-03-26usb: mtu3: add debugfs interface filesChunfeng Yun7-13/+503
2019-03-26usb: mtu3: supports new QMU formatChunfeng Yun6-22/+66
2019-03-26usb: mtu3: rebuild qmu_gpd struct to prepare to support new QMU formatChunfeng Yun2-59/+42
2019-03-26usb: mtu3: fix transfer error of USB3 Gen2 isocChunfeng Yun3-10/+51
2019-03-26usb: mtu3: rebuild the code of getting vbus regulatorChunfeng Yun1-5/+3
2019-03-26usb: mtu3: remove unnecessary local variable @reqChunfeng Yun1-5/+2
2019-03-26usb: mtu3: print useful information also for device and host modesChunfeng Yun1-2/+3