xhci: Add reset on resume quirk for asrock p67 host
[linux-flexiantxendom0.git] / drivers / usb / host / xhci.c
2011-06-17 Maarten Lankhorstxhci: Add reset on resume quirk for asrock p67 host
2011-06-17 Alex HexHCI 1.0: Incompatible Device Error
2011-06-15 Sarah Sharpxhci: Reject double add of active endpoints.
2011-06-03 Sarah Sharpxhci: Disable MSI for some Fresco Logic hosts.
2011-06-02 Maarten Lankhorstxhci: Do not issue device reset when device is not...
2011-06-02 Matt Evansxhci: Bigendian fix for xhci_check_bandwidth()
2011-05-27 Sarah SharpIntel xhci: Limit number of active endpoints to 64.
2011-05-25 Sarah Sharpxhci: Don't submit commands when the host is dead.
2011-05-17 Sarah Sharpxhci: Fix memory leak bug when dropping endpoints
2011-05-09 Alex HexHCI 1.0: Max Exit Latency Too Large Error
2011-05-09 Andiry XuxHCI 1.0: TT_THINK_TIME set
2011-05-02 Sarah Sharpxhci: Remove sparse warning about cmd_status.
2011-05-02 Matt Evansxhci: Add an assertion to check for virt_dev=0 bug.
2011-05-02 Matt Evansxhci: Make xHCI driver endian-safe
2011-04-13 Andiry XuxHCI: Implement AMD PLL quirk
2011-04-13 Sarah Sharpxhci: Tell USB core both roothubs lost power.
2011-04-13 Dmitry TorokhovUSB: xhci - also free streams when resetting devices
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-16 Linus TorvaldsMerge branch 'usb-next' of git://git./linux/kernel...
2011-03-14 Sarah Sharpxhci: Return canceled URBs immediately when host is...
2011-03-14 Sarah Sharpxhci: Fixes for suspend/resume of shared HCDs.
2011-03-14 Sarah Sharpxhci: Fix re-init on power loss after resume.
2011-03-14 Sarah Sharpxhci: Register second xHCI roothub.
2011-03-14 Sarah Sharpxhci: Refactor bus suspend state into a struct.
2011-03-14 Sarah Sharpxhci: Always use usb_hcd in URB instead of converting...
2011-03-14 Sarah Sharpxhci: Remove references to HC_STATE_RUNNING.
2011-03-14 Sarah Sharpxhci: Remove references to HC_STATE_HALT.
2011-03-14 Andiry XuxHCI: prolong host controller halt time limit
2011-03-14 Andiry XuxHCI: Remove redundant variable in xhci_resume()
2011-03-14 Sarah Sharpxhci: Remove old no-op test.
2011-02-23 Dmitry TorokhovUSB: xhci: mark local functions as static
2011-02-20 Dmitry TorokhovUSB: xhci: rework xhci_print_ir_set() to get ir set...
2011-01-14 Sarah Sharpxhci: Use GFP_NOIO during device reset.
2011-01-14 Zhang Ruixhci: Do not run xhci_cleanup_msix with irq disabled
2011-01-14 Andiry XuxHCI: synchronize irq in xhci_suspend()
2010-11-20 Paul Zimmermanxhci: Fix reset-device and configure-endpoint commands
2010-11-15 Sarah Sharpxhci: Fix command ring replay after resume.
2010-11-11 Andiry XuxHCI: release spinlock when setup interrupt
2010-11-11 Greg Kroah-HartmanRevert "USB: xhci: Use GFP_ATOMIC under spin_lock"
2010-11-11 David SterbaUSB: xhci: Use GFP_ATOMIC under spin_lock
2010-10-22 Sarah Sharpusb: Fix linker errors with CONFIG_PM=n
2010-10-22 Sarah SharpUSB: xhci: Fix compile error when CONFIG_PM=n
2010-10-22 Andiry XuUSB: xHCI: PCI power management implementation
2010-10-22 Andiry XuUSB: xHCI: port power management implementation
2010-10-22 Andiry XuUSB: core: use kernel assigned address for devices...
2010-10-22 Andiry XuUSB: xHCI: change xhci_reset_device() to allocate new...
2010-10-22 Andiry XuUSB: xHCI: Add pointer to udev in struct xhci_virt_device
2010-08-10 Sarah SharpUSB: xhci: Performance - move interrupt handlers into...
2010-08-10 Sarah SharpUSB: xhci: Performance - move functions that find ep...
2010-08-10 Andiry XuUSB: xHCI: Isoc urb enqueue
2010-08-10 Andiry XuUSB: xHCI: Introduce urb_priv structure
2010-08-10 Dong NguyenUSB: xHCI: Supporting MSI/MSI-X
2010-08-10 Alan SternUSB: convert usb_hcd bitfields into atomic flags
2010-08-10 Sarah SharpUSB: xhci: Remove obsolete debugging printk.
2010-07-26 Sarah SharpUSB: xhci: Set EP0 dequeue ptr after reset of configure...
2010-06-04 Sarah SharpUSB: xhci: Print NEC firmware version.
2010-06-04 Sarah SharpUSB: xhci: Wait for host to start running.
2010-06-04 Sarah SharpUSB: xhci: Wait for controller to be ready after reset.
2010-05-20 Sarah SharpUSB: xhci: Set stream ID to 0 after cleaning up stalls.
2010-05-20 Sarah SharpUSB: xhci: Avoid double free after streams are disabled.
2010-05-20 Alan SternUSB: remove the usb_host_ss_ep_comp structure
2010-05-20 Sarah SharpUSB: xhci: Correct assumptions about number of rings...
2010-05-20 Sarah SharpUSB: xhci: Add memory allocation for USB3 bulk streams.
2010-05-20 Sarah SharpUSB: xhci: Fix issue with set interface after stall.
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-19 Andiry XuUSB: xHCI: re-initialize cmd_completion
2010-03-19 Alex ChiangUSB: xhci: rename driver to xhci_hcd