aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-17USB: xhci: Fix TRB physical to virtual address translation.Sarah Sharp1-2/+5
2009-09-23USB: xhci: Support USB hubs.Sarah Sharp1-0/+3
2009-09-23USB: xhci: Fix command wait list handling.Sarah Sharp1-17/+29
2009-09-23USB: xhci: Change how xHCI commands are handled.Sarah Sharp1-14/+54
2009-09-23USB: xhci: Endpoint representation refactoring.Sarah Sharp1-42/+48
2009-09-23USB: xhci: Support interrupt transfers.Sarah Sharp1-1/+47
2009-09-23USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.Sarah Sharp1-0/+9
2009-09-23USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.Sarah Sharp1-2/+8
2009-09-23USB: xhci: Check URB's actual transfer buffer size.Sarah Sharp1-1/+16
2009-09-23USB: xhci: Don't touch xhci_td after it's freed.Sarah Sharp1-1/+1
2009-09-23USB: xhci: Handle babbling endpoints correctly.Sarah Sharp1-2/+14
2009-09-23USB: xhci: Make TRB completion code comparison readable.Sarah Sharp1-7/+9
2009-09-23USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp1-7/+54
2009-09-23USB: xhci: Handle stalled control endpoints.Sarah Sharp1-3/+30
2009-09-23USB: xhci: Support full speed devices.Sarah Sharp1-0/+4
2009-09-23USB: xhci: Configure endpoint code refactoring.Sarah Sharp1-0/+9
2009-09-23USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp1-4/+11
2009-07-28USB: xhci: Stall handling bug fixes.Sarah Sharp1-49/+84
2009-07-28USB: xhci: Support for 64-byte contextsJohn Youn1-7/+15
2009-07-28USB: xhci: Handle babble errors on transfers.Sarah Sharp1-0/+4
2009-07-28USB: xhci: Make debugging more verbose.Sarah Sharp1-2/+33
2009-07-28USB: xhci: Correct Event Handler Busy flag usage.Sarah Sharp1-1/+5
2009-07-28USB: xhci: Handle short control packets correctly.Sarah Sharp1-3/+11
2009-07-28USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp1-26/+23
2009-07-28USB: xhci: Deal with stalled endpoints.Sarah Sharp1-1/+35
2009-07-28USB: xhci: Set TD size in transfer TRB.Sarah Sharp1-5/+15
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