aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman1-2/+16
2011-06-02xhci: Disable MSI for some Fresco Logic hosts.Sarah Sharp1-0/+7
2011-06-02xhci: Do not issue device reset when device is not setupMaarten Lankhorst1-0/+7
2011-06-02xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans1-6/+4
2011-06-02xhci: Bigendian fix for xhci_check_bandwidth()Matt Evans1-2/+2
2011-05-27Intel xhci: Limit number of active endpoints to 64.Sarah Sharp1-10/+222
2011-05-25xhci: Don't submit commands when the host is dead.Sarah Sharp1-1/+7
2011-05-16xhci: Fix memory leak bug when dropping endpointsSarah Sharp1-1/+10
2011-05-09xHCI 1.0: Max Exit Latency Too Large ErrorAlex He1-0/+5
2011-05-09xHCI 1.0: TT_THINK_TIME setAndiry Xu1-1/+6
2011-05-02xhci: Remove sparse warning about cmd_status.Sarah Sharp1-2/+2
2011-05-02xhci: Add an assertion to check for virt_dev=0 bug.Matt Evans1-0/+11
2011-05-02xhci: Make xHCI driver endian-safeMatt Evans1-52/+57
2011-04-13xHCI: Implement AMD PLL quirkAndiry Xu1-0/+3
2011-04-13xhci: Tell USB core both roothubs lost power.Sarah Sharp1-1/+3
2011-04-13USB: xhci - also free streams when resetting devicesDmitry Torokhov1-4/+12
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-39/+90
2011-03-13xhci: Return canceled URBs immediately when host is halted.Sarah Sharp1-2/+8
2011-03-13xhci: Fixes for suspend/resume of shared HCDs.Sarah Sharp1-1/+7
2011-03-13xhci: Fix re-init on power loss after resume.Sarah Sharp1-4/+19
2011-03-13xhci: Register second xHCI roothub.Sarah Sharp1-11/+51
2011-03-13xhci: Refactor bus suspend state into a struct.Sarah Sharp1-1/+4
2011-03-13xhci: Always use usb_hcd in URB instead of converting xhci_hcd.Sarah Sharp1-1/+1
2011-03-13xhci: Remove references to HC_STATE_RUNNING.Sarah Sharp1-1/+0
2011-03-13xhci: Remove references to HC_STATE_HALT.Sarah Sharp1-4/+1
2011-03-13xHCI: prolong host controller halt time limitAndiry Xu1-1/+1
2011-03-13xHCI: Remove redundant variable in xhci_resume()Andiry Xu1-6/+1
2011-03-13xhci: Remove old no-op test.Sarah Sharp1-10/+0
2011-02-22USB: 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-14xhci: Use GFP_NOIO during device reset.Sarah Sharp1-2/+6
2011-01-14xhci: Do not run xhci_cleanup_msix with irq disabledZhang Rui1-2/+4
2011-01-14xHCI: synchronize irq in xhci_suspend()Andiry Xu1-31/+15
2010-11-19xhci: Fix reset-device and configure-endpoint commandsPaul Zimmerman1-0/+18
2010-11-15xhci: 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-10USB: xhci: Performance - move interrupt handlers into xhci-ring.cSarah Sharp1-103/+0
2010-08-10USB: xhci: Performance - move functions that find ep ring.Sarah Sharp1-0/+41
2010-08-10USB: xHCI: Isoc urb enqueueAndiry Xu1-1/+6
2010-08-10USB: xHCI: Introduce urb_priv structureAndiry Xu1-6/+39