summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: Handle error condition in xhci_stop_device()Mayank Rana2017-10-271-5/+18
* usb: xhci: Reset halted endpoint if trb is noopLu Baolu2017-10-271-7/+13
* xhci: Cleanup current_cmd in xhci_cleanup_command_queue()Jeffy Chen2017-10-271-0/+1
* xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman2017-10-271-1/+2
* Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng2017-10-123-16/+1
* xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptorMathias Nyman2017-10-121-1/+10
* xhci: Fix sleeping with spin_lock_irq() held in ASmedia 1042A workaroundMathias Nyman2017-10-121-1/+1
* usb: host: xhci-plat: allow sysdev to inherit from ACPIAdam Wallis2017-10-121-6/+10
* xhci: fix wrong endpoint ESIT value shown in tracingMathias Nyman2017-10-121-2/+4
* xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman2017-10-121-1/+1
* usb: xhci: Free the right ring in xhci_add_endpoint()Lu Baolu2017-10-121-1/+2
* usb: pci-quirks.c: Corrected timeout values used in handshakeJim Dickerson2017-10-121-4/+4
* usb:xhci:Fix regression when ATI chipsets detectedSandeep Singh2017-09-091-17/+18
* Merge tag 'usb-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-08-131-5/+12
|\
| * usb:xhci:Add quirk for Certain failing HP keyboard on reset after resumeSandeep Singh2017-08-101-5/+12
* | xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issueMarc Zyngier2017-08-023-0/+28
|/
* xhci: fix memleak in xhci_run()Shu Wang2017-07-201-1/+3
* usb: xhci: fix spinlock recursion for USB2 test modePeter Chen2017-07-201-0/+2
* xhci: fix 20000ms port resume timeoutMathias Nyman2017-07-201-0/+3
* usb: xhci: Issue stop EP command only when the EP state is runningShyam Sundar S K2017-07-201-1/+8
* xhci: Bad Ethernet performance plugged in ASM1042A hostJiahau Chang2017-07-205-0/+69
* xhci: Fix NULL pointer dereference when cleaning up streams for removed hostMathias Nyman2017-07-201-4/+7
* Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-073-0/+16
|\
| * xhci: Limit USB2 port wake support for AMD Promontory hostsJiahau Chang2017-06-203-0/+16
* | Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-041-1/+1
|\ \
| * \ Merge branch 'acpi-pm'Rafael J. Wysocki2017-07-031-1/+1
| |\ \
| | * | PM / core: Drop run_wake flag from struct dev_pm_infoRafael J. Wysocki2017-06-281-1/+1
| * | | Merge branch 'uuid-types'Rafael J. Wysocki2017-07-031-5/+4
| |\| | | | |/ | |/|
* | | Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-0316-404/+271
|\ \ \
| * | | usb: host: ohci-pxa27x: Handle return value of clk_prepare_enableArvind Yadav2017-06-291-3/+7
| * | | Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman2017-06-202-2/+8
| |\| |
| * | | xhci: cleanup finish_td() skip optionMathias Nyman2017-06-151-9/+5
| * | | xhci: cleanup virtual endoint structure, remove stopped_streamMathias Nyman2017-06-153-11/+7
| * | | xhci: handle transfer events without TRB pointerMathias Nyman2017-06-151-2/+22
| * | | xhci: support calling cleanup_halted_endpoint with soft retryMathias Nyman2017-06-151-6/+10
| * | | xhci: Add support for endpoint soft resetMathias Nyman2017-06-152-3/+13
| * | | xhci: refactor transfer event errors and completion codesMathias Nyman2017-06-151-38/+40
| * | | xhci: remove endpoint ring cacheMathias Nyman2017-06-153-89/+15
| * | | usb: host: ehci-exynos: Handle return value of clk_prepare_enableArvind Yadav2017-06-131-1/+3
| * | | usb: host: ohci-omap3: Remove driver in favor of ohci-platformTony Lindgren2017-06-033-213/+5
| * | | usb: host: ohci-platform: Add support for omap3 and laterTony Lindgren2017-06-031-0/+5
| * | | usb: host: ohci-platform: Add basic runtime PM supportTony Lindgren2017-06-031-0/+8
| * | | usb: Make use of ktime_* comparison functionsMariusz Skamra2017-06-032-2/+2
| * | | xhci: Add helper to get hardware dequeue pointer for stopped rings.Mathias Nyman2017-06-031-11/+25
| * | | xhci: Add stream id to xhci_dequeue_state structureMathias Nyman2017-06-033-7/+7
| * | | xhci: Find out where an endpoint or stream stopped from its context.Mathias Nyman2017-06-031-5/+12
| * | | xhci: remove unused stopped_td pointerMathias Nyman2017-06-032-5/+0
| * | | usb/uhci: Add support for Aspeed BMC SoCsBenjamin Herrenschmidt2017-05-254-5/+91
| * | | Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman2017-05-228-29/+36
| |\ \ \
| * | | | usb: host: remove unnecessary null checkGustavo A. R. Silva2017-05-171-1/+1
OpenPOWER on IntegriCloud