summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-hcd.c
AgeCommit message (Expand)AuthorFilesLines
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