aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-10USB: xHCI: Supporting MSI/MSI-XDong Nguyen1-40/+126
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-2/+1
2010-08-10USB: 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-04USB: xhci: Print NEC firmware version.Sarah Sharp1-0/+5
2010-06-04USB: xhci: Wait for host to start running.Sarah Sharp1-7/+32
2010-06-04USB: xhci: Wait for controller to be ready after reset.Sarah Sharp1-1/+12
2010-05-20USB: xhci: Set stream ID to 0 after cleaning up stalls.Sarah Sharp1-0/+1
2010-05-20USB: xhci: Avoid double free after streams are disabled.Sarah Sharp1-0/+2
2010-05-20USB: remove the usb_host_ss_ep_comp structureAlan Stern1-10/+3
2010-05-20USB: xhci: Correct assumptions about number of rings per endpoint.Sarah Sharp1-8/+11
2010-05-20USB: xhci: Add memory allocation for USB3 bulk streams.Sarah Sharp1-2/+397
2010-05-20USB: 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 implicit slab.h inclusion from percpu.hTejun 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