summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-05xhci: The trb_address_map radix tree expects 1KB segment memory aligmentHans de Goede1-4/+5
2014-03-05xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0Hans de Goede1-1/+1
2014-03-05xhci: Remove segments from radix tree on failed insert.Sarah Sharp1-26/+81
2014-03-05xhci: Check size rather then number of streams when allocating stream ctxsHans de Goede1-8/+8
2014-03-05xhci: fix usb3 streamsGerd Hoffmann1-43/+89
2014-01-31Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp1-3/+3
2014-01-30Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp1-4/+4
2013-12-03xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou1-4/+4
2013-12-03xhci: replace xhci_read_64() with readq()Xenia Ragiadakou1-3/+3
2013-12-03xhci: replace xhci_writel() with writel()Xenia Ragiadakou1-3/+3
2013-12-03xhci: replace xhci_readl() with readl()Xenia Ragiadakou1-10/+10
2013-12-03xhci: remove conversion from generic to pci device in xhci_mem.cXenia Ragiadakou1-10/+10
2013-12-03xhci: remove unnecessary check in xhci_free_stream_info()Xenia Ragiadakou1-2/+1
2013-12-03xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bitXenia Ragiadakou1-2/+3
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp1-10/+0
2013-09-24usb: Fix xHCI host issues on remote wakeup.Sarah Sharp1-0/+2
2013-08-19Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman1-0/+1
2013-08-14xhci: trace debug statements related to ring expansionXenia Ragiadakou1-1/+2
2013-08-14xhci: trace debug messages related to driver initialization and unloadXenia Ragiadakou1-42/+68
2013-08-14xhci: add trace for debug messages related to changing contextsXenia Ragiadakou1-1/+3
2013-08-14xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou1-70/+0
2013-07-31usb: xhci: add missing dma-mapping.h includesJames Hogan1-0/+1
2013-06-18xhci: check for failed dma pool allocationMathias Nyman1-0/+4
2013-06-15xhci: remove BUG() in xhci_get_endpoint_type()Mathias Nyman1-5/+9
2013-06-15xhci: Remove BUG in xhci_setup_addressable_virt_devMathias Nyman1-25/+10
2013-06-15xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp1-1/+3
2013-06-15xhci: Remove BUG_ON() in xhci_alloc_container_ctx.Sarah Sharp1-2/+6
2013-06-09Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman1-3/+7
2013-06-06usb: xhci: check usb2 port capabilities before adding hw link PM supportMathias Nyman1-4/+29
2013-05-24xhci: fix list access before initVladimir Murzin1-0/+4
2013-05-24xhci-mem: init list heads at the beginning of initSergio Aguirre1-3/+3
2013-05-15USB: xHCI: override bogus bulk wMaxPacketSize valuesAlan Stern1-8/+9
2013-04-03xhci: Rename SEGMENT_SIZE and SEGMENT_SHIFT as the former is used in a.out.hDavid Howells1-8/+8
2013-03-25usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu1-28/+8
2013-01-04xhci: Handle HS bulk/ctrl endpoints that don't NAK.Sarah Sharp1-0/+2
2012-11-12xhci: fix null-pointer dereference when destroying half-built segment ringsJulius Werner1-2/+7
2012-09-14xHCI: add aborting command ring functionElric Fu1-0/+7
2012-06-14xhci: Don't free endpoints in xhci_mem_cleanup()Takashi Iwai1-21/+14
2012-06-14xhci: Fix invalid loop check in xhci_free_tt_info()Takashi Iwai1-29/+10
2012-05-19xhci: Reserve one command for USB3 LPM disable.Sarah Sharp1-0/+12
2012-05-19xhci: Reset reserved command ring TRBs on cleanup.Sarah Sharp1-0/+1
2012-05-19USB: fix resource leak in xhci power loss pathOliver Neukum1-0/+26
2012-04-11xhci: Don't write zeroed pointers to xHC registers.Sarah Sharp1-7/+2
2012-03-13xHCI: Allocate 2 segments for transfer ringAndiry Xu1-3/+3
2012-03-13xHCI: dynamic ring expansionAndiry Xu1-12/+63
2012-03-13xHCI: set cycle state when allocate ringsAndiry Xu1-18/+38
2012-03-13xHCI: factor out segments allocation and free functionAndiry Xu1-34/+55
2012-03-13xHCI: count free TRBs on transfer ringAndiry Xu1-0/+6
2012-03-13xHCI: store ring's last segment and segment numbersAndiry Xu1-0/+2
2012-03-13xHCI: store ring's typeAndiry Xu1-16/+22