summaryrefslogtreecommitdiff
path: root/include/linux/dmaengine.h
AgeCommit message (Expand)Author
2024-01-30dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEVFrank Li
2023-10-04dmaengine: Remove unused declaration dma_chan_cleanup()Yue Haibing
2023-02-24Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-10dmaengine: Make an order in struct dma_device definitionAndy Shevchenko
2023-01-27dmaengine: Fix dma_slave_config.dst_addr descriptionSerge Semin
2022-06-27dmaengine: remove DMA_MEMCPY_SG once againChristoph Hellwig
2022-04-20dmaengine: Document dmaengine_prep_dma_memsetBen Walker
2022-04-11dmaengine: Remove a useless mutexChristophe JAILLET
2021-12-17Merge tag 'dmaengine_topic_slave_id_removal_5.17' into nextVinod Koul
2021-12-17dmaengine: remove slave_id config fieldArnd Bergmann
2021-11-22dmaengine: Add core function and capability check for DMA_MEMCPY_SGAdrian Larumbe
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