aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-02USB: gadget core: Issue ->disconnect() callback from usb_gadget_disconnect()Alan Stern1-3/+6
2018-10-02usb: dwc3: Fix spelling of 'optimizations'Faisal Mehmood1-1/+1
2018-10-02usb: gadget: atmel: remove pointless retrieval of DT name propertyRob Herring1-6/+0
2018-10-02usb: gadget: fsl_udc_core: fixup struct_udc_setup documentationNicholas Mc Guire1-2/+4
2018-10-02usb: gadget: fsl_udc_core: check allocation return value and cleanup on failureNicholas Mc Guire1-4/+26
2018-10-02usb: mtu3: disable vbus rise/fall interrupts of ltssmChunfeng Yun2-10/+16
2018-10-02usb: renesas_usbhs: Add multiple clocks managementYoshihiro Shimoda2-0/+90
2018-10-02usb: renesas_usbhs: Add reset_controlYoshihiro Shimoda2-0/+14
2018-10-02usb: dwc3: gadget: Check ENBLSLPM before sending ep commandThinh Nguyen1-10/+19
2018-10-02usb: dwc2: fix unbalanced use of external vbus-supplyFabrice Gasnier1-7/+26
2018-10-02usb: dwc2: fix call to vbus supply exit routine, call it unlockedFabrice Gasnier1-0/+2
2018-10-02usb: dwc2: fix a race with external vbus supplyFabrice Gasnier1-1/+9
2018-10-02usb: dwc2: get optional vbus-supply regulator onceFabrice Gasnier2-9/+11
2018-10-02usb: dwc3: add EXTCON dependency for qcomArnd Bergmann1-1/+1
2018-10-02usb: gadget: udc: atmel: handle at91sam9rl PMCAlexandre Belloni1-0/+2
2018-10-02usb: gadget: udc: fotg210-udc: Fix a sleep-in-atomic-context bug in fotg210_get_status()Jia-Ju Bai1-1/+1
2018-10-02usb: dwc2: Disable all EP's on disconnectMinas Harutyunyan1-7/+23
2018-10-02usb: dwc3: exynos: Add support for Exynos5433 variant with all clocksMarek Szyprowski1-0/+9
2018-10-02usb: dwc3: exynos: Rework clock handling and prepare for new variantsMarek Szyprowski1-48/+80
2018-10-02usb: dwc3: exynos: Remove dead codeMarek Szyprowski1-75/+0
2018-10-02usb: phy: mxs: fix spelling mistake "stardard" -> "standard"Colin Ian King1-1/+1
2018-10-02usb: gadget: udc: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-10-02usb: dwc2: remove set but unused variableJosh Abraham1-3/+0
2018-10-02Revert "usb: renesas_usbhs: add extcon notifier to set mode for non-otg channel"Yoshihiro Shimoda3-21/+0
2018-10-02usb: gadget: fix spelling mistakeis "[En]queing" -> "[En]queuing"Colin Ian King2-2/+2
2018-10-02Merge tag 'uvcg-20180925' of git://linuxtv.org/pinchartl/media into testing/nextFelipe Balbi7-558/+740
2018-10-01usb: xhci-mtk: resume USB3 roothub firstChunfeng Yun1-2/+2
2018-10-01xhci: Add missing CAS workaround for Intel Sunrise Point xHCIMathias Nyman1-0/+2
2018-10-01usb: cdc_acm: Do not leak URB buffersRomain Izard1-0/+6
2018-10-01Merge tag 'usb-serial-4.19-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman2-3/+15
2018-09-30Merge 4.19-rc6 into usb-nextGreg Kroah-Hartman8-37/+66
2018-09-28usb: usbtmc: uninitialized symbol 'actual' in usbtmc_ioctl_abort_bulk_in_tagGuido Kiener1-0/+1
2018-09-28usb: usbtmc: uninitialized symbol 'actual' in usbtmc_ioctl_clearGuido Kiener1-0/+1
2018-09-28usb: usbtmc: uninitialized symbol 'actual' in usbtmc_readGuido Kiener1-0/+1
2018-09-28usb: usbtmc: Fix memory leak in usbtmc_ioctl_requestGuido Kiener1-4/+0
2018-09-28usb: renesas_usbhs: add support for R-Car E3Yoshihiro Shimoda1-0/+4
2018-09-28usb: renesas_usbhs: rcar3: Use OTG mode for R-Car D3Yoshihiro Shimoda1-1/+2
2018-09-28Revert "usb: renesas_usbhs: set the mode by using extcon state for non-otg channel"Yoshihiro Shimoda1-14/+1
2018-09-28Revert "usb: renesas_usbhs: add extcon notifier to set mode for non-otg channel"Yoshihiro Shimoda3-21/+0
2018-09-28usb: core: added uevent for over-currentJon Flatley1-0/+36
2018-09-28usb: typec: fusb302: Resolve fixed power role contract setupAdam Thomson1-0/+24
2018-09-28usb: typec: fusb302: Correct spelling mistake for toggling stateAdam Thomson1-6/+6
2018-09-28xhci: Avoid USB autosuspend when resuming USB2 ports.Anshuman Gupta2-0/+6
2018-09-28usb: xhci: tegra: Firmware header is little endianThierry Reding1-26/+26
2018-09-28xhci-pci: allow host runtime PM as default for Intel Alpine and Titan RidgeMathias Nyman2-0/+25
2018-09-28xhci: Use soft retry to recover faster from transaction errorsMathias Nyman2-0/+21
2018-09-28usb: host: xhci-plat: add platform TPL supportPeter Chen1-0/+3
2018-09-28usb: xhci-mtk: supports SSP without external USB3 gen2 hubChunfeng Yun1-6/+11
2018-09-28usb: xhci-mtk: supports bandwidth scheduling with multi-TTChunfeng Yun2-10/+258
2018-09-28usb: xhci-mtk: improve bandwidth schedulingChunfeng Yun2-60/+104