aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
Commit message (Expand)AuthorAgeFilesLines
* USB: xhci: Fix TRB physical to virtual address translation.Sarah Sharp2009-11-171-2/+5
* USB: xhci: Support USB hubs.Sarah Sharp2009-09-231-0/+3
* USB: xhci: Fix command wait list handling.Sarah Sharp2009-09-231-17/+29
* USB: xhci: Change how xHCI commands are handled.Sarah Sharp2009-09-231-14/+54
* USB: xhci: Endpoint representation refactoring.Sarah Sharp2009-09-231-42/+48
* USB: xhci: Support interrupt transfers.Sarah Sharp2009-09-231-1/+47
* USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.Sarah Sharp2009-09-231-0/+9
* USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.Sarah Sharp2009-09-231-2/+8
* USB: xhci: Check URB's actual transfer buffer size.Sarah Sharp2009-09-231-1/+16
* USB: xhci: Don't touch xhci_td after it's freed.Sarah Sharp2009-09-231-1/+1
* USB: xhci: Handle babbling endpoints correctly.Sarah Sharp2009-09-231-2/+14
* USB: xhci: Make TRB completion code comparison readable.Sarah Sharp2009-09-231-7/+9
* USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp2009-09-231-7/+54
* USB: xhci: Handle stalled control endpoints.Sarah Sharp2009-09-231-3/+30
* USB: xhci: Support full speed devices.Sarah Sharp2009-09-231-0/+4
* USB: xhci: Configure endpoint code refactoring.Sarah Sharp2009-09-231-0/+9
* USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp2009-09-231-4/+11
* USB: xhci: Stall handling bug fixes.Sarah Sharp2009-07-281-49/+84
* USB: xhci: Support for 64-byte contextsJohn Youn2009-07-281-7/+15
* USB: xhci: Handle babble errors on transfers.Sarah Sharp2009-07-281-0/+4
* USB: xhci: Make debugging more verbose.Sarah Sharp2009-07-281-2/+33
* USB: xhci: Correct Event Handler Busy flag usage.Sarah Sharp2009-07-281-1/+5
* USB: xhci: Handle short control packets correctly.Sarah Sharp2009-07-281-3/+11
* USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp2009-07-281-26/+23
* USB: xhci: Deal with stalled endpoints.Sarah Sharp2009-07-281-1/+35
* USB: xhci: Set TD size in transfer TRB.Sarah Sharp2009-07-281-5/+15
* usb; xhci: Fix TRB offset calculations.Sarah Sharp2009-06-151-7/+6
* USB: xhci: Avoid compiler reordering in Link TRB giveback.Sarah Sharp2009-06-151-2/+3
* USB: xhci: Avoid global namespace pollution.Sarah Sharp2009-06-151-35/+37
* USB: xhci: Fix Link TRB handoff bit twiddling.Sarah Sharp2009-06-151-1/+1
* USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman2009-06-151-37/+35
* USB: xhci: use xhci_handle_event instead of handle_eventStephen Rothwell2009-06-151-2/+2
* USB: xhci: URB cancellation support.Sarah Sharp2009-06-151-33/+458
* USB: xhci: Scatter gather list support for bulk transfers.Sarah Sharp2009-06-151-28/+217
* USB: xhci: Bulk transfer supportSarah Sharp2009-06-151-29/+241
* USB: xhci: Bandwidth allocation supportSarah Sharp2009-06-151-0/+11
* USB: xhci: Control transfer support.Sarah Sharp2009-06-151-0/+383
* USB: xhci: Allocate and address USB devicesSarah Sharp2009-06-151-4/+30
* USB: xhci: Root hub support.Sarah Sharp2009-06-151-4/+39
* USB: xhci: No-op command queueing and irq handler.Sarah Sharp2009-06-151-0/+367