aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22USB: xHCI: bus power management implementationAndiry Xu1-0/+1
2010-10-22USB: xHCI: port remote wakeup implementationAndiry Xu1-0/+2
2010-10-22USB: xHCI: port power management implementationAndiry Xu1-0/+1
2010-10-22USB: xHCI: Add pointer to udev in struct xhci_virt_deviceAndiry Xu1-0/+1
2010-08-10USB: xhci: Make xhci_set_hc_event_deq() static.Sarah Sharp1-0/+23
2010-08-10USB: xhci: Performance - move functions that find ep ring.Sarah Sharp1-43/+0
2010-08-10USB: xHCI: allocate bigger ring for isochronous endpointAndiry Xu1-2/+12
2010-08-10USB: xHCI: Introduce urb_priv structureAndiry Xu1-0/+16
2010-08-10USB: xHCI: Missed Service Error Event processAndiry Xu1-0/+1
2010-08-10USB: xhci: trivial: use ARRAY_SIZEKulikov Vasiliy1-2/+2
2010-07-26USB: xhci: Set Mult field in endpoint context correctly.Sarah Sharp1-2/+3
2010-07-26USB: xhci: Set EP0 dequeue ptr after reset of configured device.Sarah Sharp1-0/+21
2010-05-20USB: remove the usb_host_ss_ep_comp structureAlan Stern1-15/+7
2010-05-20USB: clean up some host controller sparse warningsRandy Dunlap1-8/+8
2010-05-20USB: xhci: Correct assumptions about number of rings per endpoint.Sarah Sharp1-1/+73
2010-05-20USB: xhci: Add memory allocation for USB3 bulk streams.Sarah Sharp1-1/+378
2010-04-30USB: xhci: properly set endpoint context fields for periodic eps.Sarah Sharp1-0/+51
2010-04-30USB: xhci: properly set the "Mult" field of the endpoint context.Sarah Sharp1-0/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-19USB: xhci: Make endpoint interval debugging clearer.Sarah Sharp1-2/+7
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman1-2/+2
2010-03-02USB: xhci: Allow allocation of commands without input contexts.Sarah Sharp1-6/+12
2010-03-02USB: xhci: Refactor code to free or cache endpoint rings.Sarah Sharp1-0/+25
2009-12-11USB: xhci: Make reverting an alt setting "unfailable".Sarah Sharp1-13/+63
2009-12-11USB: xhci-mem.c: introduce missing kfreeJulia Lawall1-1/+4
2009-12-11USB: xhci: Add tests for TRB address translation.Sarah Sharp1-0/+159
2009-12-11USB: xhci: Add watchdog timer for URB cancellation.Sarah Sharp1-2/+13
2009-11-17USB: xhci: Fix scratchpad deallocation.Sarah Sharp1-1/+1
2009-11-17USB: xhci: Fix bug memory free after failed initialization.Sarah Sharp1-3/+5
2009-09-23USB: xhci: Set multi-TT field for LS/FS devices under hubs.Sarah Sharp1-4/+2
2009-09-23USB: xhci: Set route string for all devices.Sarah Sharp1-1/+1
2009-09-23USB: xhci: Change how xHCI commands are handled.Sarah Sharp1-6/+49
2009-09-23USB: xhci: Endpoint representation refactoring.Sarah Sharp1-10/+15
2009-09-23USB: xhci: Set correct max packet size for HS/FS control endpoints.Sarah Sharp1-5/+18
2009-09-23USB: xhci: Configure endpoint code refactoring.Sarah Sharp1-0/+38
2009-09-23USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp1-0/+3
2009-07-28USB: xhci: Support for 64-byte contextsJohn Youn1-34/+87
2009-07-28USB: xhci: Always align output device contexts to 64 bytes.Sarah Sharp1-8/+7
2009-07-28USB: xhci: Scratchpad buffer allocationJohn Youn1-0/+102
2009-07-28USB: xhci: Fail gracefully if there's no SS ep companion descriptor.Sarah Sharp1-1/+6
2009-07-28USB: xhci: Setup HW retries correctly.Sarah Sharp1-2/+4
2009-07-28USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp1-37/+24
2009-06-15USB: xhci: Respect critical sections.Sarah Sharp1-2/+3
2009-06-15USB: xhci: Make xhci-mem.c include linux/dmapool.hSarah Sharp1-0/+1
2009-06-15USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp1-1/+1
2009-06-15USB: xhci: Avoid global namespace pollution.Sarah Sharp1-1/+1
2009-06-15USB: xhci: Fix register write order.Sarah Sharp1-11/+11
2009-06-15USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman1-31/+33
2009-06-15USB: xhci: URB cancellation support.Sarah Sharp1-0/+1
2009-06-15USB: xhci: Bulk transfer supportSarah Sharp1-1/+3