summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/dma.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-1/+1
* openrisc: use generic dma_noncoherent_opsChristoph Hellwig2018-07-211-56/+9
* openrisc: fix cache maintainance the the sync_single_for_device DMA operationChristoph Hellwig2018-07-211-23/+19
* openrisc: remove the no-op unmap_page and unmap_sg DMA operationsChristoph Hellwig2018-07-211-23/+0
* openrisc: remove the sync_single_for_cpu DMA operationChristoph Hellwig2018-07-211-15/+0
* dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-11/+0
* openrisc: initial SMP supportStefan Kristiansson2017-11-031-5/+9
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* arch/openrisc: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-0/+3
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-11/+10
* openrisc: provide dma_map_opsJonas Bonn2012-05-081-36/+73
* Add missing DMA opsJonas Bonn2011-09-111-1/+27
* OpenRISC: DMAJonas Bonn2011-07-221-0/+191