aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c
Commit message (Expand)AuthorAgeFilesLines
* USB: xhci: Set correct max packet size for HS/FS control endpoints.Sarah Sharp2009-09-231-5/+18
* USB: xhci: Configure endpoint code refactoring.Sarah Sharp2009-09-231-0/+38
* USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp2009-09-231-0/+3
* USB: xhci: Support for 64-byte contextsJohn Youn2009-07-281-34/+87
* USB: xhci: Always align output device contexts to 64 bytes.Sarah Sharp2009-07-281-8/+7
* USB: xhci: Scratchpad buffer allocationJohn Youn2009-07-281-0/+102
* USB: xhci: Fail gracefully if there's no SS ep companion descriptor.Sarah Sharp2009-07-281-1/+6
* USB: xhci: Setup HW retries correctly.Sarah Sharp2009-07-281-2/+4
* USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp2009-07-281-37/+24
* USB: xhci: Respect critical sections.Sarah Sharp2009-06-151-2/+3
* USB: xhci: Make xhci-mem.c include linux/dmapool.hSarah Sharp2009-06-151-0/+1
* USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp2009-06-151-1/+1
* USB: xhci: Avoid global namespace pollution.Sarah Sharp2009-06-151-1/+1
* USB: xhci: Fix register write order.Sarah Sharp2009-06-151-11/+11
* USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman2009-06-151-31/+33
* USB: xhci: URB cancellation support.Sarah Sharp2009-06-151-0/+1
* USB: xhci: Bulk transfer supportSarah Sharp2009-06-151-1/+3
* USB: xhci: Bandwidth allocation supportSarah Sharp2009-06-151-1/+173
* USB: xhci: Control transfer support.Sarah Sharp2009-06-151-0/+2
* USB: xhci: Allocate and address USB devicesSarah Sharp2009-06-151-5/+199
* USB: xhci: No-op command queueing and irq handler.Sarah Sharp2009-06-151-8/+3
* USB: xhci: Device context array allocation.Sarah Sharp2009-06-151-0/+21
* USB: xhci: Ring allocation and initialization.Sarah Sharp2009-06-151-1/+304
* USB: xhci: BIOS handoff and HW initialization.Sarah Sharp2009-06-151-0/+75