aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-25xhci: trivial: Remove assigned but unused ep_ctx.Sarah Sharp1-2/+0
2012-10-25xhci: Fix missing break in xhci_evaluate_context_result.Sarah Sharp1-0/+2
2012-10-23xhci: fix integer overflowOliver Neukum1-1/+1
2012-10-23xhci: endianness xhci_calculate_intel_u2_timeoutOliver Neukum1-1/+1
2012-10-18usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CPAlexis R. Cortes1-1/+2
2012-09-24usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systemsVivek Gautam1-0/+2
2012-09-24Increase XHCI suspend timeout to 16msMichael Spang1-1/+1
2012-09-16Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman1-1/+122
2012-09-13usb: host: xhci: sparse fixesFelipe Balbi1-2/+3
2012-09-13xHCI: cancel command after command timeoutElric Fu1-7/+19
2012-09-13xHCI: add aborting command ring functionElric Fu1-1/+1
2012-09-13xHCI: add cmd_ring_stateElric Fu1-2/+4
2012-09-05usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes1-0/+121
2012-09-05xhci: Fix a logical vs bitwise AND bugDan Carpenter1-1/+1
2012-08-09xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp1-0/+3
2012-08-07xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp1-2/+3
2012-07-06usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctlHans de Goede1-0/+2
2012-06-13xHCI: Increase the timeout for controller save/restore state operationAndiry Xu1-4/+4
2012-06-13xhci: Fix error path return value.Sarah Sharp1-1/+1
2012-05-21xhci: Fix DIV_ROUND_UP compile error.Sarah Sharp1-3/+3
2012-05-21xhci: Fix compile with CONFIG_USB_SUSPEND=nSarah Sharp1-27/+43
2012-05-18xhci: Add Intel U1/U2 timeout policy.Sarah Sharp1-0/+133
2012-05-18xhci: Add infrastructure for host-specific LPM policies.Sarah Sharp1-0/+319
2012-05-18xhci: Some Evaluate Context commands must succeed.Sarah Sharp1-1/+1
2012-05-07USB: xhci: testing sizeof xhci_doorbell_array 2 timegirish verma1-1/+0
2012-05-03xHCI: 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-04Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-nextGreg Kroah-Hartman1-0/+1
2012-01-04usb: ch9: fix up MaxStreams helperFelipe Balbi1-2/+1
2012-01-04xhci: Properly handle COMP_2ND_BW_ERRHans de Goede1-0/+1
2011-12-22xhci: Be less verbose during URB cancellation.Sarah Sharp1-8/+11
2011-12-22xhci: 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-14USB: 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-26usb/xhci: remove CONFIG_PCI in xhci.c's probe functionSebastian Andrzej Siewior1-6/+1
2011-09-26usb/xhci: move xhci_gen_setup() away from -pci.Sebastian Andrzej Siewior1-0/+89
2011-09-26usb/xhci: hide MSI code behind PCI barsSebastian Andrzej Siewior1-62/+98
2011-09-26usb/xhci: group MSI interrupt registration into its own functionSebastian Andrzej Siewior1-28/+42
2011-09-26xHCI: fix debug messageAndiry Xu1-1/+1
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu1-1/+73
2011-09-26xHCI: test USB2 software LPMAndiry Xu1-0/+181