aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/dmaengine.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-15dmaengine: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-2/+2
2020-04-27dmaengine: fix channel index enumerationDave Jiang1-2/+2
2020-04-15include/linux/dmaengine: Typos fixes in API documentationMaciej Grochowski1-4/+4
2020-03-11dmaengine: Create debug directories for DMA devicesPeter Ujfalusi1-0/+1
2020-03-11dmaengine: Add basic debugfs supportPeter Ujfalusi1-1/+12
2020-03-02dmaengine: consistently return string literal from switch-caseAndy Shevchenko1-3/+1
2020-03-02dmaengine: Drop redundant 'else' keywordAndy Shevchenko1-3/+3
2020-03-02dmaengine: Use negative condition for better readabilityAndy Shevchenko1-17/+18
2020-03-02dmaengine: Refactor dmaengine_check_align() to be bit operations onlyAndy Shevchenko1-8/+1
2020-01-27Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-8/+153
2020-01-24dmaengine: Create symlinks between DMA channels and slavesGeert Uytterhoeven1-0/+4
2020-01-24dmaengine: add support to dynamic register/unregister of channelsDave Jiang1-0/+4
2020-01-21dmaengine: Move dma_get_{,any_}slave_channel() to private dmaengine.hGeert Uytterhoeven1-2/+0
2020-01-21dmaengine: Remove dma_request_slave_channel_compat() wrapperGeert Uytterhoeven1-4/+2
2020-01-21dmaengine: Add helper function to convert direction value to textPeter Ujfalusi1-0/+19
2020-01-21dmaengine: Add support for reporting DMA cached data amountPeter Ujfalusi1-0/+2
2020-01-21dmaengine: Add metadata_ops for dma_async_tx_descriptorPeter Ujfalusi1-0/+112
2019-12-24dmaengine: Add reference counting to dma_device structLogan Gunthorpe1-1/+7
2019-12-24dmaengine: Store module owner in dma_device structLogan Gunthorpe1-0/+2
2019-12-11dmaengine: Fix access to uninitialized dma_slave_capsLukas Wunner1-1/+4
2019-12-10dmaengine: Remove spaces before TABsGeert Uytterhoeven1-1/+1
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+8
2019-05-27dmaengine: Add matching device node validation in __dma_request_channel()Baolin Wang1-4/+8
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner1-13/+1
2018-07-30dmaengine: add a new helper dmaenginem_async_device_registerHuang Shijie1-0/+1
2018-07-09dmaengine: add support for reporting pause and resume separatelyMarek Szyprowski1-1/+4
2018-02-12dmaengine: avoid map_cnt overflow with CONFIG_DMA_ENGINE_RAIDZi Yan1-0/+4
2017-09-21dmaengine: Mark struct dma_slave_caps kernel-doc correctly, clarifyStefan Brüns1-12/+16
2017-09-21dmaengine: List all allowed values for src/dst_addr_width in kernel docStefan Brüns1-1/+1
2017-09-06Merge branch 'topic/dmatest' into for-linusVinod Koul1-19/+0
2017-08-28dmaengine: add DMA_PREP_CMD for non-Data descriptors.Abhishek Sahu1-0/+4
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang1-19/+0
2017-01-31dmaengine: Provide a wrapper for memcpy operationsBoris Brezillon1-0/+11
2016-11-30dmaengine: dma_slave_config: add support for slave port windowPeter Ujfalusi1-0/+8
2016-08-08dmaengine: add support to provide error result from a DMA transationDave Jiang1-0/+16
2016-04-12dmaengine: ensure dmaengine helpers check valid callbackVinod Koul1-1/+19
2016-03-14Merge branch 'topic/pl330' into for-linusVinod Koul1-0/+4
2016-02-22dmaengine: make slave address physicalVinod Koul1-2/+2
2016-02-09dmaengine: core: expose max burst capability to clientsShawn Lin1-0/+4
2016-01-06Merge branch 'topic/async' into for-linusVinod Koul1-0/+92
2016-01-06Merge branch 'topic/univ_api' into for-linusVinod Koul1-7/+44
2015-12-18dmaengine: core: Introduce new, universal API to request a channelPeter Ujfalusi1-7/+44
2015-12-05dmaengine: Add might_sleep() to dmaengine_synchronize()Lars-Peter Clausen1-0/+2
2015-11-16dmaengine: enable DMA_CTRL_REUSERobert Jarzmik1-0/+2
2015-11-16dmaengine: Add transfer termination synchronization supportLars-Peter Clausen1-0/+90
2015-10-04dma: Add support to program MIC x100 status descriptiorsSiva Yerramreddy1-0/+4
2015-08-20dmaengine: Stricter legacy checking in dma_request_slave_channel_compat()Geert Uytterhoeven1-0/+3
2015-08-17dmaengine: Make __dma_request_slave_channel_compat() name argument constantJarkko Nikula1-1/+1
2015-08-17dmaengine: Add DMA_CTRL_REUSEVinod Koul1-0/+40
2015-08-06dmaengine: Add scatter-gathered memsetMaxime Ripard1-0/+5