summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-29USB: xhci: Stall handling bug fixes.Sarah Sharp1-49/+84
2009-07-29USB: xhci: Support for 64-byte contextsJohn Youn1-7/+15
2009-07-29USB: xhci: Handle babble errors on transfers.Sarah Sharp1-0/+4
2009-07-29USB: xhci: Make debugging more verbose.Sarah Sharp1-2/+33
2009-07-29USB: xhci: Correct Event Handler Busy flag usage.Sarah Sharp1-1/+5
2009-07-29USB: xhci: Handle short control packets correctly.Sarah Sharp1-3/+11
2009-07-29USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp1-26/+23
2009-07-29USB: xhci: Deal with stalled endpoints.Sarah Sharp1-1/+35
2009-07-29USB: xhci: Set TD size in transfer TRB.Sarah Sharp1-5/+15
2009-06-16usb; xhci: Fix TRB offset calculations.Sarah Sharp1-7/+6
2009-06-16USB: xhci: Avoid compiler reordering in Link TRB giveback.Sarah Sharp1-2/+3
2009-06-16USB: xhci: Avoid global namespace pollution.Sarah Sharp1-35/+37
2009-06-16USB: xhci: Fix Link TRB handoff bit twiddling.Sarah Sharp1-1/+1
2009-06-16USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman1-37/+35
2009-06-16USB: xhci: use xhci_handle_event instead of handle_eventStephen Rothwell1-2/+2
2009-06-16USB: xhci: URB cancellation support.Sarah Sharp1-33/+458
2009-06-16USB: xhci: Scatter gather list support for bulk transfers.Sarah Sharp1-28/+217
2009-06-16USB: xhci: Bulk transfer supportSarah Sharp1-29/+241
2009-06-16USB: xhci: Bandwidth allocation supportSarah Sharp1-0/+11
2009-06-16USB: xhci: Control transfer support.Sarah Sharp1-0/+383
2009-06-16USB: xhci: Allocate and address USB devicesSarah Sharp1-4/+30
2009-06-16USB: xhci: Root hub support.Sarah Sharp1-4/+39
2009-06-16USB: xhci: No-op command queueing and irq handler.Sarah Sharp1-0/+367