aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-10USB: serial: option: add HP lt4132Tore Anderson1-1/+6
2018-12-10usb: dwc2: disable power_down on Amlogic devicesMartin Blumenstingl1-0/+1
2018-12-07xhci: move usb2 get port status link resume handling to its own functionMathias Nyman1-84/+104
2018-12-07xhci: refactor U0 link state handling in get_port_statusMathias Nyman1-13/+19
2018-12-07xhci: cleanup code that sets portstatus and portchange bitsMathias Nyman1-12/+14
2018-12-07xhci: move usb2 speficic bits to own function in get_port_status callMathias Nyman1-20/+24
2018-12-07xhci: move usb3 speficic bits to own function in get_port_status callMathias Nyman1-28/+40
2018-12-07xhci: remove unused hcd_index()Mathias Nyman1-7/+0
2018-12-07xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman5-26/+24
2018-12-07xhci: remove the unused sw_lpm_supportZeng Tao3-20/+5
2018-12-07Revert "usb: dwc3: pci: Use devm functions to get the phy GPIOs"Stephan Gerhold1-4/+4
2018-12-07USB: gadget: udc: s3c2410_udc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-15/+2
2018-12-07usb: mtu3: fix dbginfo in qmu_tx_zlp_error_handlerYueHaibing1-1/+1
2018-12-07usb: dwc3: trace: add missing break statement to make compiler happyAndy Shevchenko1-0/+2
2018-12-06Merge tag 'usb-serial-4.20-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman1-1/+1
2018-12-06xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman1-0/+16
2018-12-06xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh3-4/+29
2018-12-05USB: check usb_get_extra_descriptor for proper sizeMathias Payer3-5/+5
2018-12-05USB: serial: console: fix reported terminal settingsJohan Hovold1-1/+1
2018-12-05usb: appledisplay: Remove unnecessary spinlockAlexander Theissen1-7/+0
2018-12-05usb: appledisplay: Set urb transfer_flags to URB_NO_TRANSFER_DMA_MAPAlexander Theissen1-0/+1
2018-12-05usb: quirk: add no-LPM quirk on SanDisk Ultra Flair deviceHarry Pan1-0/+4
2018-12-05USB: Fix invalid-free bug in port_over_current_notify()Alan Stern1-1/+2
2018-12-05usb: appledisplay: Add 27" Apple Cinema DisplayAlexander Theissen1-0/+1
2018-12-05staging: typec: fusb302: Rename fcs,extcon-name to linux,extcon-nameAndy Shevchenko1-1/+1
2018-12-05usb: dwc3: gadget: Report isoc transfer frame numberThinh Nguyen2-0/+14
2018-12-05usb: mtu3: clear SOFTCONN when clear USB3_EN if work as HS modeChunfeng Yun2-0/+7
2018-12-05usb: mtu3: enable SETUPENDISR interruptChunfeng Yun3-2/+7
2018-12-05usb: mtu3: fix the issue about SetFeature(U1/U2_Enable)Chunfeng Yun2-5/+7
2018-12-05usb: mtu3: enable hardware remote wakeup from L1 automaticallyChunfeng Yun1-7/+3
2018-12-05usb: mtu3: remove QMU checksumChunfeng Yun2-28/+0
2018-12-05usb: renesas_usbhs: Use SIMPLE_DEV_PM_OPS macroYoshihiro Shimoda1-4/+1
2018-12-05usb: renesas_usbhs: Remove dummy runtime PM callbacksJarkko Nikula1-14/+0
2018-12-05usb/mtu3: power down device ip at setupHsin-Yi, Wang1-0/+8
2018-12-05usb: dwc2: host: use hrtimer for NAK retriesTerin Stock2-8/+13
2018-12-05usb: hub: delay hub autosuspend if USB3 port is still link trainingMathias Nyman1-0/+10
2018-12-05usb: mtu3: clear SOFTCONN when clear USB3_EN if work as HS modeChunfeng Yun2-0/+7
2018-12-05usb: mtu3: enable SETUPENDISR interruptChunfeng Yun3-2/+7
2018-12-05usb: mtu3: fix the issue about SetFeature(U1/U2_Enable)Chunfeng Yun2-5/+7
2018-12-05usb: mtu3: enable hardware remote wakeup from L1 automaticallyChunfeng Yun1-7/+3
2018-12-05usb: mtu3: remove QMU checksumChunfeng Yun2-28/+0
2018-12-05usb/mtu3: power down device ip at setupHsin-Yi, Wang1-0/+8
2018-12-05usb: dwc2: Disable power down feature on Samsung SoCsMarek Szyprowski1-1/+9
2018-12-05usb: dwc3: Correct the logic for checking TRB full in __dwc3_prepare_one_trb()Anurag Kumar Vulisha1-3/+3
2018-12-05usb: dwc3: don't issue no-op trb for stream capable endpointsAnurag Kumar Vulisha1-1/+1
2018-12-05usb: dwc3: update stream id in depcmdAnurag Kumar Vulisha1-0/+3
2018-12-05USB: serial: mos7840: add a product ID for the new productJackyChou1-2/+8
2018-12-05USB: serial: mos7840: clean up register handlingJackyChou1-32/+16
2018-12-03ACPI / scan: Create platform device for INT3515 ACPI nodesAndy Shevchenko1-4/+4
2018-12-03Merge 4.20-rc5 into usb-nextGreg Kroah-Hartman5-67/+50