summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/dma.c
AgeCommit message (Expand)AuthorLines
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig-10/+12
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig-0/+1
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-13/+9
2019-06-25openrisc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig-13/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig-1/+1
2018-07-21openrisc: use generic dma_noncoherent_opsChristoph Hellwig-56/+9
2018-07-21openrisc: fix cache maintainance the the sync_single_for_device DMA operationChristoph Hellwig-23/+19
2018-07-21openrisc: remove the no-op unmap_page and unmap_sg DMA operationsChristoph Hellwig-23/+0
2018-07-21openrisc: remove the sync_single_for_cpu DMA operationChristoph Hellwig-15/+0
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig-11/+0
2017-11-03openrisc: initial SMP supportStefan Kristiansson-5/+9
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche-1/+1
2016-12-14arch/openrisc: add option to skip DMA sync as a part of mappingAlexander Duyck-0/+3
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski-11/+10
2012-05-08openrisc: provide dma_map_opsJonas Bonn-36/+73
2011-09-11Add missing DMA opsJonas Bonn-1/+27
2011-07-22OpenRISC: DMAJonas Bonn-0/+191