summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmaengine.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: Cleanups for the slave <-> channel symlink supportPeter Ujfalusi2020-02-031-9/+9
* dmaengine: fix null ptr check for __dma_async_device_channel_register()Dave Jiang2020-02-031-0/+3
* dmaengine: Fix return value for dma_request_chan() in case of failureMarek Szyprowski2020-01-301-1/+1
* dmaengine: Create symlinks between DMA channels and slavesGeert Uytterhoeven2020-01-241-6/+31
* dmaengine: add support to dynamic register/unregister of channelsDave Jiang2020-01-241-8/+26
* dmaengine: break out channel registrationDave Jiang2020-01-241-54/+81
* dmaengine: Remove dma_device_satisfies_mask() wrapperGeert Uytterhoeven2020-01-211-6/+3
* dmaengine: Add metadata_ops for dma_async_tx_descriptorPeter Ujfalusi2020-01-211-0/+73
* dmaengine: print more meaningful error messageVinod Koul2019-12-261-1/+1
* dmaengine: move module_/dma_device_put() after route freeVinod Koul2019-12-261-3/+3
* dmaengine: Add reference counting to dma_device structLogan Gunthorpe2019-12-241-8/+49
* dmaengine: Move dma_channel_rebalance() infrastructure up in codeLogan Gunthorpe2019-12-241-144/+144
* dmaengine: Call module_put() after device_free_chan_resources()Logan Gunthorpe2019-12-241-1/+2
* dmaengine: Store module owner in dma_device structLogan Gunthorpe2019-12-241-1/+3
* Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-171-4/+10
|\
| * dmaengine: Grammar s/the its/its/, s/need/needs/Geert Uytterhoeven2019-06-101-2/+2
| * dmaengine: Add matching device node validation in __dma_request_channel()Baolin Wang2019-05-271-2/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner2019-05-211-13/+1
|/
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+3
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-16/+7
|\
| * dmaengine: Convert to new IDA APIMatthew Wilcox2018-08-211-16/+7
* | dmaengine: add a new helper dmaenginem_async_device_registerHuang Shijie2018-07-301-0/+35
* | dmaengine: dma_request_chan_by_mask() to handle deferred probingPeter Ujfalusi2018-07-251-2/+8
* | dmaengine: add support for reporting pause and resume separatelyMarek Szyprowski2018-07-091-6/+2
|/
* fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2018-06-151-1/+1
* dmaengine: remove BUG_ON while registering devicesVinod Koul2017-08-281-22/+79
* dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang2017-08-221-2/+0
* dmaengine: Fix array index out of bounds warning in __get_unmap_pool()Matthias Kaehlcke2017-03-141-0/+2
* dmaengine: Convert ID allocation to an IDAMatthew Wilcox2017-01-021-10/+11
* dmaengine: device must have at least one channelViresh Kumar2016-08-221-0/+7
* Merge branch 'topic/core' into for-linusVinod Koul2016-05-171-4/+5
|\
| * dmaengine: core: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-141-3/+3
| * dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLICAndy Shevchenko2016-05-121-2/+2
| * dmaengine: add DMA_CYCLIC to dma_get_slave_capsVinod Koul2016-04-051-1/+2
* | dmaengine: core: Revert back to pr_debug in __dma_request_channel()Jarkko Nikula2016-04-131-1/+1
* | dmaengine: core: Use dev_ functions for debug and error printsJarkko Nikula2016-04-041-13/+17
|/
* dmaengine: core: expose max burst capability to clientsShawn Lin2016-02-091-0/+1
* Merge branch 'topic/async' into for-linusVinod Koul2016-01-061-1/+4
|\
| * dmaengine: Add transfer termination synchronization supportLars-Peter Clausen2015-11-161-1/+4
* | Merge branch 'topic/univ_api' into for-linusVinod Koul2016-01-061-52/+120
|\ \
| * | dmaengine: core: Introduce new, universal API to request a channelPeter Ujfalusi2015-12-181-12/+77
| * | dmaengine: core: Move and merge the code paths using private_candidatePeter Ujfalusi2015-12-181-39/+42
| * | dmaengine: core: Skip mask matching when it is not provided to private_candidatePeter Ujfalusi2015-12-181-1/+1
| |/
* | dmaengine: enable DMA_CTRL_REUSERobert Jarzmik2015-11-161-0/+1
|/
* Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-11-101-4/+2
|\
| * dmaengine: drop null test before destroy functionsJulia Lawall2015-09-211-4/+2
* | dmaengine: fix balance of privatecntPeter Ujfalusi2015-09-301-1/+9
|/
* dmaengine: fix balance of privatecnt inc/dec operationsRobert Baldyga2015-08-171-0/+4
* Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-06-291-2/+11
|\
| * Merge branch 'topic/omap' into for-linusVinod Koul2015-06-251-0/+7
| |\
OpenPOWER on IntegriCloud