summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: Fix OOPS in xhci error handling codeAl Cooper2014-09-111-0/+1
* xhci: Fix null pointer dereference if xhci initialization failsMathias Nyman2014-09-111-1/+1
* Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-081-8/+9
|\
| * xhci: rework command timeout and cancellation,Mathias Nyman2014-05-201-7/+7
| * xhci: Use completion and status in global command queueMathias Nyman2014-05-201-1/+0
| * xhci: Add a global command queueMathias Nyman2014-05-201-0/+2
* | xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman2014-05-281-10/+10
|/
* xhci: The trb_address_map radix tree expects 1KB segment memory aligmentHans de Goede2014-03-041-4/+5
* xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0Hans de Goede2014-03-041-1/+1
* xhci: Remove segments from radix tree on failed insert.Sarah Sharp2014-03-041-26/+81
* xhci: Check size rather then number of streams when allocating stream ctxsHans de Goede2014-03-041-8/+8
* xhci: fix usb3 streamsGerd Hoffmann2014-03-041-43/+89
* Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp2014-01-301-3/+3
* Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp2014-01-291-4/+4
* xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou2013-12-021-4/+4
* xhci: replace xhci_read_64() with readq()Xenia Ragiadakou2013-12-021-3/+3
* xhci: replace xhci_writel() with writel()Xenia Ragiadakou2013-12-021-3/+3
* xhci: replace xhci_readl() with readl()Xenia Ragiadakou2013-12-021-10/+10
* xhci: remove conversion from generic to pci device in xhci_mem.cXenia Ragiadakou2013-12-021-10/+10
* xhci: remove unnecessary check in xhci_free_stream_info()Xenia Ragiadakou2013-12-021-2/+1
* xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bitXenia Ragiadakou2013-12-021-2/+3
* usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp2013-10-161-10/+0
* usb: Fix xHCI host issues on remote wakeup.Sarah Sharp2013-09-231-0/+2
* 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
OpenPOWER on IntegriCloud