aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
Commit message (Expand)AuthorAgeFilesLines
* USB: xhci: Support USB hubs.Sarah Sharp2009-09-231-0/+5
* USB: xhci: Change how xHCI commands are handled.Sarah Sharp2009-09-231-3/+31
* USB: xhci: Endpoint representation refactoring.Sarah Sharp2009-09-231-20/+21
* USB: xhci: Support interrupt transfers.Sarah Sharp2009-09-231-0/+3
* USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp2009-09-231-7/+13
* USB: xhci: Handle stalled control endpoints.Sarah Sharp2009-09-231-0/+4
* USB: xhci: Support full speed devices.Sarah Sharp2009-09-231-0/+2
* USB: xhci: Configure endpoint code refactoring.Sarah Sharp2009-09-231-0/+5
* USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp2009-09-231-0/+9
* trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig2009-09-211-1/+1
* USB: xhci: Stall handling bug fixes.Sarah Sharp2009-07-281-0/+12
* USB: xhci: Support for 64-byte contextsJohn Youn2009-07-281-27/+34
* USB: xhci: Always align output device contexts to 64 bytes.Sarah Sharp2009-07-281-2/+17
* USB: xhci: Scratchpad buffer allocationJohn Youn2009-07-281-0/+11
* USB: xhci: Make debugging more verbose.Sarah Sharp2009-07-281-8/+6
* USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp2009-07-281-20/+45
* USB: xhci: Deal with stalled endpoints.Sarah Sharp2009-07-281-2/+6
* USB: xhci: Respect critical sections.Sarah Sharp2009-06-151-1/+3
* USB: xhci: Remove packed attribute from structures.Sarah Sharp2009-06-151-23/+23
* USB: xhci: Avoid global namespace pollution.Sarah Sharp2009-06-151-10/+14
* USB: xhci: fix some compiler warnings in xhci.hGreg Kroah-Hartman2009-06-151-3/+4
* USB: xhci: use xhci_handle_event instead of handle_eventStephen Rothwell2009-06-151-1/+1
* USB: xhci: URB cancellation support.Sarah Sharp2009-06-151-6/+25
* USB: xhci: Bulk transfer supportSarah Sharp2009-06-151-0/+4
* USB: xhci: Bandwidth allocation supportSarah Sharp2009-06-151-3/+15
* USB: xhci: Control transfer support.Sarah Sharp2009-06-151-3/+26
* USB: xhci: Allocate and address USB devicesSarah Sharp2009-06-151-20/+74
* USB: xhci: Root hub support.Sarah Sharp2009-06-151-0/+11
* USB: xhci: No-op command queueing and irq handler.Sarah Sharp2009-06-151-4/+49
* USB: xhci: Device context array allocation.Sarah Sharp2009-06-151-0/+175
* USB: xhci: Ring allocation and initialization.Sarah Sharp2009-06-151-0/+296
* USB: xhci: BIOS handoff and HW initialization.Sarah Sharp2009-06-151-2/+61
* USB: xhci: Support xHCI host controllers and USB 3.0 devices.Sarah Sharp2009-06-151-0/+452