aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/sprd-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-23dmaengine: sprd: Set request pending flag when DMA controller is activeZhenfang Wang1-0/+24
2020-02-19dmaengine: sprd: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-11-14dmaengine: sprd: Add wrap address support for link-list modeEric Long1-0/+13
2019-11-14Merge branch 'fixes' into nextVinod Koul1-2/+25
2019-10-15dmaengine: sprd: Fix the possible memory leak issueBaolin Wang1-0/+15
2019-10-15dmaengine: sprd: Change to use devm_platform_ioremap_resource()Baolin Wang1-3/+1
2019-10-14dmaengine: sprd: Fix the link-list pointer register configuration issueZhenfang Wang1-2/+10
2019-09-04dmaengine: sprd: Fix the DMA link-list configurationBaolin Wang1-2/+8
2019-05-21dmaengine: sprd: Add interrupt support for 2-stage transferBaolin Wang1-1/+21
2019-05-21dmaengine: sprd: Fix the right place to configure 2-stage transferEric Long1-6/+6
2019-05-21dmaengine: sprd: Fix block length overflowEric Long1-1/+1
2019-05-21dmaengine: sprd: Fix the incorrect start for 2-stage destination channelsEric Long1-1/+3
2019-05-21dmaengine: sprd: Add validation of current descriptor in irq handlerBaolin Wang1-2/+7
2019-05-21dmaengine: sprd: Fix the possible crash when getting descriptor statusBaolin Wang1-1/+1
2019-02-25dmaengine: sprd: Change channel id to slave id for DMA cell specifierBaolin Wang1-15/+4
2018-12-05dmaengine: sprd: Add me as one of the module authorsEric Long1-0/+1
2018-12-05dmaengine: sprd: Support DMA 2-stage transfer modeEric Long1-1/+97
2018-12-05dmaengine: sprd: Support DMA link-list cyclic callbackEric Long1-11/+14
2018-12-05dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma channelEric Long1-0/+1
2018-12-05dmaengine: sprd: Fix the last link-list configurationEric Long1-1/+2
2018-12-05dmaengine: sprd: Get transfer residue depending on the transfer directionEric Long1-1/+20
2018-12-05dmaengine: sprd: Remove direction usage from struct dma_slave_configBaolin Wang1-3/+0
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