aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros2015-10-131-1/+2
* xhci: Calculate old endpoints correctly on device resetBrian Campbell2015-08-121-0/+3
* usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu2014-12-141-1/+41
* USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman2014-12-141-42/+15
* xhci: rework cycle bit checking for new dequeue pointersMathias Nyman2014-09-131-0/+3
* xhci: Fix runtime suspended xhci from blocking system suspend.Wang, Yu2014-08-061-3/+7
* usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PMDavid Cohen2014-05-181-3/+3
* usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner2014-05-181-1/+0
* xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai2013-11-281-0/+7
* xhci: quirk for extra long delay for S4Oliver Neukum2013-11-281-1/+6
* usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh2013-10-261-0/+22
* usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0George Cherian2013-08-021-0/+7
* xhci: Avoid NULL pointer deref when host dies.Sarah Sharp2013-08-021-3/+3
* xhci - correct comp_mode_recovery_timer on return from hibernateTony Camuso2013-06-191-1/+11
* USB: xhci: correctly enable interruptsHannes Reinecke2013-03-271-1/+2
* xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp2013-02-061-0/+10
* usb: host: xhci: Stricter conditional for Z1 system models for Compliance Mod...Alexis R. Cortes2013-01-031-1/+1
* xhci: Fix conditional check in bandwidth calculation.Sarah Sharp2013-01-031-1/+1
* xhci: Remove warnings about MSI and MSI-X capabilities.Sarah Sharp2012-12-061-4/+4
* usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CPAlexis R. Cortes2012-10-301-1/+2
* usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systemsVivek Gautam2012-10-171-0/+2
* Increase XHCI suspend timeout to 16msMichael Spang2012-10-171-1/+1
* xHCI: cancel command after command timeoutElric Fu2012-10-171-7/+19
* xHCI: add aborting command ring functionElric Fu2012-10-171-1/+1
* xHCI: add cmd_ring_stateElric Fu2012-10-171-2/+4
* xhci: Warn when hosts don't halt.Sarah Sharp2012-10-171-0/+3
* usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes2012-09-191-0/+121
* xhci: Fix a logical vs bitwise AND bugDan Carpenter2012-09-191-1/+1
* xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp2012-09-191-0/+3
* xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp2012-09-121-2/+3
* xHCI: Increase the timeout for controller save/restore state operationAndiry Xu2012-06-191-4/+4
* xhci: Fix register save/restore order.Sarah Sharp2012-04-221-4/+4
* xhci: Restore event ring dequeue pointer on resume.Sarah Sharp2012-04-221-0/+1
* USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp2012-02-291-0/+5
* usb: ch9: fix up MaxStreams helperFelipe Balbi2012-01-121-2/+1
* xhci: Properly handle COMP_2ND_BW_ERRHans de Goede2012-01-121-0/+1
* xHCI: fix bug in xhci_clear_command_ring()Andiry Xu2011-12-011-1/+4
* USB: XHCI: resume root hubs when the controller resumesAlan Stern2011-11-141-15/+14
* xhci: Set slot and ep0 flags for address command.Sarah Sharp2011-11-041-1/+4
* usb/xhci: remove CONFIG_PCI in xhci.c's probe functionSebastian Andrzej Siewior2011-09-261-6/+1
* usb/xhci: move xhci_gen_setup() away from -pci.Sebastian Andrzej Siewior2011-09-261-0/+89
* usb/xhci: hide MSI code behind PCI barsSebastian Andrzej Siewior2011-09-261-62/+98
* usb/xhci: group MSI interrupt registration into its own functionSebastian Andrzej Siewior2011-09-261-28/+42
* xHCI: fix debug messageAndiry Xu2011-09-261-1/+1
* xHCI: set USB2 hardware LPMAndiry Xu2011-09-261-1/+73
* xHCI: test USB2 software LPMAndiry Xu2011-09-261-0/+181
* xhci: USB 3.0 BW checking.Sarah Sharp2011-09-201-5/+64
* usb/xhci: ignore xhci version while checking for the link quirkSebastian Andrzej Siewior2011-09-201-1/+1
* xhci: Redundant check in xhci_check_args for xhci->devssifram.rajas@gmail.com2011-09-091-2/+1
* xHCI: refine td allocationAndiry Xu2011-09-091-6/+9