aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-09USB: xhci: Fix dropping endpoints from the xHC schedule.Sarah Sharp1-1/+1
2009-10-09USB: xhci: Don't wait for a disable slot cmd when HC dies.Sarah Sharp1-0/+9
2009-10-09USB: xhci: Handle canceled URBs when HC dies.Sarah Sharp1-0/+12
2009-10-09USB: xhci: Stop debugging polling loop when HC dies.Sarah Sharp1-0/+6
2009-09-23USB: xhci: Support USB hubs.Sarah Sharp1-0/+82
2009-09-23USB: xhci: Change how xHCI commands are handled.Sarah Sharp1-30/+52
2009-09-23USB: xhci: Refactor input device context setup.Sarah Sharp1-9/+18
2009-09-23USB: xhci: Endpoint representation refactoring.Sarah Sharp1-28/+31
2009-09-23USB: xhci: Support interrupt transfers.Sarah Sharp1-0/+5
2009-09-23USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp1-9/+68
2009-09-23USB: xhci: Handle stalled control endpoints.Sarah Sharp1-11/+24
2009-09-23USB: xhci: Support full speed devices.Sarah Sharp1-5/+83
2009-09-23USB: xhci: Configure endpoint code refactoring.Sarah Sharp1-52/+117
2009-09-23USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp1-0/+12
2009-07-28USB: xhci: Stall handling bug fixes.Sarah Sharp1-0/+24
2009-07-28USB: xhci: Support for 64-byte contextsJohn Youn1-50/+71
2009-07-28USB: xhci: Always align output device contexts to 64 bytes.Sarah Sharp1-5/+2
2009-07-28USB: xhci: Check if the host controller died in IRQ handler.Sarah Sharp1-0/+4
2009-07-28USB: xhci: Don't oops if the host doesn't halt.Sarah Sharp1-1/+4
2009-07-28USB: xhci: Make debugging more verbose.Sarah Sharp1-14/+33
2009-07-28USB: xhci: Correct Event Handler Busy flag usage.Sarah Sharp1-2/+2
2009-07-28USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp1-24/+19
2009-07-28USB: xhci: Use GFP_ATOMIC while holding spinlocks.Sarah Sharp1-2/+5
2009-07-28USB: xhci: Deal with stalled endpoints.Sarah Sharp1-1/+43
2009-06-15USB: xhci: Respect critical sections.Sarah Sharp1-32/+31
2009-06-15USB: xHCI: Fix interrupt moderation.Sarah Sharp1-1/+1
2009-06-15USB: xhci: Remove packed attribute from structures.Sarah Sharp1-0/+19
2009-06-15USB: xhci: drop spinlock in xhci_urb_enqueue() error path.Sarah Sharp1-1/+2
2009-06-15USB: xhci: Clean up xhci_irq() function.Sarah Sharp1-1/+1
2009-06-15USB: xhci: Avoid global namespace pollution.Sarah Sharp1-19/+23
2009-06-15USB: xhci: Fix register write order.Sarah Sharp1-2/+2
2009-06-15USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman1-20/+17
2009-06-15USB: xhci: use xhci_handle_event instead of handle_eventStephen Rothwell1-1/+1
2009-06-15USB: xhci: URB cancellation support.Sarah Sharp1-3/+61
2009-06-15USB: xhci: Bulk transfer supportSarah Sharp1-7/+6
2009-06-15USB: xhci: Bandwidth allocation supportSarah Sharp1-1/+369
2009-06-15USB: xhci: Control transfer support.Sarah Sharp1-0/+93
2009-06-15USB: xhci: Allocate and address USB devicesSarah Sharp1-0/+201
2009-06-15USB: xhci: Root hub support.Sarah Sharp1-0/+3
2009-06-15USB: xhci: No-op command queueing and irq handler.Sarah Sharp1-1/+151
2009-06-15USB: xhci: Ring allocation and initialization.Sarah Sharp1-0/+5
2009-06-15USB: xhci: BIOS handoff and HW initialization.Sarah Sharp1-0/+377