aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-07-21openrisc: use generic dma_noncoherent_opsChristoph Hellwig1-56/+9
2018-07-21openrisc: fix cache maintainance the the sync_single_for_device DMA operationChristoph Hellwig1-23/+19
2018-07-21openrisc: remove the no-op unmap_page and unmap_sg DMA operationsChristoph Hellwig1-23/+0
2018-07-21openrisc: remove the sync_single_for_cpu DMA operationChristoph Hellwig1-15/+0
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-11/+0
2017-11-03openrisc: initial SMP supportStefan Kristiansson1-5/+9
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-12-14arch/openrisc: add option to skip DMA sync as a part of mappingAlexander Duyck1-0/+3
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-11/+10
2012-05-08openrisc: provide dma_map_opsJonas Bonn1-36/+73
2011-09-11Add missing DMA opsJonas Bonn1-1/+27
2011-07-22OpenRISC: DMAJonas Bonn1-0/+191