summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman2013-08-181-0/+1
|\
| * usb: xhci: add missing dma-mapping.h includesJames Hogan2013-07-311-0/+1
* | xhci: trace debug statements related to ring expansionXenia Ragiadakou2013-08-131-1/+2
* | xhci: trace debug messages related to driver initialization and unloadXenia Ragiadakou2013-08-131-42/+68
* | xhci: add trace for debug messages related to changing contextsXenia Ragiadakou2013-08-131-1/+3
* | xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou2013-08-131-70/+0
|/
* xhci: check for failed dma pool allocationMathias Nyman2013-06-181-0/+4
* xhci: remove BUG() in xhci_get_endpoint_type()Mathias Nyman2013-06-141-5/+9
* xhci: Remove BUG in xhci_setup_addressable_virt_devMathias Nyman2013-06-141-25/+10
* xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp2013-06-141-1/+3
* xhci: Remove BUG_ON() in xhci_alloc_container_ctx.Sarah Sharp2013-06-141-2/+6
* Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman2013-06-081-3/+7
|\
| * xhci: fix list access before initVladimir Murzin2013-05-241-0/+4
| * xhci-mem: init list heads at the beginning of initSergio Aguirre2013-05-241-3/+3
* | usb: xhci: check usb2 port capabilities before adding hw link PM supportMathias Nyman2013-06-051-4/+29
|/
* USB: xHCI: override bogus bulk wMaxPacketSize valuesAlan Stern2013-05-151-8/+9
* xhci: Rename SEGMENT_SIZE and SEGMENT_SHIFT as the former is used in a.out.hDavid Howells2013-04-031-8/+8
* usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu2013-03-251-28/+8
* xhci: Handle HS bulk/ctrl endpoints that don't NAK.Sarah Sharp2013-01-031-0/+2
* xhci: fix null-pointer dereference when destroying half-built segment ringsJulius Werner2012-11-121-2/+7
* xHCI: add aborting command ring functionElric Fu2012-09-131-0/+7
* xhci: Don't free endpoints in xhci_mem_cleanup()Takashi Iwai2012-06-131-21/+14
* xhci: Fix invalid loop check in xhci_free_tt_info()Takashi Iwai2012-06-131-29/+10
* xhci: Reserve one command for USB3 LPM disable.Sarah Sharp2012-05-181-0/+12
* xhci: Reset reserved command ring TRBs on cleanup.Sarah Sharp2012-05-181-0/+1
* USB: fix resource leak in xhci power loss pathOliver Neukum2012-05-181-0/+26
* xhci: Don't write zeroed pointers to xHC registers.Sarah Sharp2012-04-111-7/+2
* xHCI: Allocate 2 segments for transfer ringAndiry Xu2012-03-131-3/+3
* xHCI: dynamic ring expansionAndiry Xu2012-03-131-12/+63
* xHCI: set cycle state when allocate ringsAndiry Xu2012-03-131-18/+38
* xHCI: factor out segments allocation and free functionAndiry Xu2012-03-131-34/+55
* xHCI: count free TRBs on transfer ringAndiry Xu2012-03-131-0/+6
* xHCI: store ring's last segment and segment numbersAndiry Xu2012-03-131-0/+2
* xHCI: store ring's typeAndiry Xu2012-03-121-16/+22
* Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman2012-02-231-1/+10
|\
| * USB/xhci: Enable remote wakeup for USB3 devices.Sarah Sharp2012-02-141-1/+10
* | xhci: Fix encoding for HS bulk/control NAK rate.Sarah Sharp2012-02-211-8/+24
|/
* xhci: Remove debugging about ring structure allocation.Sarah Sharp2011-12-221-14/+0
* xhci: Set slot and ep0 flags for address command.Sarah Sharp2011-11-041-5/+0
* usb/xhci: replace pci_*_consistent() with dma_*_coherent()Sebastian Andrzej Siewior2011-09-261-19/+19
* xHCI: AMD isoc link TRB chain bit quirkAndiry Xu2011-09-261-14/+18
* xHCI: test USB2 software LPMAndiry Xu2011-09-261-0/+11
* xHCI: Check host USB2 LPM capabilityAndiry Xu2011-09-261-0/+17
* xhci-mem.c: xhci_segment_free: No need for checking seg argumentKautuk Consul2011-09-201-2/+0
* xhci-mem.c: Check for ring->first_seg != NULLKautuk Consul2011-09-201-10/+12
* xhci: Fix mult base in endpoint bandwidth info.Sarah Sharp2011-09-201-4/+5
* xHCI: refine td allocationAndiry Xu2011-09-091-11/+3
* xhci: Track interval bandwidth tables per port/TT.Sarah Sharp2011-09-091-2/+24
* xhci: Store endpoint bandwidth information.Sarah Sharp2011-09-091-0/+63
* xhci: Store information about roothubs and TTs.Sarah Sharp2011-09-091-1/+131