aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/dma-mapping.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-11arm64: use asm-generic/dma-mapping.hChristoph Hellwig1-22/+0
2019-09-11xen/arm: use dev_is_dma_coherentChristoph Hellwig1-9/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-02-13dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availabilityChristoph Hellwig1-5/+0
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig1-4/+0
2018-12-19arm64: default to the direct mapping in get_arch_dma_opsChristoph Hellwig1-5/+1
2018-12-13dma-mapping: factor out dummy DMA opsRobin Murphy1-3/+1
2018-10-19arm64: use the generic swiotlb_dma_opsChristoph Hellwig1-2/+5
2018-09-25Revert "dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops"Christoph Hellwig1-0/+5
2018-09-08dma-mapping: clear dev->dma_ops in arch_teardown_dma_opsChristoph Hellwig1-5/+0
2018-01-10dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig1-4/+0
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-22/+0
2018-01-10arm64: don't override dma_max_pfnChristoph Hellwig1-9/+0
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+0
2017-06-20arm64: remove DMA_ERROR_CODEChristoph Hellwig1-1/+0
2017-06-15arm64/dma-mapping: Remove extraneous null-pointer checksOlav Haugan1-2/+0
2017-05-02xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."Stefano Stabellini1-12/+1
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche1-2/+2
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-2/+2
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-3/+3
2016-06-06arm64: Allow for different DMA and CPU bus offsetsAlexander Graf1-2/+15
2016-05-09iommu: of: enforce const-ness of struct iommu_opsRobin Murphy1-1/+1
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-2/+0
2015-11-17arm64: simplify dma_get_opsArnd Bergmann1-10/+3
2015-10-15arm64: Hook up IOMMU dma_opsRobin Murphy1-8/+7
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-9/+0
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-6/+0
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-7/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-14/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-33/+0
2015-06-15arm64 : Introduce support for ACPI _CCA objectSuthikulpanit, Suravee1-2/+16
2015-03-31arm64: Use bool function return values of true/false not 1/0Joe Perches1-1/+1
2015-01-23arm64: Combine coherent and non-coherent swiotlb dma_opsCatalin Marinas1-9/+2
2014-12-22arm64: Replace set_arch_dma_coherent_ops with arch_setup_dma_opsCatalin Marinas1-5/+6
2014-12-04arm64: introduce is_device_dma_coherentStefano Stabellini1-0/+7
2014-09-22arm64: Implement set_arch_dma_coherent_ops() to replace bus notifiersCatalin Marinas1-0/+7
2014-06-18arm64/dma: Removing ARCH_HAS_DMA_GET_REQUIRED_MASK macroSuravee Suthikulpanit1-2/+0
2014-02-27arm64: Implement coherent DMA API based on swiotlbCatalin Marinas1-0/+7
2013-10-18arm64/xen: get_dma_ops: return xen_dma_ops if we are running as xen_initial_domainStefano Stabellini1-1/+12
2013-10-15arm64: define DMA_ERROR_CODEStefano Stabellini1-0/+1
2013-06-07arm64: Provide default implementation for dma_{alloc,free}_attrsDamian Hobson-Garcia1-6/+11
2012-11-28ARM64: dma_debug: add debug_dma_mapping_error supportShuah Khan1-0/+1
2012-09-17arm64: DMA mapping APICatalin Marinas1-0/+124