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