aboutsummaryrefslogtreecommitdiff
path: root/arch/hexagon/kernel/dma.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-19hexagon: use the generic global coherent poolGravatar Christoph Hellwig 1-46/+11
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Gravatar Christoph Hellwig 1-1/+1
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Gravatar Christoph Hellwig 1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Gravatar Thomas Gleixner 1-14/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-135/+8
2018-09-10arch/hexagon: fix kernel/dma.c build warningGravatar Randy Dunlap 1-1/+1
2018-09-08hexagon: use generic dma_noncoherent_opsGravatar Christoph Hellwig 1-140/+8
2018-09-08hexagon: implement the sync_sg_for_device DMA operationGravatar Christoph Hellwig 1-0/+13
2018-09-08hexagon: remove the sync_single_for_cpu DMA operationGravatar Christoph Hellwig 1-8/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSGravatar Christoph Hellwig 1-1/+0
2018-01-10hexagon: use the generic dma_capable helperGravatar Christoph Hellwig 1-0/+1
2017-06-28hexagon: remove arch-specific dma_supported implementationGravatar Christoph Hellwig 1-9/+0
2017-06-28hexagon: switch to use ->mapping_error for error reportingGravatar Christoph Hellwig 1-3/+9
2017-01-24treewide: Constify most dma_map_ops structuresGravatar Bart Van Assche 1-2/+2
2016-12-14arch/hexagon: Add option to skip DMA sync as a part of mappingGravatar Alexander Duyck 1-1/+5
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-4/+4
2015-09-10dma-mapping: consolidate dma_set_maskGravatar Christoph Hellwig 1-11/+0
2013-04-30Hexagon: use correct translations for DMA mappingsGravatar Richard Kuo 1-10/+17
2012-10-18Hexagon: Copyright marking changesGravatar Richard Kuo 1-1/+1
2012-05-22arch/hexagon/kernel/dma.c: make function staticGravatar Julia Lawall 1-1/+1
2012-04-23Hexagon: misc compile warning/error cleanup due to missing headersGravatar Richard Kuo 1-0/+1
2012-03-28Hexagon: adapt for dma_map_ops changesGravatar Marek Szyprowski 1-4/+5
2011-11-01Hexagon: Provide DMA implementationGravatar Richard Kuo 1-0/+220