USB: xhci: Refactor code to free or cache endpoint rings.
[safe/jmp/linux-2.6] / drivers / usb / host / xhci-hcd.c
2010-03-02 Sarah SharpUSB: xhci: Refactor code to free or cache endpoint...
2010-03-02 Sarah SharpUSB: xhci: Fix error path when configuring endpoints.
2009-12-11 Sarah SharpUSB: xhci: Make reverting an alt setting "unfailable".
2009-12-11 Sarah SharpUSB: xhci: Add watchdog timer for URB cancellation.
2009-12-11 Sarah SharpUSB: xhci: Re-purpose xhci_quiesce().
2009-12-11 Sarah SharpUSB: xhci: Handle URB cancel, complete and resubmit...
2009-10-09 Sarah SharpUSB: xhci: Fix dropping endpoints from the xHC schedule.
2009-10-09 Sarah SharpUSB: xhci: Don't wait for a disable slot cmd when HC...
2009-10-09 Sarah SharpUSB: xhci: Handle canceled URBs when HC dies.
2009-10-09 Sarah SharpUSB: xhci: Stop debugging polling loop when HC dies.
2009-09-23 Sarah SharpUSB: xhci: Support USB hubs.
2009-09-23 Sarah SharpUSB: xhci: Change how xHCI commands are handled.
2009-09-23 Sarah SharpUSB: xhci: Refactor input device context setup.
2009-09-23 Sarah SharpUSB: xhci: Endpoint representation refactoring.
2009-09-23 Sarah SharpUSB: xhci: Support interrupt transfers.
2009-09-23 Sarah SharpUSB: xhci: Add quirk for Fresco Logic xHCI hardware.
2009-09-23 Sarah SharpUSB: xhci: Handle stalled control endpoints.
2009-09-23 Sarah SharpUSB: xhci: Support full speed devices.
2009-09-23 Sarah SharpUSB: xhci: Configure endpoint code refactoring.
2009-09-23 Sarah SharpUSB: xhci: Work around for chain bit in link TRBs.
2009-07-28 Sarah SharpUSB: xhci: Stall handling bug fixes.
2009-07-28 John YounUSB: xhci: Support for 64-byte contexts
2009-07-28 Sarah SharpUSB: xhci: Always align output device contexts to 64...
2009-07-28 Sarah SharpUSB: xhci: Check if the host controller died in IRQ...
2009-07-28 Sarah SharpUSB: xhci: Don't oops if the host doesn't halt.
2009-07-28 Sarah SharpUSB: xhci: Make debugging more verbose.
2009-07-28 Sarah SharpUSB: xhci: Correct Event Handler Busy flag usage.
2009-07-28 Sarah SharpUSB: xhci: Represent 64-bit addresses with one u64.
2009-07-28 Sarah SharpUSB: xhci: Use GFP_ATOMIC while holding spinlocks.
2009-07-28 Sarah SharpUSB: xhci: Deal with stalled endpoints.
2009-06-16 Sarah SharpUSB: xhci: Respect critical sections.
2009-06-16 Sarah SharpUSB: xHCI: Fix interrupt moderation.
2009-06-16 Sarah SharpUSB: xhci: Remove packed attribute from structures.
2009-06-16 Sarah SharpUSB: xhci: drop spinlock in xhci_urb_enqueue() error...
2009-06-16 Sarah SharpUSB: xhci: Clean up xhci_irq() function.
2009-06-16 Sarah SharpUSB: xhci: Avoid global namespace pollution.
2009-06-16 Sarah SharpUSB: xhci: Fix register write order.
2009-06-16 Greg Kroah-HartmanUSB: xhci: fix lots of compiler warnings.
2009-06-16 Stephen RothwellUSB: xhci: use xhci_handle_event instead of handle_event
2009-06-16 Sarah SharpUSB: xhci: URB cancellation support.
2009-06-16 Sarah SharpUSB: xhci: Bulk transfer support
2009-06-16 Sarah SharpUSB: xhci: Bandwidth allocation support
2009-06-16 Sarah SharpUSB: xhci: Control transfer support.
2009-06-16 Sarah SharpUSB: xhci: Allocate and address USB devices
2009-06-16 Sarah SharpUSB: xhci: Root hub support.
2009-06-16 Sarah SharpUSB: xhci: No-op command queueing and irq handler.
2009-06-16 Sarah SharpUSB: xhci: Ring allocation and initialization.
2009-06-16 Sarah SharpUSB: xhci: BIOS handoff and HW initialization.