summaryrefslogtreecommitdiff
path: root/include/linux/dmaengine.h
AgeCommit message (Expand)Author
2021-10-25dmaengine: remove debugfs #ifdefArnd Bergmann
2021-08-29dmaengine: Extend the dma_slave_width for 128 bytesBiju Das
2021-05-31dmaengine: Move kdoc description of struct dma_chan_percpu closer to itAndy Shevchenko
2021-01-13dmaengine: Extend the dmaengine_alignment for 128 and 256 bytesPeter Ujfalusi
2020-12-11dmaengine: Add support for per channel coherency handlingPeter Ujfalusi
2020-12-11dmaengine: of-dma: Add support for optional router configuration callbackPeter Ujfalusi
2020-11-24dmaengine: add peripheral configurationVinod Koul
2020-09-03dmaengine: Mark dma_request_slave_channel() deprecatedPeter Ujfalusi
2020-08-28dmaengine: Remove unused define for dma_request_slave_channel_reason()Peter Ujfalusi
2020-08-07Merge tag 'dmaengine-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-07Merge branch 'topic/xilinx' into fixesVinod Koul
2020-07-27dmaengine: Introduce DMA-device device_caps callbackSerge Semin
2020-07-27dmaengine: Introduce max SG burst capabilitySerge Semin
2020-07-27dmaengine: Introduce min burst length capabilitySerge Semin
2020-07-23Merge tag 'drm-xilinx-dpsub-20200718' of git://linuxtv.org/pinchartl/media in...Dave Airlie
2020-07-18dmaengine: linux/dmaengine.h: drop duplicated word in a commentRandy Dunlap
2020-07-17dmaengine: Add support for repeating transactionsLaurent Pinchart
2020-06-17dmaengine: cookie bypass for out of order completionDave Jiang
2020-06-15dmaengine: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-27dmaengine: fix channel index enumerationDave Jiang
2020-04-15include/linux/dmaengine: Typos fixes in API documentationMaciej Grochowski
2020-03-11dmaengine: Create debug directories for DMA devicesPeter Ujfalusi
2020-03-11dmaengine: Add basic debugfs supportPeter Ujfalusi
2020-03-02dmaengine: consistently return string literal from switch-caseAndy Shevchenko
2020-03-02dmaengine: Drop redundant 'else' keywordAndy Shevchenko
2020-03-02dmaengine: Use negative condition for better readabilityAndy Shevchenko
2020-03-02dmaengine: Refactor dmaengine_check_align() to be bit operations onlyAndy Shevchenko
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