summaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEVFrank Li2024-01-301-1/+2
* dmaengine: Remove unused declaration dma_chan_cleanup()Yue Haibing2023-10-041-2/+0
* Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-6/+7
|\
| * dmaengine: Make an order in struct dma_device definitionAndy Shevchenko2023-02-101-6/+7
* | dmaengine: Fix dma_slave_config.dst_addr descriptionSerge Semin2023-01-271-1/+1
|/
* dmaengine: remove DMA_MEMCPY_SG once againChristoph Hellwig2022-06-271-20/+0
* dmaengine: Document dmaengine_prep_dma_memsetBen Walker2022-04-201-0/+8
* dmaengine: Remove a useless mutexChristophe JAILLET2022-04-111-1/+0
* Merge tag 'dmaengine_topic_slave_id_removal_5.17' into nextVinod Koul2021-12-171-4/+0
|\
| * dmaengine: remove slave_id config fieldArnd Bergmann2021-12-171-4/+0
* | dmaengine: Add core function and capability check for DMA_MEMCPY_SGAdrian Larumbe2021-11-221-0/+20
|/
* dmaengine: remove debugfs #ifdefArnd Bergmann2021-10-251-2/+0
* dmaengine: Extend the dma_slave_width for 128 bytesBiju Das2021-08-291-1/+2
* dmaengine: Move kdoc description of struct dma_chan_percpu closer to itAndy Shevchenko2021-05-311-6/+5
* dmaengine: Extend the dmaengine_alignment for 128 and 256 bytesPeter Ujfalusi2021-01-131-0/+2
* dmaengine: Add support for per channel coherency handlingPeter Ujfalusi2020-12-111-0/+12
* dmaengine: of-dma: Add support for optional router configuration callbackPeter Ujfalusi2020-12-111-0/+2
* dmaengine: add peripheral configurationVinod Koul2020-11-241-0/+5
* dmaengine: Mark dma_request_slave_channel() deprecatedPeter Ujfalusi2020-09-031-6/+9
* dmaengine: Remove unused define for dma_request_slave_channel_reason()Peter Ujfalusi2020-08-281-2/+0
* Merge tag 'dmaengine-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-071-1/+19
|\
| * Merge branch 'topic/xilinx' into fixesVinod Koul2020-08-071-0/+17
| |\
| * | dmaengine: Introduce DMA-device device_caps callbackSerge Semin2020-07-271-0/+4
| * | dmaengine: Introduce max SG burst capabilitySerge Semin2020-07-271-0/+8
| * | dmaengine: Introduce min burst length capabilitySerge Semin2020-07-271-0/+4
| * | dmaengine: linux/dmaengine.h: drop duplicated word in a commentRandy Dunlap2020-07-181-1/+1
| * | dmaengine: cookie bypass for out of order completionDave Jiang2020-06-171-0/+2
* | | Merge tag 'drm-xilinx-dpsub-20200718' of git://linuxtv.org/pinchartl/media in...Dave Airlie2020-07-231-0/+17
|\ \ \ | | |/ | |/|
| * | dmaengine: Add support for repeating transactionsLaurent Pinchart2020-07-171-0/+17
| |/
* / dmaengine: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-2/+2
|/
* dmaengine: fix channel index enumerationDave Jiang2020-04-271-2/+2
* include/linux/dmaengine: Typos fixes in API documentationMaciej Grochowski2020-04-151-4/+4
* dmaengine: Create debug directories for DMA devicesPeter Ujfalusi2020-03-111-0/+1
* dmaengine: Add basic debugfs supportPeter Ujfalusi2020-03-111-1/+12
* dmaengine: consistently return string literal from switch-caseAndy Shevchenko2020-03-021-3/+1
* dmaengine: Drop redundant 'else' keywordAndy Shevchenko2020-03-021-3/+3
* dmaengine: Use negative condition for better readabilityAndy Shevchenko2020-03-021-17/+18
* dmaengine: Refactor dmaengine_check_align() to be bit operations onlyAndy Shevchenko2020-03-021-8/+1
* Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2020-01-271-8/+153
|\
| * dmaengine: Create symlinks between DMA channels and slavesGeert Uytterhoeven2020-01-241-0/+4
| * dmaengine: add support to dynamic register/unregister of channelsDave Jiang2020-01-241-0/+4
| * dmaengine: Move dma_get_{,any_}slave_channel() to private dmaengine.hGeert Uytterhoeven2020-01-211-2/+0
| * dmaengine: Remove dma_request_slave_channel_compat() wrapperGeert Uytterhoeven2020-01-211-4/+2
| * dmaengine: Add helper function to convert direction value to textPeter Ujfalusi2020-01-211-0/+19
| * dmaengine: Add support for reporting DMA cached data amountPeter Ujfalusi2020-01-211-0/+2
| * dmaengine: Add metadata_ops for dma_async_tx_descriptorPeter Ujfalusi2020-01-211-0/+112
| * dmaengine: Add reference counting to dma_device structLogan Gunthorpe2019-12-241-1/+7
| * dmaengine: Store module owner in dma_device structLogan Gunthorpe2019-12-241-0/+2
| * dmaengine: Remove spaces before TABsGeert Uytterhoeven2019-12-101-1/+1
* | dmaengine: Fix access to uninitialized dma_slave_capsLukas Wunner2019-12-111-1/+4
|/