aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-4/+4
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig1-6/+0
2019-06-25nds32: use the generic remapping allocator for coherent DMA allocationsChristoph Hellwig1-314/+11
2018-05-29nds32: use generic dma_noncoherent_opsChristoph Hellwig1-102/+11
2018-05-29nds32: implement the unmap_sg DMA operationChristoph Hellwig1-0/+6
2018-05-29nds32: consolidate DMA cache maintainance routinesChristoph Hellwig1-94/+93
2018-02-22nds32: DMA mapping APIGreentime Hu1-0/+477