summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: tegra: use time64_t for printing timestampArnd Bergmann2017-11-021-2/+2
* usb: host: isp1362-hcd: fix missing break in switchGustavo A. R. Silva2017-11-011-0/+1
* usb: ohci-platform: use reset array APIMasahiro Yamada2017-11-011-22/+15
* usb: ehci-platform: use reset array APIMasahiro Yamada2017-11-011-22/+13
* usb: host: max3421-hcd: Remove pdata test in max3421_hub_control()Jules Maselbas2017-11-011-13/+2
* usb: host: remove ehci-msm.cAlex Elder2017-11-013-278/+0
* usb: host: pci-quirks: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-1/+1
* usb: host: xhci-hub: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-0/+1
* usb: host: oxu210hp-hcd: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-1/+1
* usb: host: ehci-hcd: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-1/+1
* usb: host: ohci-hcd: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-1/+1
* usb: host: xhci-mem: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-0/+1
* usb: host: xhci: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-0/+1
* usb: host: fotg210-hcd: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-1/+1
* usb: host: isp116x-hcd: mark expected switch fall-throughsGustavo A. R. Silva2017-11-011-0/+3
* usb: r8a66597-hcd: Convert timers to use timer_setup()Kees Cook2017-11-012-15/+23
* usb: xhci-mtk: fix ptr_ret.cocci warningskbuild test robot2017-10-251-4/+1
* Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman2017-10-233-13/+34
|\
| * usb: xhci: Handle error condition in xhci_stop_device()Mayank Rana2017-10-171-5/+18
| * usb: xhci: Reset halted endpoint if trb is noopLu Baolu2017-10-171-7/+13
| * xhci: Cleanup current_cmd in xhci_cleanup_command_queue()Jeffy Chen2017-10-171-0/+1
| * xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman2017-10-171-1/+2
* | usb: host: modify description for MTK xHCI configChunfeng Yun2017-10-231-2/+2
* | usb: xhci-mtk: add optional mcu and dma bus clocksChunfeng Yun2017-10-232-19/+62
* | usb: xhci-mtk: remove dummy wakeup debounce clocksChunfeng Yun2017-10-232-35/+0
* | usb: xhci-mtk: support option to disable usb3 portsChunfeng Yun2017-10-232-3/+16
* | usb: xhci-mtk: check clock stability of U3_MACChunfeng Yun2017-10-231-0/+4
* | usb: xhci-mtk: use ports count from xhci in xhci_mtk_sch_init()Chunfeng Yun2017-10-232-4/+2
* | usb: xhci-mtk: use dma_set_mask_and_coherent() in probe functionChunfeng Yun2017-10-231-6/+1
* | xhci: Convert timers to use timer_setup()Kees Cook2017-10-173-9/+6
* | Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman2017-10-096-32/+33
|\ \ | |/
| * Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng2017-09-183-16/+1
| * xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptorMathias Nyman2017-09-181-1/+10
| * xhci: Fix sleeping with spin_lock_irq() held in ASmedia 1042A workaroundMathias Nyman2017-09-181-1/+1
| * usb: host: xhci-plat: allow sysdev to inherit from ACPIAdam Wallis2017-09-181-6/+10
| * xhci: fix wrong endpoint ESIT value shown in tracingMathias Nyman2017-09-181-2/+4
| * usb: pci-quirks.c: Corrected timeout values used in handshakeJim Dickerson2017-09-181-4/+4
| * xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman2017-09-181-1/+1
| * usb: xhci: Free the right ring in xhci_add_endpoint()Lu Baolu2017-09-181-1/+2
* | usb: host: xhci-plat: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-051-4/+4
* | xhci: trace slot context when calling xhci_configure_endpoint()Mathias Nyman2017-10-052-0/+9
* | xhci: allow TRACE to work with EVENT ring dequeueAdam Wallis2017-10-051-2/+3
* | usb: xhci: reduce device initiated resume time variance.Anshuman Gupta2017-10-051-1/+6
* | usb: xhci: Handle USB transaction error on address commandLu Baolu2017-10-051-2/+8
* | usb: xhci: Remove xhci->mutex from xhci_alloc_dev()Lu Baolu2017-10-051-4/+0
* | usb: xhci: Return error when host is dead in xhci_disable_slot()Lu Baolu2017-10-051-2/+1
* | usb: xhci: Fix memory leak when xhci_disable_slot() returns errorLu Baolu2017-10-051-6/+8
* | usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu2017-10-053-24/+11
* | usb: xhci: Disable slot even when virt-dev is nullLu Baolu2017-10-052-4/+3
* | usb: xhci: Add debugfs interface for xHCI driverLu Baolu2017-10-056-4/+700
OpenPOWER on IntegriCloud