summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: Fix race related to abort operationOGAWA Hirofumi2017-01-031-0/+1
* xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi2017-01-031-4/+3Star
* xhci: free xhci virtual devices with leaf nodes firstMathias Nyman2017-01-031-2/+36
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-181-5/+5
|\
| * usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi2016-11-031-2/+2
| * usb: host: xhci: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-3/+3
* | usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter2016-11-141-2/+2
* | usb: xhci: remove the use of xhci->addr_devLu Baolu2016-11-141-1/+0Star
* | usb: xhci: cleanup cmd_completion in xhci_virt_deviceLu Baolu2016-11-141-1/+0Star
|/
* xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman2016-06-261-28/+46
* 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