aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2013-11-28xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai
2013-11-28xhci: quirk for extra long delay for S4Oliver Neukum
2013-10-26usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh
2013-08-02usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0George Cherian
2013-08-02xhci: Avoid NULL pointer deref when host dies.Sarah Sharp
2013-06-19xhci - correct comp_mode_recovery_timer on return from hibernateTony Camuso
2013-03-27USB: xhci: correctly enable interruptsHannes Reinecke
2013-02-06xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp
2013-01-03usb: host: xhci: Stricter conditional for Z1 system models for Compliance Mod...Alexis R. Cortes
2013-01-03xhci: Fix conditional check in bandwidth calculation.Sarah Sharp
2012-12-06xhci: Remove warnings about MSI and MSI-X capabilities.Sarah Sharp
2012-10-30usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CPAlexis R. Cortes
2012-10-17usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systemsVivek Gautam
2012-10-17Increase XHCI suspend timeout to 16msMichael Spang
2012-10-17xHCI: cancel command after command timeoutElric Fu
2012-10-17xHCI: add aborting command ring functionElric Fu
2012-10-17xHCI: add cmd_ring_stateElric Fu
2012-10-17xhci: Warn when hosts don't halt.Sarah Sharp
2012-09-19usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes
2012-09-19xhci: Fix a logical vs bitwise AND bugDan Carpenter
2012-09-19xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp
2012-09-12xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp
2012-06-19xHCI: Increase the timeout for controller save/restore state operationAndiry Xu
2012-04-22xhci: Fix register save/restore order.Sarah Sharp
2012-04-22xhci: Restore event ring dequeue pointer on resume.Sarah Sharp
2012-02-29USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp
2012-01-12usb: ch9: fix up MaxStreams helperFelipe Balbi
2012-01-12xhci: Properly handle COMP_2ND_BW_ERRHans de Goede
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
2011-09-09xhci: Implement HS/FS/LS bandwidth checking.Sarah Sharp
2011-09-09xhci: Track interval bandwidth tables per port/TT.Sarah Sharp
2011-09-09xhci: Store endpoint bandwidth information.Sarah Sharp
2011-09-09xhci: Store information about roothubs and TTs.Sarah Sharp
2011-09-09xhci: Refactor endpoint limit checking.Sarah Sharp
2011-09-09xhci: If no endpoints changed, don't issue BW command.Sarah Sharp
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto