summaryrefslogtreecommitdiff
path: root/drivers/dma/of-dma.c
AgeCommit message (Expand)Author
2021-07-28dmaengine: of-dma: router_xlate to return -EPROBE_DEFER if controller is not ...Peter Ujfalusi
2020-12-11dmaengine: of-dma: Add support for optional router configuration callbackPeter Ujfalusi
2020-08-17dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handlingPeter Ujfalusi
2020-07-15dmaengine: of-dma: Fix misspellings/formatting issues in some function headersLee Jones
2020-01-21dmaengine: Move dma_get_{,any_}slave_channel() to private dmaengine.hGeert Uytterhoeven
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-27dmaengine: Add matching device node validation in __dma_request_channel()Baolin Wang
2017-07-19dmaengine: Convert to using %pOF instead of full_nameRob Herring
2016-05-14dmaengine: of_dma: approximate an average distributionNiklas Söderlund
2015-05-09dmaengine: of_dma: Support for DMA routersPeter Ujfalusi
2015-03-07dmaengine: export symbol of of_dma_request_slave_channel()Kuninori Morimoto
2015-01-25dmaengine: of: bail out early if "dmas" property is not presentWolfram Sang
2014-07-26dmaengine: of: add common xlate function for matching by channel idAlexander Popov
2013-12-10dma: add channel request API that supports deferred probeStephen Warren
2013-08-19dma: of: make error message more meaningful by adding the node nameLothar Waßmann
2013-06-12dma: of: Remove check on always true conditionLars-Peter Clausen
2013-06-12dma: of: Remove restriction that #dma-cells can't be 0Lars-Peter Clausen
2013-05-02dma:of: Use a mutex to protect the of_dma_listLars-Peter Clausen
2013-05-02dma: of: Fix of_node reference leakLars-Peter Clausen
2013-04-15dma: of: Remove unnecessary list_empty checkLars-Peter Clausen
2013-04-15DMA: OF: Check properties value before running be32_to_cpup() on itViresh Kumar
2013-04-15DMA: of: Constant namesMarkus Pargmann
2013-02-14dma: of-dma: protect list write operation by spin_lockAndy Shevchenko
2013-02-14dma: of-dma.c: fix memory leakageCong Ding
2013-02-13dmaengine: move drivers/of/dma.c -> drivers/dma/of-dma.cVinod Koul