summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+1Star
| * Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman2017-10-233-13/+34
| |\
| * | 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/+0Star
| * | 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/+2Star
| * | usb: xhci-mtk: use dma_set_mask_and_coherent() in probe functionChunfeng Yun2017-10-231-6/+1Star
| * | xhci: Convert timers to use timer_setup()Kees Cook2017-10-173-9/+6Star
| * | Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman2017-10-096-32/+33
| |\ \
| * | | 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/+0Star
| * | | usb: xhci: Return error when host is dead in xhci_disable_slot()Lu Baolu2017-10-051-2/+1Star
| * | | 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/+11Star
| * | | usb: xhci: Disable slot even when virt-dev is nullLu Baolu2017-10-052-4/+3Star
| * | | usb: xhci: Add debugfs interface for xHCI driverLu Baolu2017-10-056-4/+700
| * | | xhci: add port speed ID to portsc tracingMathias Nyman2017-10-051-2/+3
| * | | usb: host: xhci support option to disable the xHCI USB2 HW LPMThang Q. Nguyen2017-10-053-1/+5
| * | | ehci-atmel: Power down during suspend is normalRomain Izard2017-10-041-1/+2
| * | | usb: ohci-sa1111: remove special sa1111 mmio accessorsRussell King2017-10-041-5/+5
| * | | usb: ohci-sa1111: convert shutdown method to native device_driverRussell King2017-10-041-2/+3
| * | | usb: ohci-sa1111: use sa1111_get_irq() to obtain IRQ resourcesRussell King2017-10-041-2/+8
| * | | usb: max3421: Add devicetree supportJules Maselbas2017-10-041-1/+86
* | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0714-0/+14
|\ \ \ \
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0214-0/+14
| | |_|/ | |/| |
* / | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-252-3/+3
|/ / /
* | | 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
| |/ |/|
* | Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng2017-09-183-16/+1Star
* | 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