aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h
AgeCommit message (Expand)Author
2020-05-06dmaengine: fix channel index enumerationDave Jiang
2020-01-27Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2020-01-24dmaengine: Create symlinks between DMA channels and slavesGeert Uytterhoeven
2020-01-24dmaengine: add support to dynamic register/unregister of channelsDave Jiang
2020-01-21dmaengine: Move dma_get_{,any_}slave_channel() to private dmaengine.hGeert Uytterhoeven
2020-01-21dmaengine: Remove dma_request_slave_channel_compat() wrapperGeert Uytterhoeven
2020-01-21dmaengine: Add helper function to convert direction value to textPeter Ujfalusi
2020-01-21dmaengine: Add support for reporting DMA cached data amountPeter Ujfalusi
2020-01-21dmaengine: Add metadata_ops for dma_async_tx_descriptorPeter Ujfalusi
2019-12-24dmaengine: Add reference counting to dma_device structLogan Gunthorpe
2019-12-24dmaengine: Store module owner in dma_device structLogan Gunthorpe
2019-12-11dmaengine: Fix access to uninitialized dma_slave_capsLukas Wunner
2019-12-10dmaengine: Remove spaces before TABsGeert Uytterhoeven
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-05-27dmaengine: Add matching device node validation in __dma_request_channel()Baolin Wang
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner
2018-07-30dmaengine: add a new helper dmaenginem_async_device_registerHuang Shijie
2018-07-09dmaengine: add support for reporting pause and resume separatelyMarek Szyprowski
2018-02-12dmaengine: avoid map_cnt overflow with CONFIG_DMA_ENGINE_RAIDZi Yan
2017-09-21dmaengine: Mark struct dma_slave_caps kernel-doc correctly, clarifyStefan Brüns
2017-09-21dmaengine: List all allowed values for src/dst_addr_width in kernel docStefan Brüns
2017-09-06Merge branch 'topic/dmatest' into for-linusVinod Koul
2017-08-28dmaengine: add DMA_PREP_CMD for non-Data descriptors.Abhishek Sahu
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang
2017-01-31dmaengine: Provide a wrapper for memcpy operationsBoris Brezillon
2016-11-30dmaengine: dma_slave_config: add support for slave port windowPeter Ujfalusi
2016-08-08dmaengine: add support to provide error result from a DMA transationDave Jiang
2016-04-12dmaengine: ensure dmaengine helpers check valid callbackVinod Koul
2016-03-14Merge branch 'topic/pl330' into for-linusVinod Koul
2016-02-22dmaengine: make slave address physicalVinod Koul
2016-02-09dmaengine: core: expose max burst capability to clientsShawn Lin
2016-01-06Merge branch 'topic/async' into for-linusVinod Koul
2016-01-06Merge branch 'topic/univ_api' into for-linusVinod Koul
2015-12-18dmaengine: core: Introduce new, universal API to request a channelPeter Ujfalusi
2015-12-05dmaengine: Add might_sleep() to dmaengine_synchronize()Lars-Peter Clausen
2015-11-16dmaengine: enable DMA_CTRL_REUSERobert Jarzmik
2015-11-16dmaengine: Add transfer termination synchronization supportLars-Peter Clausen
2015-10-04dma: Add support to program MIC x100 status descriptiorsSiva Yerramreddy
2015-08-20dmaengine: Stricter legacy checking in dma_request_slave_channel_compat()Geert Uytterhoeven
2015-08-17dmaengine: Make __dma_request_slave_channel_compat() name argument constantJarkko Nikula
2015-08-17dmaengine: Add DMA_CTRL_REUSEVinod Koul
2015-08-06dmaengine: Add scatter-gathered memsetMaxime Ripard
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard
2015-06-25Merge branch 'topic/xdmac' into for-linusVinod Koul
2015-06-25Merge branch 'topic/omap' into for-linusVinod Koul
2015-06-25Merge branch 'topic/core' into for-linusVinod Koul
2015-06-12dmaengine: Revert "drivers/dma: remove unused support for MEMSET operations"Maxime Ripard
2015-06-12dmaengine: Move icg helpers to global headerMaxime Ripard
2015-05-18dmaengine: Support different source and destination strideMaxime Ripard
2015-05-09dmaengine: of_dma: Support for DMA routersPeter Ujfalusi