summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/dma.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-131-13/+9Star
|\
| * openrisc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig2019-06-251-13/+9Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-1/+1
* openrisc: use generic dma_noncoherent_opsChristoph Hellwig2018-07-211-56/+9Star
* openrisc: fix cache maintainance the the sync_single_for_device DMA operationChristoph Hellwig2018-07-211-23/+19Star
* openrisc: remove the no-op unmap_page and unmap_sg DMA operationsChristoph Hellwig2018-07-211-23/+0Star
* openrisc: remove the sync_single_for_cpu DMA operationChristoph Hellwig2018-07-211-15/+0Star
* dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-11/+0Star
* 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-151-0/+3
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-11/+10Star
* 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