summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-20Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-159/+23
2013-10-17usb: xhci: remove the unused ->address fieldDan Williams1-8/+2
2013-10-16xhci: correct the usage of USB_CTRL_SET_TIMEOUTxiao jin1-1/+1
2013-10-16usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp1-5/+0
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp1-143/+18
2013-10-16xhci: Set L1 device slot on USB2 LPM enable/disable.Sarah Sharp1-2/+2
2013-10-10xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai1-0/+7
2013-10-10xhci: quirk for extra long delay for S4Oliver Neukum1-1/+6
2013-09-24xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman1-20/+5
2013-08-28xhci: Fix warning introduced by disabling runtime PM.Sarah Sharp1-4/+2
2013-08-27usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh1-0/+22
2013-08-16Merge tag 'for-usb-2013-08-15-step-1' into for-usb-nextSarah Sharp1-1/+7
2013-08-16Merge tag 'for-usb-next-2013-08-15' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-179/+158
2013-08-15xhci-plat: Don't enable legacy PCI interrupts.Sarah Sharp1-1/+6
2013-08-14xhci: fix dma mask setup in xhci.cXenia Ragiadakou1-14/+5
2013-08-14xhci: trace debug messages related to driver initialization and unloadXenia Ragiadakou1-26/+40
2013-08-14xhci: trace debug statements for urb cancellationXenia Ragiadakou1-5/+8
2013-08-14xhci: add xhci_address_ctx trace eventXenia Ragiadakou1-0/+7
2013-08-14xhci: add trace for debug messages related to endpoint resetXenia Ragiadakou1-6/+11
2013-08-14xhci: add trace for debug messages related to quirksXenia Ragiadakou1-24/+43
2013-08-14xhci: add trace for debug messages related to changing contextsXenia Ragiadakou1-8/+16
2013-08-14xhci: add traces for debug messages in xhci_address_device()Xenia Ragiadakou1-11/+19
2013-08-14xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou1-74/+0
2013-08-14xhci: replace printk(KERN_DEBUG ...)Xenia Ragiadakou1-9/+7
2013-08-14xhci: replace xhci_info() with xhci_dbg()Xenia Ragiadakou1-2/+2
2013-08-12USB: XHCI: mark no_sg_constraintMing Lei1-0/+4
2013-07-31usb: xhci: add missing dma-mapping.h includesJames Hogan1-0/+1
2013-07-29Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman1-5/+12
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-07-24xhci: Correct misplaced newlinesJoe Perches1-5/+5
2013-06-26xhci: Add missing unlocks on error pathsEmil Goode1-0/+2
2013-06-15xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp1-34/+114
2013-06-09Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman1-3/+13
2013-06-06usb: add usb2 Link PM variables to sysfs and usb_deviceMathias Nyman1-2/+4
2013-06-06usb: xhci: add USB2 Link power management BESL supportMathias Nyman1-64/+140
2013-06-06usb: xhci: define port register names and use them instead of magic numbersMathias Nyman1-2/+2
2013-06-06usb: xhci: check usb2 port capabilities before adding hw link PM supportMathias Nyman1-1/+26
2013-06-06usb/xhci: unify parameter of xhci_msi_irqAlex Shi1-2/+2
2013-06-06usb: xhci-dbg: Display endpoint number and direction in context dumpJulius Werner1-0/+10
2013-05-25xhci: Disable D3cold for buggy TI redrivers.Sarah Sharp1-2/+2
2013-05-25xhci - 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-04xhci: 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 Mod...Alexis R. Cortes1-1/+1