summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-15usb; xhci: Fix TRB offset calculations.Sarah Sharp1-7/+6
2009-06-15USB: xhci: Avoid compiler reordering in Link TRB giveback.Sarah Sharp1-2/+3
2009-06-15USB: xhci: Avoid global namespace pollution.Sarah Sharp1-35/+37
2009-06-15USB: xhci: Fix Link TRB handoff bit twiddling.Sarah Sharp1-1/+1
2009-06-15USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman1-37/+35
2009-06-15USB: xhci: use xhci_handle_event instead of handle_eventStephen Rothwell1-2/+2
2009-06-15USB: xhci: URB cancellation support.Sarah Sharp1-33/+458
2009-06-15USB: xhci: Scatter gather list support for bulk transfers.Sarah Sharp1-28/+217
2009-06-15USB: xhci: Bulk transfer supportSarah Sharp1-29/+241
2009-06-15USB: xhci: Bandwidth allocation supportSarah Sharp1-0/+11
2009-06-15USB: xhci: Control transfer support.Sarah Sharp1-0/+383
2009-06-15USB: xhci: Allocate and address USB devicesSarah Sharp1-4/+30
2009-06-15USB: xhci: Root hub support.Sarah Sharp1-4/+39
2009-06-15USB: xhci: No-op command queueing and irq handler.Sarah Sharp1-0/+367