aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmaengine.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+10
2019-06-10dmaengine: Grammar s/the its/its/, s/need/needs/Geert Uytterhoeven1-2/+2
2019-05-27dmaengine: Add matching device node validation in __dma_request_channel()Baolin Wang1-2/+8
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner1-13/+1
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-1/+3
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-16/+7
2018-08-21dmaengine: Convert to new IDA APIMatthew Wilcox1-16/+7
2018-07-30dmaengine: add a new helper dmaenginem_async_device_registerHuang Shijie1-0/+35
2018-07-25dmaengine: dma_request_chan_by_mask() to handle deferred probingPeter Ujfalusi1-2/+8
2018-07-09dmaengine: add support for reporting pause and resume separatelyMarek Szyprowski1-6/+2
2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab1-1/+1
2017-08-28dmaengine: remove BUG_ON while registering devicesVinod Koul1-22/+79
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang1-2/+0
2017-03-14dmaengine: Fix array index out of bounds warning in __get_unmap_pool()Matthias Kaehlcke1-0/+2
2017-01-02dmaengine: Convert ID allocation to an IDAMatthew Wilcox1-10/+11
2016-08-22dmaengine: device must have at least one channelViresh Kumar1-0/+7
2016-05-17Merge branch 'topic/core' into for-linusVinod Koul1-4/+5
2016-05-14dmaengine: core: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-3/+3
2016-05-12dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLICAndy Shevchenko1-2/+2
2016-04-13dmaengine: core: Revert back to pr_debug in __dma_request_channel()Jarkko Nikula1-1/+1
2016-04-05dmaengine: add DMA_CYCLIC to dma_get_slave_capsVinod Koul1-1/+2
2016-04-04dmaengine: core: Use dev_ functions for debug and error printsJarkko Nikula1-13/+17
2016-02-09dmaengine: core: expose max burst capability to clientsShawn Lin1-0/+1
2016-01-06Merge branch 'topic/async' into for-linusVinod Koul1-1/+4
2016-01-06Merge branch 'topic/univ_api' into for-linusVinod Koul1-52/+120
2015-12-18dmaengine: core: Introduce new, universal API to request a channelPeter Ujfalusi1-12/+77
2015-12-18dmaengine: core: Move and merge the code paths using private_candidatePeter Ujfalusi1-39/+42
2015-12-18dmaengine: core: Skip mask matching when it is not provided to private_candidatePeter Ujfalusi1-1/+1
2015-11-16dmaengine: enable DMA_CTRL_REUSERobert Jarzmik1-0/+1
2015-11-16dmaengine: Add transfer termination synchronization supportLars-Peter Clausen1-1/+4
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+2
2015-09-30dmaengine: fix balance of privatecntPeter Ujfalusi1-1/+9
2015-09-21dmaengine: drop null test before destroy functionsJulia Lawall1-4/+2
2015-08-17dmaengine: fix balance of privatecnt inc/dec operationsRobert Baldyga1-0/+4
2015-06-29Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+11
2015-06-25Merge branch 'topic/omap' into for-linusVinod Koul1-0/+7
2015-06-12dmaengine: Revert "drivers/dma: remove unused support for MEMSET operations"Maxime Ripard1-0/+2
2015-06-12dmaengine: Fix choppy sound because of unimplemented resumeKrzysztof Kozlowski1-1/+5
2015-06-02dmaengine: fix kernel-doc documentationStefan Agner1-2/+2
2015-05-09dmaengine: of_dma: Support for DMA routersPeter Ujfalusi1-0/+7
2015-04-29dmaengine: increment privatecnt when using dma_get_any_slave_channelChristopher Freeman1-0/+4
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-18/+0
2015-04-11Revert "dmaengine: Add a warning for drivers not using the generic slave caps retrieval"Linus Torvalds1-3/+0
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula1-4/+0
2015-03-05dmaengine: Remove net_dma_find_channelMaxime Ripard1-14/+0
2015-01-18dmaengine: Move dma_get_slave_caps() implementation to dmaengine.cLaurent Pinchart1-0/+33
2014-12-22dmaengine: Add a warning for drivers not using the generic slave caps retrievalMaxime Ripard1-0/+3
2014-12-22dmaengine: Remove the need to declare device_controlMaxime Ripard1-2/+0
2014-12-22dmaengine: Make channel allocation callbacks optionalMaxime Ripard1-7/+11
2014-12-22dmaengine: Rework dma_chan_getMaxime Ripard1-17/+19