summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-17Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-39/+90
2011-03-14xhci: Return canceled URBs immediately when host is halted.Sarah Sharp1-2/+8
2011-03-14xhci: Fixes for suspend/resume of shared HCDs.Sarah Sharp1-1/+7
2011-03-14xhci: Fix re-init on power loss after resume.Sarah Sharp1-4/+19
2011-03-14xhci: Register second xHCI roothub.Sarah Sharp1-11/+51
2011-03-14xhci: Refactor bus suspend state into a struct.Sarah Sharp1-1/+4
2011-03-14xhci: Always use usb_hcd in URB instead of converting xhci_hcd.Sarah Sharp1-1/+1
2011-03-14xhci: Remove references to HC_STATE_RUNNING.Sarah Sharp1-1/+0
2011-03-14xhci: Remove references to HC_STATE_HALT.Sarah Sharp1-4/+1
2011-03-14xHCI: prolong host controller halt time limitAndiry Xu1-1/+1
2011-03-14xHCI: Remove redundant variable in xhci_resume()Andiry Xu1-6/+1
2011-03-14xhci: Remove old no-op test.Sarah Sharp1-10/+0
2011-02-23USB: xhci: mark local functions as staticDmitry Torokhov1-4/+4
2011-02-20USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itselfDmitry Torokhov1-3/+3
2011-01-15xhci: Use GFP_NOIO during device reset.Sarah Sharp1-2/+6
2011-01-15xhci: Do not run xhci_cleanup_msix with irq disabledZhang Rui1-2/+4
2011-01-15xHCI: synchronize irq in xhci_suspend()Andiry Xu1-31/+15
2010-11-20xhci: Fix reset-device and configure-endpoint commandsPaul Zimmerman1-0/+18
2010-11-16xhci: Fix command ring replay after resume.Sarah Sharp1-10/+61
2010-11-11xHCI: release spinlock when setup interruptAndiry Xu1-0/+2
2010-11-11Revert "USB: xhci: Use GFP_ATOMIC under spin_lock"Greg Kroah-Hartman1-1/+1
2010-11-11USB: xhci: Use GFP_ATOMIC under spin_lockDavid Sterba1-1/+1
2010-10-22usb: Fix linker errors with CONFIG_PM=nSarah Sharp1-6/+0
2010-10-22USB: xhci: Fix compile error when CONFIG_PM=nSarah Sharp1-0/+8
2010-10-22USB: xHCI: PCI power management implementationAndiry Xu1-0/+210
2010-10-22USB: xHCI: port power management implementationAndiry Xu1-1/+1
2010-10-22USB: core: use kernel assigned address for devices under xHCIAndiry Xu1-4/+4
2010-10-22USB: xHCI: change xhci_reset_device() to allocate new deviceAndiry Xu1-5/+39
2010-10-22USB: xHCI: Add pointer to udev in struct xhci_virt_deviceAndiry Xu1-49/+34
2010-08-11USB: xhci: Performance - move interrupt handlers into xhci-ring.cSarah Sharp1-103/+0
2010-08-11USB: xhci: Performance - move functions that find ep ring.Sarah Sharp1-0/+41
2010-08-11USB: xHCI: Isoc urb enqueueAndiry Xu1-1/+6
2010-08-11USB: xHCI: Introduce urb_priv structureAndiry Xu1-6/+39
2010-08-11USB: xHCI: Supporting MSI/MSI-XDong Nguyen1-40/+126
2010-08-11USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-2/+1
2010-08-11USB: xhci: Remove obsolete debugging printk.Sarah Sharp1-1/+0
2010-07-26USB: xhci: Set EP0 dequeue ptr after reset of configured device.Sarah Sharp1-0/+2
2010-06-05USB: xhci: Print NEC firmware version.Sarah Sharp1-0/+5
2010-06-05USB: xhci: Wait for host to start running.Sarah Sharp1-7/+32
2010-06-05USB: xhci: Wait for controller to be ready after reset.Sarah Sharp1-1/+12
2010-05-21USB: xhci: Set stream ID to 0 after cleaning up stalls.Sarah Sharp1-0/+1
2010-05-21USB: xhci: Avoid double free after streams are disabled.Sarah Sharp1-0/+2
2010-05-21USB: remove the usb_host_ss_ep_comp structureAlan Stern1-10/+3
2010-05-21USB: xhci: Correct assumptions about number of rings per endpoint.Sarah Sharp1-8/+11
2010-05-21USB: xhci: Add memory allocation for USB3 bulk streams.Sarah Sharp1-2/+397
2010-05-21USB: xhci: Fix issue with set interface after stall.Sarah Sharp1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-19USB: xHCI: re-initialize cmd_completionAndiry Xu1-0/+1
2010-03-19USB: xhci: rename driver to xhci_hcdAlex Chiang1-0/+1916