aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/of-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-11dmaengine: of-dma: Add support for optional router configuration callbackPeter Ujfalusi1-0/+10
2020-08-17dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handlingPeter Ujfalusi1-4/+4
2020-07-15dmaengine: of-dma: Fix misspellings/formatting issues in some function headersLee Jones1-4/+4
2020-01-21dmaengine: Move dma_get_{,any_}slave_channel() to private dmaengine.hGeert Uytterhoeven1-0/+2
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-27dmaengine: Add matching device node validation in __dma_request_channel()Baolin Wang1-2/+2
2017-07-19dmaengine: Convert to using %pOF instead of full_nameRob Herring1-4/+4
2016-05-14dmaengine: of_dma: approximate an average distributionNiklas Söderlund1-2/+10
2015-05-09dmaengine: of_dma: Support for DMA routersPeter Ujfalusi1-0/+89
2015-03-07dmaengine: export symbol of of_dma_request_slave_channel()Kuninori Morimoto1-0/+1
2015-01-25dmaengine: of: bail out early if "dmas" property is not presentWolfram Sang1-0/+4
2014-07-26dmaengine: of: add common xlate function for matching by channel idAlexander Popov1-0/+35
2013-12-10dma: add channel request API that supports deferred probeStephen Warren1-6/+9
2013-08-19dma: of: make error message more meaningful by adding the node nameLothar Waßmann1-1/+2
2013-06-12dma: of: Remove check on always true conditionLars-Peter Clausen1-13/+1
2013-06-12dma: of: Remove restriction that #dma-cells can't be 0Lars-Peter Clausen1-7/+4
2013-05-02dma:of: Use a mutex to protect the of_dma_listLars-Peter Clausen1-56/+20
2013-05-02dma: of: Fix of_node reference leakLars-Peter Clausen1-5/+6
2013-04-15dma: of: Remove unnecessary list_empty checkLars-Peter Clausen1-5/+0
2013-04-15DMA: OF: Check properties value before running be32_to_cpup() on itViresh Kumar1-2/+6
2013-04-15DMA: of: Constant namesMarkus Pargmann1-3/+3
2013-02-14dma: of-dma: protect list write operation by spin_lockAndy Shevchenko1-0/+2
2013-02-14dma: of-dma.c: fix memory leakageCong Ding1-0/+1
2013-02-13dmaengine: move drivers/of/dma.c -> drivers/dma/of-dma.cVinod Koul1-0/+264