summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmaengine.c
AgeCommit message (Expand)AuthorLines
2024-08-29dmaengine: avoid non-constant format stringArnd Bergmann-1/+1
2024-06-11dmaengine: add channel device name to channel registrationAmelie Delaunay-6/+10
2023-12-21dmaengine: fix NULL pointer in channel unregistration functionAmelie Delaunay-0/+3
2023-08-21dmaengine: Simplify dma_async_device_register()Yajun Deng-62/+20
2023-03-17dmaengine: Actually use devm_add_action_or_reset()Andy Shevchenko-1/+1
2023-02-24Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-19/+7
2023-02-10dmaengine: Simplify dmaenginem_async_device_register() functionAndy Shevchenko-16/+4
2023-02-10dmaengine: use sysfs_emit() to instead of scnprintf()Andy Shevchenko-3/+3
2023-01-18dmaengine: Fix double increment of client_count in dma_chan_get()Koba Ko-3/+4
2022-06-27dmaengine: remove DMA_MEMCPY_SG once againChristoph Hellwig-7/+0
2022-04-11dmaengine: Remove a useless mutexChristophe JAILLET-7/+0
2021-11-22dmaengine: Add core function and capability check for DMA_MEMCPY_SGAdrian Larumbe-0/+7
2021-10-18dmaengine: Remove redundant initialization of variable errColin Ian King-2/+1
2021-04-12dmaengine: Fix a double free in dma_async_device_registerLv Yunlong-0/+1
2021-01-19dmaengine: move channel device_node deletion to driverDave Jiang-1/+0
2020-11-18dmaengine: fix error codes in channel_register()Dan Carpenter-8/+9
2020-09-03dmaengine: Save few bytes and increase readability of dma_request_chan()Andy Shevchenko-2/+4
2020-09-03dmaengine: Mark dma_request_slave_channel() deprecatedPeter Ujfalusi-18/+0
2020-07-27dmaengine: Introduce DMA-device device_caps callbackSerge Semin-0/+10
2020-07-27dmaengine: Introduce max SG burst capabilitySerge Semin-0/+1
2020-07-27dmaengine: Introduce min burst length capabilitySerge Semin-0/+1
2020-06-10Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-46/+52
2020-05-04dmaengine: Fix doc strings to satisfy validation scriptAndy Shevchenko-46/+50
2020-05-04dmaengine: Include dmaengine.h into dmaengine.cAndy Shevchenko-0/+2
2020-04-27dmaengine: fix channel index enumerationDave Jiang-34/+26
2020-04-02Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-1/+101
2020-03-11dmaengine: Create debug directories for DMA devicesPeter Ujfalusi-1/+27
2020-03-11dmaengine: Add basic debugfs supportPeter Ujfalusi-1/+75
2020-03-11dmaengine: move .device_release missing log warning to debug levelVinod Koul-1/+1
2020-02-03dmaengine: Cleanups for the slave <-> channel symlink supportPeter Ujfalusi-9/+9
2020-02-03dmaengine: fix null ptr check for __dma_async_device_channel_register()Dave Jiang-0/+3
2020-01-30dmaengine: Fix return value for dma_request_chan() in case of failureMarek Szyprowski-1/+1
2020-01-24dmaengine: Create symlinks between DMA channels and slavesGeert Uytterhoeven-6/+31
2020-01-24dmaengine: add support to dynamic register/unregister of channelsDave Jiang-8/+26
2020-01-24dmaengine: break out channel registrationDave Jiang-54/+81
2020-01-21dmaengine: Remove dma_device_satisfies_mask() wrapperGeert Uytterhoeven-6/+3
2020-01-21dmaengine: Add metadata_ops for dma_async_tx_descriptorPeter Ujfalusi-0/+73
2019-12-26dmaengine: print more meaningful error messageVinod Koul-1/+1
2019-12-26dmaengine: move module_/dma_device_put() after route freeVinod Koul-3/+3
2019-12-24dmaengine: Add reference counting to dma_device structLogan Gunthorpe-8/+49
2019-12-24dmaengine: Move dma_channel_rebalance() infrastructure up in codeLogan Gunthorpe-144/+144
2019-12-24dmaengine: Call module_put() after device_free_chan_resources()Logan Gunthorpe-1/+2
2019-12-24dmaengine: Store module owner in dma_device structLogan Gunthorpe-1/+3
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-4/+10
2019-06-10dmaengine: Grammar s/the its/its/, s/need/needs/Geert Uytterhoeven-2/+2
2019-05-27dmaengine: Add matching device node validation in __dma_request_channel()Baolin Wang-2/+8
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner-13/+1
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual-1/+3
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-16/+7
2018-08-21dmaengine: Convert to new IDA APIMatthew Wilcox-16/+7