Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / drivers / usb / host / xhci-ring.c
2010-06-04 Sarah SharpUSB: xhci: Print NEC firmware version.
2010-05-20 Greg Kroah-HartmanUSB: xhci: fix compiler warning.
2010-05-20 Andiry XuUSB: xHCI: Fix wrong usage of macro TRB_TYPE
2010-05-20 John YounUSB: xhci: Transfer ring link TRB activation change.
2010-05-20 Sarah SharpUSB: xhci: Set stream ID to 0 after cleaning up stalls.
2010-05-20 Matthew WilcoxUSB: Change the scatterlist type in struct urb
2010-05-20 Randy DunlapUSB: clean up some host controller sparse warnings
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 Alan SternUSB: fix usbmon and DMA mapping for scatter-gather...
2010-05-20 Sarah SharpUSB: xhci: Fix check for room on the ring.
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-02 Sarah SharpUSB: xhci: Notify the xHC when a device is reset.
2010-03-02 Sarah SharpUSB: xhci: Refactor test for vendor-specific completion...
2009-12-11 Sarah SharpUSB: xhci: Fix command completion after a drop endpoint.
2009-12-11 Sarah SharpUSB: xhci: Handle errors that cause endpoint halts.
2009-12-11 Sarah SharpUSB: xhci: Return success for vendor-specific info...
2009-12-11 Sarah SharpUSB: xhci: Return -EPROTO on a split transaction error.
2009-12-11 Sarah SharpUSB: xhci: Set transfer descriptor size field correctly.
2009-12-11 Sarah SharpUSB: xhci: Add tests for TRB address translation.
2009-12-11 Sarah SharpUSB: xhci: Remove unused HCD statistics code.
2009-12-11 Sarah SharpUSB: xhci: Add watchdog timer for URB cancellation.
2009-12-11 Sarah SharpUSB: xhci: Handle URB cancel, complete and resubmit...
2009-11-18 Sarah SharpUSB: xhci: Fix TRB physical to virtual address translation.
2009-09-23 Sarah SharpUSB: xhci: Support USB hubs.
2009-09-23 Sarah SharpUSB: xhci: Fix command wait list handling.
2009-09-23 Sarah SharpUSB: xhci: Change how xHCI commands are handled.
2009-09-23 Sarah SharpUSB: xhci: Endpoint representation refactoring.
2009-09-23 Sarah SharpUSB: xhci: Support interrupt transfers.
2009-09-23 Sarah SharpUSB: xhci: Set -EREMOTEIO when xHC gives bad transfer...
2009-09-23 Sarah SharpUSB: xhci: Check URB_SHORT_NOT_OK before setting short...
2009-09-23 Sarah SharpUSB: xhci: Check URB's actual transfer buffer size.
2009-09-23 Sarah SharpUSB: xhci: Don't touch xhci_td after it's freed.
2009-09-23 Sarah SharpUSB: xhci: Handle babbling endpoints correctly.
2009-09-23 Sarah SharpUSB: xhci: Make TRB completion code comparison readable.
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: 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.