summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu2016-04-131-0/+6
* xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpointsMathias Nyman2016-02-151-2/+11
* xhci: refactor and cleanup endpoint initialization.Mathias Nyman2016-02-151-94/+67Star
* xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devicesMathias Nyman2016-02-031-0/+3
* xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman2016-02-031-3/+6
* usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar2015-12-011-4/+2Star
* xhci: rework xhci extended capability list parsing functionsMathias Nyman2015-12-011-46/+27Star
* xhci: use debug level when printing out interval rounding messagesMathias Nyman2015-12-011-1/+1
* xhci: drop null test before destroy functionsJulia Lawall2015-10-041-8/+4Star
* xhci: parse xhci protocol speed ID list for usb 3.1 usageMathias Nyman2015-10-041-1/+37
* xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman2015-09-221-6/+5Star
* xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2015-09-221-3/+3
* drivers/usb: Delete XHCI command timer if necessaryGavin Shan2015-08-031-1/+2
* usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP2015-07-221-1/+1
* xhci: clean up work to remove unused parameters for functions in xhci-mem.cLin Wang2015-01-091-12/+9Star
* xhci-mem: Use setup_timerJulia Lawall2015-01-091-6/+4Star
* xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...Hans de Goede2014-09-241-1/+3
* 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/+0Star
| * 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-051-4/+5
* xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0Hans de Goede2014-03-051-1/+1
* xhci: Remove segments from radix tree on failed insert.Sarah Sharp2014-03-051-26/+81
* xhci: Check size rather then number of streams when allocating stream ctxsHans de Goede2014-03-051-8/+8
* xhci: fix usb3 streamsGerd Hoffmann2014-03-051-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-301-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/+1Star
* 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/+0Star
* usb: Fix xHCI host issues on remote wakeup.Sarah Sharp2013-09-241-0/+2
* Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman2013-08-191-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-141-1/+2
* | xhci: trace debug messages related to driver initialization and unloadXenia Ragiadakou2013-08-141-42/+68
* | xhci: add trace for debug messages related to changing contextsXenia Ragiadakou2013-08-141-1/+3
* | xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou2013-08-141-70/+0Star
|/
* 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/+10Star
* xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp2013-06-141-1/+3