summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sprd-dma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: sprd: Add interrupt support for 2-stage transferBaolin Wang2019-05-211-1/+21
* dmaengine: sprd: Fix the right place to configure 2-stage transferEric Long2019-05-211-6/+6
* dmaengine: sprd: Fix block length overflowEric Long2019-05-211-1/+1
* dmaengine: sprd: Fix the incorrect start for 2-stage destination channelsEric Long2019-05-211-1/+3
* dmaengine: sprd: Add validation of current descriptor in irq handlerBaolin Wang2019-05-211-2/+7
* dmaengine: sprd: Fix the possible crash when getting descriptor statusBaolin Wang2019-05-211-1/+1
* dmaengine: sprd: Change channel id to slave id for DMA cell specifierBaolin Wang2019-02-251-15/+4Star
* dmaengine: sprd: Add me as one of the module authorsEric Long2018-12-051-0/+1
* dmaengine: sprd: Support DMA 2-stage transfer modeEric Long2018-12-051-1/+97
* dmaengine: sprd: Support DMA link-list cyclic callbackEric Long2018-12-051-11/+14
* dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma channelEric Long2018-12-051-0/+1
* dmaengine: sprd: Fix the last link-list configurationEric Long2018-12-051-1/+2
* dmaengine: sprd: Get transfer residue depending on the transfer directionEric Long2018-12-051-1/+20
* dmaengine: sprd: Remove direction usage from struct dma_slave_configBaolin Wang2018-12-051-3/+0Star
* dmaengine: sprd: Support DMA link-list modeEric Long2018-09-031-7/+74
* Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-06-081-146/+203
|\
| * dmaengine: sprd: Add Spreadtrum DMA configurationEric Long2018-05-291-0/+182
| * dmaengine: sprd: Optimize the sprd_dma_prep_dma_memcpy()Eric Long2018-05-291-128/+39Star
| * dmaengine: sprd: fix an NULL vs IS_ERR() bugDan Carpenter2018-05-171-2/+2
| * 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
* | treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-2/+2
|/
* 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