| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: xhci: Make endpoint interval debugging clearer. | Sarah Sharp | 2010-03-19 | 1 | -2/+7 |
* | USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS | Greg Kroah-Hartman | 2010-03-02 | 1 | -2/+2 |
* | USB: xhci: Allow allocation of commands without input contexts. | Sarah Sharp | 2010-03-02 | 1 | -6/+12 |
* | USB: xhci: Refactor code to free or cache endpoint rings. | Sarah Sharp | 2010-03-02 | 1 | -0/+25 |
* | USB: xhci: Make reverting an alt setting "unfailable". | Sarah Sharp | 2009-12-11 | 1 | -13/+63 |
* | USB: xhci-mem.c: introduce missing kfree | Julia Lawall | 2009-12-11 | 1 | -1/+4 |
* | USB: xhci: Add tests for TRB address translation. | Sarah Sharp | 2009-12-11 | 1 | -0/+159 |
* | USB: xhci: Add watchdog timer for URB cancellation. | Sarah Sharp | 2009-12-11 | 1 | -2/+13 |
* | USB: xhci: Fix scratchpad deallocation. | Sarah Sharp | 2009-11-17 | 1 | -1/+1 |
* | USB: xhci: Fix bug memory free after failed initialization. | Sarah Sharp | 2009-11-17 | 1 | -3/+5 |
* | USB: xhci: Set multi-TT field for LS/FS devices under hubs. | Sarah Sharp | 2009-09-23 | 1 | -4/+2 |
* | USB: xhci: Set route string for all devices. | Sarah Sharp | 2009-09-23 | 1 | -1/+1 |
* | USB: xhci: Change how xHCI commands are handled. | Sarah Sharp | 2009-09-23 | 1 | -6/+49 |
* | USB: xhci: Endpoint representation refactoring. | Sarah Sharp | 2009-09-23 | 1 | -10/+15 |
* | USB: xhci: Set correct max packet size for HS/FS control endpoints. | Sarah Sharp | 2009-09-23 | 1 | -5/+18 |
* | USB: xhci: Configure endpoint code refactoring. | Sarah Sharp | 2009-09-23 | 1 | -0/+38 |
* | USB: xhci: Work around for chain bit in link TRBs. | Sarah Sharp | 2009-09-23 | 1 | -0/+3 |
* | USB: xhci: Support for 64-byte contexts | John Youn | 2009-07-28 | 1 | -34/+87 |
* | USB: xhci: Always align output device contexts to 64 bytes. | Sarah Sharp | 2009-07-28 | 1 | -8/+7 |
* | USB: xhci: Scratchpad buffer allocation | John Youn | 2009-07-28 | 1 | -0/+102 |
* | USB: xhci: Fail gracefully if there's no SS ep companion descriptor. | Sarah Sharp | 2009-07-28 | 1 | -1/+6 |
* | USB: xhci: Setup HW retries correctly. | Sarah Sharp | 2009-07-28 | 1 | -2/+4 |
* | USB: xhci: Represent 64-bit addresses with one u64. | Sarah Sharp | 2009-07-28 | 1 | -37/+24 |
* | USB: xhci: Respect critical sections. | Sarah Sharp | 2009-06-15 | 1 | -2/+3 |
* | USB: xhci: Make xhci-mem.c include linux/dmapool.h | Sarah Sharp | 2009-06-15 | 1 | -0/+1 |
* | USB: Change names of SuperSpeed ep companion descriptor structs. | Sarah Sharp | 2009-06-15 | 1 | -1/+1 |
* | USB: xhci: Avoid global namespace pollution. | Sarah Sharp | 2009-06-15 | 1 | -1/+1 |
* | USB: xhci: Fix register write order. | Sarah Sharp | 2009-06-15 | 1 | -11/+11 |
* | USB: xhci: fix lots of compiler warnings. | Greg Kroah-Hartman | 2009-06-15 | 1 | -31/+33 |
* | USB: xhci: URB cancellation support. | Sarah Sharp | 2009-06-15 | 1 | -0/+1 |
* | USB: xhci: Bulk transfer support | Sarah Sharp | 2009-06-15 | 1 | -1/+3 |
* | USB: xhci: Bandwidth allocation support | Sarah Sharp | 2009-06-15 | 1 | -1/+173 |
* | USB: xhci: Control transfer support. | Sarah Sharp | 2009-06-15 | 1 | -0/+2 |
* | USB: xhci: Allocate and address USB devices | Sarah Sharp | 2009-06-15 | 1 | -5/+199 |
* | USB: xhci: No-op command queueing and irq handler. | Sarah Sharp | 2009-06-15 | 1 | -8/+3 |
* | USB: xhci: Device context array allocation. | Sarah Sharp | 2009-06-15 | 1 | -0/+21 |
* | USB: xhci: Ring allocation and initialization. | Sarah Sharp | 2009-06-15 | 1 | -1/+304 |
* | USB: xhci: BIOS handoff and HW initialization. | Sarah Sharp | 2009-06-15 | 1 | -0/+75 |