aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2013-10-05xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman
2013-09-26usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh
2013-09-26xhci-plat: Don't enable legacy PCI interrupts.Sarah Sharp
2013-08-04xhci: Avoid NULL pointer deref when host dies.Sarah Sharp
2013-08-04usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0George Cherian
2013-06-13xhci - correct comp_mode_recovery_timer on return from hibernateTony Camuso
2013-03-28USB: xhci: correctly enable interruptsHannes Reinecke
2013-01-17xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp
2013-01-11usb: host: xhci: Stricter conditional for Z1 system models for Compliance Mod...Alexis R. Cortes
2013-01-11xhci: Fix conditional check in bandwidth calculation.Sarah Sharp
2012-10-28usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CPAlexis R. Cortes
2012-10-07Increase XHCI suspend timeout to 16msMichael Spang
2012-10-07xHCI: cancel command after command timeoutElric Fu
2012-10-07xHCI: add aborting command ring functionElric Fu
2012-10-07xHCI: add cmd_ring_stateElric Fu
2012-10-07usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systemsVivek Gautam
2012-10-02xhci: Fix a logical vs bitwise AND bugDan Carpenter
2012-10-02usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes
2012-08-26xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp
2012-08-26xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp
2012-06-22xHCI: Increase the timeout for controller save/restore state operationAndiry Xu
2012-06-01xHCI: keep track of ports being resumed and indicate in hub_status_dataAndiry Xu
2012-04-11xhci: Fix register save/restore order.Sarah Sharp
2012-04-11xhci: Restore event ring dequeue pointer on resume.Sarah Sharp
2012-04-11xhci: Warn when hosts don't halt.Sarah Sharp
2012-03-13usb: host: xhci: add platform driver supportSebastian Andrzej Siewior
2012-03-13xHCI: update sg tablesizeAndiry Xu
2012-03-13xHCI: count free TRBs on transfer ringAndiry Xu
2012-03-12xHCI: BESL calculation based on USB2.0 LPM errataAndiry Xu
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi
2012-02-14USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp
2012-01-04Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2012-01-04usb: ch9: fix up MaxStreams helperFelipe Balbi
2012-01-04xhci: Properly handle COMP_2ND_BW_ERRHans de Goede
2011-12-22xhci: Be less verbose during URB cancellation.Sarah Sharp
2011-12-22xhci: Remove warnings about MSI and MSI-X capabilities.Sarah Sharp
2011-12-01xHCI: fix bug in xhci_clear_command_ring()Andiry Xu
2011-11-14USB: XHCI: resume root hubs when the controller resumesAlan Stern
2011-11-04xhci: Set slot and ep0 flags for address command.Sarah Sharp
2011-09-26usb/xhci: remove CONFIG_PCI in xhci.c's probe functionSebastian Andrzej Siewior
2011-09-26usb/xhci: move xhci_gen_setup() away from -pci.Sebastian Andrzej Siewior
2011-09-26usb/xhci: hide MSI code behind PCI barsSebastian Andrzej Siewior
2011-09-26usb/xhci: group MSI interrupt registration into its own functionSebastian Andrzej Siewior
2011-09-26xHCI: fix debug messageAndiry Xu
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu
2011-09-26xHCI: test USB2 software LPMAndiry Xu
2011-09-20xhci: USB 3.0 BW checking.Sarah Sharp
2011-09-20usb/xhci: ignore xhci version while checking for the link quirkSebastian Andrzej Siewior
2011-09-09xhci: Redundant check in xhci_check_args for xhci->devssifram.rajas@gmail.com
2011-09-09xHCI: refine td allocationAndiry Xu