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