aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/sprd-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-03dmaengine: sprd: Support DMA link-list modeEric Long1-7/+74
2018-06-08Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-146/+203
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-2/+2
2018-05-29dmaengine: sprd: Add Spreadtrum DMA configurationEric Long1-0/+182
2018-05-29dmaengine: sprd: Optimize the sprd_dma_prep_dma_memcpy()Eric Long1-128/+39
2018-05-17dmaengine: sprd: fix an NULL vs IS_ERR() bugDan Carpenter1-2/+2
2018-05-09dmaengine: sprd: Use devm_ioremap_resource() to map memoryBaolin Wang1-4/+1
2018-05-07dmaengine: sprd: Fix potential NULL dereference in sprd_dma_probe()Wei Yongjun1-0/+2
2018-04-27dmaengine: sprd: Move DMA request mode and interrupt type into head fileEric Long1-51/+1
2018-04-27dmaengine: sprd: Define the DMA data width typeBaolin Wang1-3/+11
2018-04-27dmaengine: sprd: Define the DMA transfer step typeEric Long1-6/+13
2018-01-15dmaengine: sprd: statify 'sprd_dma_prep_dma_memcpy'Vinod Koul1-1/+1
2017-10-24dmaengine: sprd: Add Spreadtrum DMA driverBaolin Wang1-0/+988