summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sprd-dma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: sprd: Use devm_ioremap_resource() to map memoryBaolin Wang2018-05-091-4/+1Star
* dmaengine: sprd: Fix potential NULL dereference in sprd_dma_probe()Wei Yongjun2018-05-071-0/+2
* dmaengine: sprd: Move DMA request mode and interrupt type into head fileEric Long2018-04-271-51/+1Star
* dmaengine: sprd: Define the DMA data width typeBaolin Wang2018-04-271-3/+11
* dmaengine: sprd: Define the DMA transfer step typeEric Long2018-04-271-6/+13
* dmaengine: sprd: statify 'sprd_dma_prep_dma_memcpy'Vinod Koul2018-01-151-1/+1
* dmaengine: sprd: Add Spreadtrum DMA driverBaolin Wang2017-10-241-0/+988