summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman111-0/+111
2017-11-02usb: xhci: tegra: use time64_t for printing timestampArnd Bergmann1-2/+2
2017-11-01usb: host: isp1362-hcd: fix missing break in switchGustavo A. R. Silva1-0/+1
2017-11-01usb: ohci-platform: use reset array APIMasahiro Yamada1-22/+15
2017-11-01usb: ehci-platform: use reset array APIMasahiro Yamada1-22/+13
2017-11-01usb: host: max3421-hcd: Remove pdata test in max3421_hub_control()Jules Maselbas1-13/+2
2017-11-01usb: host: remove ehci-msm.cAlex Elder3-278/+0
2017-11-01usb: host: pci-quirks: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-11-01usb: host: xhci-hub: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-01usb: host: oxu210hp-hcd: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-11-01usb: host: ehci-hcd: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-11-01usb: host: ohci-hcd: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-11-01usb: host: xhci-mem: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-01usb: host: xhci: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-01usb: host: fotg210-hcd: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-11-01usb: host: isp116x-hcd: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2017-11-01usb: r8a66597-hcd: Convert timers to use timer_setup()Kees Cook2-15/+23
2017-10-25usb: xhci-mtk: fix ptr_ret.cocci warningskbuild test robot1-4/+1
2017-10-23Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman3-13/+34
2017-10-23usb: host: modify description for MTK xHCI configChunfeng Yun1-2/+2
2017-10-23usb: xhci-mtk: add optional mcu and dma bus clocksChunfeng Yun2-19/+62
2017-10-23usb: xhci-mtk: remove dummy wakeup debounce clocksChunfeng Yun2-35/+0
2017-10-23usb: xhci-mtk: support option to disable usb3 portsChunfeng Yun2-3/+16
2017-10-23usb: xhci-mtk: check clock stability of U3_MACChunfeng Yun1-0/+4
2017-10-23usb: xhci-mtk: use ports count from xhci in xhci_mtk_sch_init()Chunfeng Yun2-4/+2
2017-10-23usb: xhci-mtk: use dma_set_mask_and_coherent() in probe functionChunfeng Yun1-6/+1
2017-10-17xhci: Convert timers to use timer_setup()Kees Cook3-9/+6
2017-10-17usb: xhci: Handle error condition in xhci_stop_device()Mayank Rana1-5/+18
2017-10-17usb: xhci: Reset halted endpoint if trb is noopLu Baolu1-7/+13
2017-10-17xhci: Cleanup current_cmd in xhci_cleanup_command_queue()Jeffy Chen1-0/+1
2017-10-17xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman1-1/+2
2017-10-09Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman6-32/+33
2017-10-05usb: host: xhci-plat: Use of_device_get_match_data() helperGeert Uytterhoeven1-4/+4
2017-10-05xhci: trace slot context when calling xhci_configure_endpoint()Mathias Nyman2-0/+9
2017-10-05xhci: allow TRACE to work with EVENT ring dequeueAdam Wallis1-2/+3
2017-10-05usb: xhci: reduce device initiated resume time variance.Anshuman Gupta1-1/+6
2017-10-05usb: xhci: Handle USB transaction error on address commandLu Baolu1-2/+8
2017-10-05usb: xhci: Remove xhci->mutex from xhci_alloc_dev()Lu Baolu1-4/+0
2017-10-05usb: xhci: Return error when host is dead in xhci_disable_slot()Lu Baolu1-2/+1
2017-10-05usb: xhci: Fix memory leak when xhci_disable_slot() returns errorLu Baolu1-6/+8
2017-10-05usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu3-24/+11
2017-10-05usb: xhci: Disable slot even when virt-dev is nullLu Baolu2-4/+3
2017-10-05usb: xhci: Add debugfs interface for xHCI driverLu Baolu6-4/+700
2017-10-05xhci: add port speed ID to portsc tracingMathias Nyman1-2/+3
2017-10-05usb: host: xhci support option to disable the xHCI USB2 HW LPMThang Q. Nguyen3-1/+5
2017-10-04ehci-atmel: Power down during suspend is normalRomain Izard1-1/+2
2017-10-04usb: ohci-sa1111: remove special sa1111 mmio accessorsRussell King1-5/+5
2017-10-04usb: ohci-sa1111: convert shutdown method to native device_driverRussell King1-2/+3
2017-10-04usb: ohci-sa1111: use sa1111_get_irq() to obtain IRQ resourcesRussell King1-2/+8
2017-10-04usb: max3421: Add devicetree supportJules Maselbas1-1/+86