summaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: fix channel index enumerationDave Jiang2020-04-271-2/+2
* include/linux/dmaengine: Typos fixes in API documentationMaciej Grochowski2020-04-151-4/+4
* dmaengine: Create debug directories for DMA devicesPeter Ujfalusi2020-03-111-0/+1
* dmaengine: Add basic debugfs supportPeter Ujfalusi2020-03-111-1/+12
* dmaengine: consistently return string literal from switch-caseAndy Shevchenko2020-03-021-3/+1
* dmaengine: Drop redundant 'else' keywordAndy Shevchenko2020-03-021-3/+3
* dmaengine: Use negative condition for better readabilityAndy Shevchenko2020-03-021-17/+18
* dmaengine: Refactor dmaengine_check_align() to be bit operations onlyAndy Shevchenko2020-03-021-8/+1
* Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2020-01-271-8/+153
|\
| * dmaengine: Create symlinks between DMA channels and slavesGeert Uytterhoeven2020-01-241-0/+4
| * dmaengine: add support to dynamic register/unregister of channelsDave Jiang2020-01-241-0/+4
| * dmaengine: Move dma_get_{,any_}slave_channel() to private dmaengine.hGeert Uytterhoeven2020-01-211-2/+0
| * dmaengine: Remove dma_request_slave_channel_compat() wrapperGeert Uytterhoeven2020-01-211-4/+2
| * dmaengine: Add helper function to convert direction value to textPeter Ujfalusi2020-01-211-0/+19
| * dmaengine: Add support for reporting DMA cached data amountPeter Ujfalusi2020-01-211-0/+2
| * dmaengine: Add metadata_ops for dma_async_tx_descriptorPeter Ujfalusi2020-01-211-0/+112
| * dmaengine: Add reference counting to dma_device structLogan Gunthorpe2019-12-241-1/+7
| * dmaengine: Store module owner in dma_device structLogan Gunthorpe2019-12-241-0/+2
| * dmaengine: Remove spaces before TABsGeert Uytterhoeven2019-12-101-1/+1
* | dmaengine: Fix access to uninitialized dma_slave_capsLukas Wunner2019-12-111-1/+4
|/
* Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-171-4/+8
|\
| * dmaengine: Add matching device node validation in __dma_request_channel()Baolin Wang2019-05-271-4/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner2019-05-211-13/+1
|/
* dmaengine: add a new helper dmaenginem_async_device_registerHuang Shijie2018-07-301-0/+1
* dmaengine: add support for reporting pause and resume separatelyMarek Szyprowski2018-07-091-1/+4
* dmaengine: avoid map_cnt overflow with CONFIG_DMA_ENGINE_RAIDZi Yan2018-02-121-0/+4
* dmaengine: Mark struct dma_slave_caps kernel-doc correctly, clarifyStefan Brüns2017-09-211-12/+16
* dmaengine: List all allowed values for src/dst_addr_width in kernel docStefan Brüns2017-09-211-1/+1
* Merge branch 'topic/dmatest' into for-linusVinod Koul2017-09-061-19/+0
|\
| * dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang2017-08-221-19/+0
* | dmaengine: add DMA_PREP_CMD for non-Data descriptors.Abhishek Sahu2017-08-281-0/+4
|/
* dmaengine: Provide a wrapper for memcpy operationsBoris Brezillon2017-01-311-0/+11
* dmaengine: dma_slave_config: add support for slave port windowPeter Ujfalusi2016-11-301-0/+8
* dmaengine: add support to provide error result from a DMA transationDave Jiang2016-08-081-0/+16
* dmaengine: ensure dmaengine helpers check valid callbackVinod Koul2016-04-121-1/+19
* Merge branch 'topic/pl330' into for-linusVinod Koul2016-03-141-0/+4
|\
| * dmaengine: core: expose max burst capability to clientsShawn Lin2016-02-091-0/+4
* | dmaengine: make slave address physicalVinod Koul2016-02-221-2/+2
|/
* Merge branch 'topic/async' into for-linusVinod Koul2016-01-061-0/+92
|\
| * dmaengine: Add might_sleep() to dmaengine_synchronize()Lars-Peter Clausen2015-12-051-0/+2
| * dmaengine: Add transfer termination synchronization supportLars-Peter Clausen2015-11-161-0/+90
* | Merge branch 'topic/univ_api' into for-linusVinod Koul2016-01-061-7/+44
|\ \
| * | dmaengine: core: Introduce new, universal API to request a channelPeter Ujfalusi2015-12-181-7/+44
| |/
* / dmaengine: enable DMA_CTRL_REUSERobert Jarzmik2015-11-161-0/+2
|/
* dma: Add support to program MIC x100 status descriptiorsSiva Yerramreddy2015-10-041-0/+4
* dmaengine: Stricter legacy checking in dma_request_slave_channel_compat()Geert Uytterhoeven2015-08-201-0/+3
* dmaengine: Make __dma_request_slave_channel_compat() name argument constantJarkko Nikula2015-08-171-1/+1
* dmaengine: Add DMA_CTRL_REUSEVinod Koul2015-08-171-0/+40
* dmaengine: Add scatter-gathered memsetMaxime Ripard2015-08-061-0/+5
* dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard2015-08-051-5/+20