summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-hcd.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-29USB: xhci: Stall handling bug fixes.Sarah Sharp1-0/+24
2009-07-29USB: xhci: Support for 64-byte contextsJohn Youn1-50/+71
2009-07-29USB: xhci: Always align output device contexts to 64 bytes.Sarah Sharp1-5/+2
2009-07-29USB: xhci: Check if the host controller died in IRQ handler.Sarah Sharp1-0/+4
2009-07-29USB: xhci: Don't oops if the host doesn't halt.Sarah Sharp1-1/+4
2009-07-29USB: xhci: Make debugging more verbose.Sarah Sharp1-14/+33
2009-07-29USB: xhci: Correct Event Handler Busy flag usage.Sarah Sharp1-2/+2
2009-07-29USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp1-24/+19
2009-07-29USB: xhci: Use GFP_ATOMIC while holding spinlocks.Sarah Sharp1-2/+5
2009-07-29USB: xhci: Deal with stalled endpoints.Sarah Sharp1-1/+43
2009-06-16USB: xhci: Respect critical sections.Sarah Sharp1-32/+31
2009-06-16USB: xHCI: Fix interrupt moderation.Sarah Sharp1-1/+1
2009-06-16USB: xhci: Remove packed attribute from structures.Sarah Sharp1-0/+19
2009-06-16USB: xhci: drop spinlock in xhci_urb_enqueue() error path.Sarah Sharp1-1/+2
2009-06-16USB: xhci: Clean up xhci_irq() function.Sarah Sharp1-1/+1
2009-06-16USB: xhci: Avoid global namespace pollution.Sarah Sharp1-19/+23
2009-06-16USB: xhci: Fix register write order.Sarah Sharp1-2/+2
2009-06-16USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman1-20/+17
2009-06-16USB: xhci: use xhci_handle_event instead of handle_eventStephen Rothwell1-1/+1
2009-06-16USB: xhci: URB cancellation support.Sarah Sharp1-3/+61
2009-06-16USB: xhci: Bulk transfer supportSarah Sharp1-7/+6
2009-06-16USB: xhci: Bandwidth allocation supportSarah Sharp1-1/+369
2009-06-16USB: xhci: Control transfer support.Sarah Sharp1-0/+93
2009-06-16USB: xhci: Allocate and address USB devicesSarah Sharp1-0/+201
2009-06-16USB: xhci: Root hub support.Sarah Sharp1-0/+3
2009-06-16USB: xhci: No-op command queueing and irq handler.Sarah Sharp1-1/+151
2009-06-16USB: xhci: Ring allocation and initialization.Sarah Sharp1-0/+5
2009-06-16USB: xhci: BIOS handoff and HW initialization.Sarah Sharp1-0/+377