aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-31usb: xhci: add missing dma-mapping.h includesJames Hogan1-0/+1
2013-07-25usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0George Cherian1-0/+7
2013-07-25usb: xhci: Mark two functions __maybe_unusedOlof Johansson1-2/+2
2013-07-25xhci: Avoid NULL pointer deref when host dies.Sarah Sharp1-3/+3
2013-06-25xhci: Add missing unlocks on error pathsEmil Goode1-0/+2
2013-06-14xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp1-34/+114
2013-06-08Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman1-3/+13
2013-06-05usb: add usb2 Link PM variables to sysfs and usb_deviceMathias Nyman1-2/+4
2013-06-05usb: xhci: add USB2 Link power management BESL supportMathias Nyman1-64/+140
2013-06-05usb: xhci: define port register names and use them instead of magic numbersMathias Nyman1-2/+2
2013-06-05usb: xhci: check usb2 port capabilities before adding hw link PM supportMathias Nyman1-1/+26
2013-06-05usb/xhci: unify parameter of xhci_msi_irqAlex Shi1-2/+2
2013-06-05usb: xhci-dbg: Display endpoint number and direction in context dumpJulius Werner1-0/+10
2013-05-24xhci: Disable D3cold for buggy TI redrivers.Sarah Sharp1-2/+2
2013-05-24xhci - correct comp_mode_recovery_timer on return from hibernateTony Camuso1-1/+11
2013-04-08xhci - clarify compliance mode debug messagesTony Camuso1-5/+9
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern1-2/+2
2013-03-25usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu1-0/+22
2013-03-15USB: xhci: correctly enable interruptsHannes Reinecke1-1/+2
2013-01-03xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp1-0/+10
2012-11-12usb: host: xhci: move HC_STATE_SUSPENDED check to xhci_suspend()Felipe Balbi1-0/+4
2012-11-12usb: host: xhci: Stricter conditional for Z1 system models for Compliance Mode PatchAlexis R. Cortes1-1/+1
2012-11-12xhci: Fix conditional check in bandwidth calculation.Sarah Sharp1-1/+1
2012-11-12xhci: Avoid global symbol pollution with handshake.Sarah Sharp1-11/+13
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