xhci: Fix register save/restore order.
[linux-flexiantxendom0.git] / drivers / usb / host / xhci.c
2012-04-30 Sarah Sharpxhci: Fix register save/restore order.
2012-04-30 Sarah Sharpxhci: Restore event ring dequeue pointer on resume.
2012-04-02 Sarah Sharpxhci: Remove warnings about MSI and MSI-X capabilities.
2012-03-01 Sarah SharpUSB: Don't fail USB3 probe on missing legacy PCI IRQ.
2012-01-12 Felipe Balbiusb: ch9: fix up MaxStreams helper
2012-01-12 Hans de Goedexhci: Properly handle COMP_2ND_BW_ERR
2011-12-01 Andiry XuxHCI: fix bug in xhci_clear_command_ring()
2011-11-14 Alan SternUSB: XHCI: resume root hubs when the controller resumes
2011-11-04 Sarah Sharpxhci: Set slot and ep0 flags for address command.
2011-09-26 Sebastian Andrzej... usb/xhci: remove CONFIG_PCI in xhci.c's probe function
2011-09-26 Sebastian Andrzej... usb/xhci: move xhci_gen_setup() away from -pci.
2011-09-26 Sebastian Andrzej... usb/xhci: hide MSI code behind PCI bars
2011-09-26 Sebastian Andrzej... usb/xhci: group MSI interrupt registration into its...
2011-09-26 Andiry XuxHCI: fix debug message
2011-09-26 Andiry XuxHCI: set USB2 hardware LPM
2011-09-26 Andiry XuxHCI: test USB2 software LPM
2011-09-20 Sarah Sharpxhci: USB 3.0 BW checking.
2011-09-20 Sebastian Andrzej... usb/xhci: ignore xhci version while checking for the...
2011-09-09 sifram.rajas@gmail.comxhci: Redundant check in xhci_check_args for xhci-...
2011-09-09 Andiry XuxHCI: refine td allocation
2011-09-09 Sarah Sharpxhci: Implement HS/FS/LS bandwidth checking.
2011-09-09 Sarah Sharpxhci: Track interval bandwidth tables per port/TT.
2011-09-09 Sarah Sharpxhci: Store endpoint bandwidth information.
2011-09-09 Sarah Sharpxhci: Store information about roothubs and TTs.
2011-09-09 Sarah Sharpxhci: Refactor endpoint limit checking.
2011-09-09 Sarah Sharpxhci: If no endpoints changed, don't issue BW command.
2011-08-29 Greg Kroah-HartmanMerge 3.1-rc4 into usb-next
2011-08-23 Kuninori MorimotoUSB: use usb_endpoint_maxp() instead of le16_to_cpu()
2011-08-09 Sarah Sharpxhci: Remove TDs from TD lists when URBs are canceled.
2011-08-09 Sarah Sharpxhci: Fix memory leak during failed enqueue.
2011-08-01 Sarah Sharpxhci: Don't submit commands or URBs to halted hosts.
2011-07-26 Linus TorvaldsMerge branch 'usb-next' of git://git./linux/kernel...
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-14 Greg Kroah-HartmanMerge 3.0-rc2 into usb-linus as it's needed by some...
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: Remove some unnecessary casts and tidy some endia...
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
next