aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-25dmaengine: remove debugfs #ifdefArnd Bergmann1-2/+0
2021-08-29dmaengine: Extend the dma_slave_width for 128 bytesBiju Das1-1/+2
2021-05-31dmaengine: Move kdoc description of struct dma_chan_percpu closer to itAndy Shevchenko1-6/+5
2021-01-13dmaengine: Extend the dmaengine_alignment for 128 and 256 bytesPeter Ujfalusi1-0/+2
2020-12-11dmaengine: Add support for per channel coherency handlingPeter Ujfalusi1-0/+12
2020-12-11dmaengine: of-dma: Add support for optional router configuration callbackPeter Ujfalusi1-0/+2
2020-11-24dmaengine: add peripheral configurationVinod Koul1-0/+5
2020-09-03dmaengine: Mark dma_request_slave_channel() deprecatedPeter Ujfalusi1-6/+9
2020-08-28dmaengine: Remove unused define for dma_request_slave_channel_reason()Peter Ujfalusi1-2/+0
2020-08-07Merge tag 'dmaengine-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds1-1/+19
2020-08-07Merge branch 'topic/xilinx' into fixesVinod Koul1-0/+17
2020-07-27dmaengine: Introduce DMA-device device_caps callbackSerge Semin1-0/+4
2020-07-27dmaengine: Introduce max SG burst capabilitySerge Semin1-0/+8
2020-07-27dmaengine: Introduce min burst length capabilitySerge Semin1-0/+4
2020-07-23Merge tag 'drm-xilinx-dpsub-20200718' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie1-0/+17
2020-07-18dmaengine: linux/dmaengine.h: drop duplicated word in a commentRandy Dunlap1-1/+1
2020-07-17dmaengine: Add support for repeating transactionsLaurent Pinchart1-0/+17
2020-06-17dmaengine: cookie bypass for out of order completionDave Jiang1-0/+2
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