summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)Author
2012-10-07xhci: Reset reserved command ring TRBs on cleanup.Sarah Sharp
2012-10-07xhci: Don't write zeroed pointers to xHC registers.Sarah Sharp
2012-03-04xhci: Fix encoding for HS bulk/control NAK rate.Sarah Sharp
2011-11-07xhci-mem.c: Check for ring->first_seg != NULLKautuk Consul
2011-06-23USB: xhci - fix interval calculation for FS isoc endpointsDmitry Torokhov
2011-06-23xhci: Fix full speed bInterval encoding.Sarah Sharp
2011-04-22USB: xhci - fix math in xhci_get_endpoint_interval()Dmitry Torokhov
2010-05-12USB: xhci: properly set endpoint context fields for periodic eps.Sarah Sharp
2010-05-12USB: xhci: properly set the "Mult" field of the endpoint context.Sarah Sharp
2009-11-17USB: xhci: Fix scratchpad deallocation.Sarah Sharp
2009-11-17USB: xhci: Fix bug memory free after failed initialization.Sarah Sharp
2009-09-23USB: xhci: Set multi-TT field for LS/FS devices under hubs.Sarah Sharp
2009-09-23USB: xhci: Set route string for all devices.Sarah Sharp
2009-09-23USB: xhci: Change how xHCI commands are handled.Sarah Sharp
2009-09-23USB: xhci: Endpoint representation refactoring.Sarah Sharp
2009-09-23USB: xhci: Set correct max packet size for HS/FS control endpoints.Sarah Sharp
2009-09-23USB: xhci: Configure endpoint code refactoring.Sarah Sharp
2009-09-23USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp
2009-07-28USB: xhci: Support for 64-byte contextsJohn Youn
2009-07-28USB: xhci: Always align output device contexts to 64 bytes.Sarah Sharp
2009-07-28USB: xhci: Scratchpad buffer allocationJohn Youn
2009-07-28USB: xhci: Fail gracefully if there's no SS ep companion descriptor.Sarah Sharp
2009-07-28USB: xhci: Setup HW retries correctly.Sarah Sharp
2009-07-28USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp
2009-06-15USB: xhci: Respect critical sections.Sarah Sharp
2009-06-15USB: xhci: Make xhci-mem.c include linux/dmapool.hSarah Sharp
2009-06-15USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp
2009-06-15USB: xhci: Avoid global namespace pollution.Sarah Sharp
2009-06-15USB: xhci: Fix register write order.Sarah Sharp
2009-06-15USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman
2009-06-15USB: xhci: URB cancellation support.Sarah Sharp
2009-06-15USB: xhci: Bulk transfer supportSarah Sharp
2009-06-15USB: xhci: Bandwidth allocation supportSarah Sharp
2009-06-15USB: xhci: Control transfer support.Sarah Sharp
2009-06-15USB: xhci: Allocate and address USB devicesSarah Sharp
2009-06-15USB: xhci: No-op command queueing and irq handler.Sarah Sharp
2009-06-15USB: xhci: Device context array allocation.Sarah Sharp
2009-06-15USB: xhci: Ring allocation and initialization.Sarah Sharp
2009-06-15USB: xhci: BIOS handoff and HW initialization.Sarah Sharp