MAINTAINERS: omap: fix regex
[safe/jmp/linux-2.6] / drivers / usb / host / xhci-ring.c
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: Handle babble errors on transfers.
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: Handle short control packets correctly.
2009-07-28 Sarah SharpUSB: xhci: Represent 64-bit addresses with one u64.
2009-07-28 Sarah SharpUSB: xhci: Deal with stalled endpoints.
2009-07-28 Sarah SharpUSB: xhci: Set TD size in transfer TRB.
2009-06-16 Sarah Sharpusb; xhci: Fix TRB offset calculations.
2009-06-16 Sarah SharpUSB: xhci: Avoid compiler reordering in Link TRB giveback.
2009-06-16 Sarah SharpUSB: xhci: Avoid global namespace pollution.
2009-06-16 Sarah SharpUSB: xhci: Fix Link TRB handoff bit twiddling.
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: Scatter gather list support for bulk transfers.
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.