summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmaengine.c
AgeCommit message (Expand)Author
2020-04-27dmaengine: fix channel index enumerationDave Jiang
2020-04-02Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2020-03-11dmaengine: Create debug directories for DMA devicesPeter Ujfalusi
2020-03-11dmaengine: Add basic debugfs supportPeter Ujfalusi
2020-03-11dmaengine: move .device_release missing log warning to debug levelVinod Koul
2020-02-03dmaengine: Cleanups for the slave <-> channel symlink supportPeter Ujfalusi
2020-02-03dmaengine: fix null ptr check for __dma_async_device_channel_register()Dave Jiang
2020-01-30dmaengine: Fix return value for dma_request_chan() in case of failureMarek Szyprowski
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-24dmaengine: break out channel registrationDave Jiang
2020-01-21dmaengine: Remove dma_device_satisfies_mask() wrapperGeert Uytterhoeven
2020-01-21dmaengine: Add metadata_ops for dma_async_tx_descriptorPeter Ujfalusi
2019-12-26dmaengine: print more meaningful error messageVinod Koul
2019-12-26dmaengine: move module_/dma_device_put() after route freeVinod Koul
2019-12-24dmaengine: Add reference counting to dma_device structLogan Gunthorpe
2019-12-24dmaengine: Move dma_channel_rebalance() infrastructure up in codeLogan Gunthorpe
2019-12-24dmaengine: Call module_put() after device_free_chan_resources()Logan Gunthorpe
2019-12-24dmaengine: Store module owner in dma_device structLogan Gunthorpe
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-06-10dmaengine: Grammar s/the its/its/, s/need/needs/Geert Uytterhoeven
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
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-08-21dmaengine: Convert to new IDA APIMatthew Wilcox
2018-07-30dmaengine: add a new helper dmaenginem_async_device_registerHuang Shijie
2018-07-25dmaengine: dma_request_chan_by_mask() to handle deferred probingPeter Ujfalusi
2018-07-09dmaengine: add support for reporting pause and resume separatelyMarek Szyprowski
2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab
2017-08-28dmaengine: remove BUG_ON while registering devicesVinod Koul
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang
2017-03-14dmaengine: Fix array index out of bounds warning in __get_unmap_pool()Matthias Kaehlcke
2017-01-02dmaengine: Convert ID allocation to an IDAMatthew Wilcox
2016-08-22dmaengine: device must have at least one channelViresh Kumar
2016-05-17Merge branch 'topic/core' into for-linusVinod Koul
2016-05-14dmaengine: core: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-05-12dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLICAndy Shevchenko
2016-04-13dmaengine: core: Revert back to pr_debug in __dma_request_channel()Jarkko Nikula
2016-04-05dmaengine: add DMA_CYCLIC to dma_get_slave_capsVinod Koul
2016-04-04dmaengine: core: Use dev_ functions for debug and error printsJarkko Nikula
2016-02-09dmaengine: core: expose max burst capability to clientsShawn Lin
2016-01-06Merge branch 'topic/async' into for-linusVinod Koul
2016-01-06Merge branch 'topic/univ_api' into for-linusVinod Koul
2015-12-18dmaengine: core: Introduce new, universal API to request a channelPeter Ujfalusi
2015-12-18dmaengine: core: Move and merge the code paths using private_candidatePeter Ujfalusi
2015-12-18dmaengine: core: Skip mask matching when it is not provided to private_candidatePeter Ujfalusi
2015-11-16dmaengine: enable DMA_CTRL_REUSERobert Jarzmik
2015-11-16dmaengine: Add transfer termination synchronization supportLars-Peter Clausen
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds