aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-20USB: xhci: fix compiler warning.Greg Kroah-Hartman1-1/+0
2010-05-20USB: xHCI: Fix wrong usage of macro TRB_TYPEAndiry Xu1-4/+7
2010-05-20USB: xhci: Transfer ring link TRB activation change.John Youn1-13/+58
2010-05-20USB: xhci: Set stream ID to 0 after cleaning up stalls.Sarah Sharp1-0/+1
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox1-2/+2
2010-05-20USB: clean up some host controller sparse warningsRandy Dunlap1-7/+7
2010-05-20USB: xhci: Correct assumptions about number of rings per endpoint.Sarah Sharp1-45/+147
2010-05-20USB: xhci: Add memory allocation for USB3 bulk streams.Sarah Sharp1-2/+7
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern1-1/+1
2010-05-20USB: xhci: Fix check for room on the ring.Sarah Sharp1-1/+18
2010-05-20USB: xhci: Fix issue with set interface after stall.Sarah Sharp1-0/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02USB: xhci: Notify the xHC when a device is reset.Sarah Sharp1-0/+19
2010-03-02USB: xhci: Refactor test for vendor-specific completion codes.Sarah Sharp1-7/+15
2009-12-11USB: xhci: Fix command completion after a drop endpoint.Sarah Sharp1-16/+20
2009-12-11USB: xhci: Handle errors that cause endpoint halts.Sarah Sharp1-19/+60
2009-12-11USB: xhci: Return success for vendor-specific info codes.Sarah Sharp1-0/+10
2009-12-11USB: xhci: Return -EPROTO on a split transaction error.Sarah Sharp1-0/+1
2009-12-11USB: xhci: Set transfer descriptor size field correctly.Sarah Sharp1-3/+24
2009-12-11USB: xhci: Add tests for TRB address translation.Sarah Sharp1-2/+1
2009-12-11USB: xhci: Remove unused HCD statistics code.Sarah Sharp1-7/+0
2009-12-11USB: xhci: Add watchdog timer for URB cancellation.Sarah Sharp1-10/+160
2009-12-11USB: xhci: Handle URB cancel, complete and resubmit race.Sarah Sharp1-6/+8
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