summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel/dma.c
AgeCommit message (Expand)AuthorLines
2021-08-19hexagon: use the generic global coherent poolChristoph Hellwig-46/+11
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig-1/+1
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner-14/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+1
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-135/+8
2018-09-10arch/hexagon: fix kernel/dma.c build warningRandy Dunlap-1/+1
2018-09-08hexagon: use generic dma_noncoherent_opsChristoph Hellwig-140/+8
2018-09-08hexagon: implement the sync_sg_for_device DMA operationChristoph Hellwig-0/+13
2018-09-08hexagon: remove the sync_single_for_cpu DMA operationChristoph Hellwig-8/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig-1/+0
2018-01-10hexagon: use the generic dma_capable helperChristoph Hellwig-0/+1
2017-06-28hexagon: remove arch-specific dma_supported implementationChristoph Hellwig-9/+0
2017-06-28hexagon: switch to use ->mapping_error for error reportingChristoph Hellwig-3/+9
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche-2/+2
2016-12-14arch/hexagon: Add option to skip DMA sync as a part of mappingAlexander Duyck-1/+5
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski-4/+4
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig-11/+0
2013-04-30Hexagon: use correct translations for DMA mappingsRichard Kuo-10/+17
2012-10-18Hexagon: Copyright marking changesRichard Kuo-1/+1
2012-05-22arch/hexagon/kernel/dma.c: make function staticJulia Lawall-1/+1
2012-04-23Hexagon: misc compile warning/error cleanup due to missing headersRichard Kuo-0/+1
2012-03-28Hexagon: adapt for dma_map_ops changesMarek Szyprowski-4/+5
2011-11-01Hexagon: Provide DMA implementationRichard Kuo-0/+220