summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-06usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()Jack Pham1-0/+3
2013-10-05xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman1-20/+5
2013-09-27usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh1-0/+22
2013-09-27xhci-plat: Don't enable legacy PCI interrupts.Sarah Sharp1-1/+6
2013-08-04xhci: Avoid NULL pointer deref when host dies.Sarah Sharp1-3/+3
2013-08-04usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0George Cherian1-0/+7
2013-06-13xhci - correct comp_mode_recovery_timer on return from hibernateTony Camuso1-1/+11
2013-03-28USB: xhci: correctly enable interruptsHannes Reinecke1-1/+2
2013-01-17xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp1-0/+10
2013-01-11usb: host: xhci: Stricter conditional for Z1 system models for Compliance Mod...Alexis R. Cortes1-1/+1
2013-01-11xhci: Fix conditional check in bandwidth calculation.Sarah Sharp1-1/+1
2012-10-28usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CPAlexis R. Cortes1-1/+2
2012-10-07Increase XHCI suspend timeout to 16msMichael Spang1-1/+1
2012-10-07xHCI: cancel command after command timeoutElric Fu1-7/+19
2012-10-07xHCI: add aborting command ring functionElric Fu1-1/+1
2012-10-07xHCI: add cmd_ring_stateElric Fu1-2/+4
2012-10-07usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systemsVivek Gautam1-0/+2
2012-10-02xhci: Fix a logical vs bitwise AND bugDan Carpenter1-1/+1
2012-10-02usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes1-0/+121
2012-08-27xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp1-0/+3
2012-08-27xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp1-2/+3
2012-06-22xHCI: Increase the timeout for controller save/restore state operationAndiry Xu1-4/+4
2012-06-01xHCI: keep track of ports being resumed and indicate in hub_status_dataAndiry Xu1-2/+10
2012-04-11xhci: Fix register save/restore order.Sarah Sharp1-4/+4
2012-04-11xhci: Restore event ring dequeue pointer on resume.Sarah Sharp1-0/+1
2012-04-11xhci: Warn when hosts don't halt.Sarah Sharp1-0/+3
2012-03-13usb: host: xhci: add platform driver supportSebastian Andrzej Siewior1-0/+9
2012-03-13xHCI: update sg tablesizeAndiry Xu1-1/+2
2012-03-13xHCI: count free TRBs on transfer ringAndiry Xu1-0/+1
2012-03-12xHCI: BESL calculation based on USB2.0 LPM errataAndiry Xu1-24/+27
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi1-4/+4
2012-02-14USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp1-0/+5
2012-01-05Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-0/+1
2012-01-05usb: ch9: fix up MaxStreams helperFelipe Balbi1-2/+1
2012-01-05xhci: Properly handle COMP_2ND_BW_ERRHans de Goede1-0/+1
2011-12-23xhci: Be less verbose during URB cancellation.Sarah Sharp1-8/+11
2011-12-23xhci: Remove warnings about MSI and MSI-X capabilities.Sarah Sharp1-4/+4
2011-12-01xHCI: fix bug in xhci_clear_command_ring()Andiry Xu1-1/+4
2011-11-15USB: XHCI: resume root hubs when the controller resumesAlan Stern1-15/+14
2011-11-04xhci: Set slot and ep0 flags for address command.Sarah Sharp1-1/+4
2011-09-27usb/xhci: remove CONFIG_PCI in xhci.c's probe functionSebastian Andrzej Siewior1-6/+1
2011-09-27usb/xhci: move xhci_gen_setup() away from -pci.Sebastian Andrzej Siewior1-0/+89
2011-09-27usb/xhci: hide MSI code behind PCI barsSebastian Andrzej Siewior1-62/+98
2011-09-27usb/xhci: group MSI interrupt registration into its own functionSebastian Andrzej Siewior1-28/+42
2011-09-27xHCI: fix debug messageAndiry Xu1-1/+1
2011-09-27xHCI: set USB2 hardware LPMAndiry Xu1-1/+73
2011-09-27xHCI: test USB2 software LPMAndiry Xu1-0/+181
2011-09-20xhci: USB 3.0 BW checking.Sarah Sharp1-5/+64
2011-09-20usb/xhci: ignore xhci version while checking for the link quirkSebastian Andrzej Siewior1-1/+1
2011-09-10xhci: Redundant check in xhci_check_args for xhci->devssifram.rajas@gmail.com1-2/+1