aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/dma-mapping.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-13powerpc: use <asm-generic/dma-mapping.h>Christoph Hellwig1-18/+0
2019-02-18powerpc/dma: trim the fat from <asm/dma-mapping.h>Christoph Hellwig1-29/+0
2019-02-18powerpc/dma: remove set_dma_offsetChristoph Hellwig1-6/+0
2019-02-18powerpc/dma: remove get_dma_offsetChristoph Hellwig1-16/+0
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig1-9/+0
2019-02-18powerpc/dma: use the dma_direct mapping routinesChristoph Hellwig1-30/+0
2019-02-18powerpc/dma: remove dma_nommu_dma_supportedChristoph Hellwig1-1/+0
2019-02-18powerpc/dma: remove dma_nommu_get_required_maskChristoph Hellwig1-1/+0
2019-02-18powerpc/dma: remove dma_nommu_mmap_coherentChristoph Hellwig1-4/+0
2019-02-18dma-mapping, powerpc: simplify the arch dma_set_mask overrideChristoph Hellwig1-2/+0
2019-02-18powerpc/dma: stop overriding dma_get_required_maskChristoph Hellwig1-2/+0
2019-02-18powerpc/cell: use the generic iommu bypass codeChristoph Hellwig1-1/+1
2019-02-18powerpc/dma: handle iommu bypass in dma_iommu_opsChristoph Hellwig1-0/+8
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+0
2018-12-20powerpc/dma: split the two __dma_alloc_coherent implementationsChristoph Hellwig1-5/+0
2018-12-20powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT defineChristoph Hellwig1-2/+0
2018-12-13dma-mapping: move various slow path functions out of lineChristoph Hellwig1-1/+0
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig1-4/+4
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-25/+0
2018-01-09powerpc: remove unused flush_write_buffers definitionChristoph Hellwig1-3/+0
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-7/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-5/+0
2017-10-19powerpc: make dma_cache_sync a no-opChristoph Hellwig1-2/+0
2017-06-28powerpc: merge __dma_set_mask into dma_set_maskChristoph Hellwig1-1/+0
2017-06-28powerpc: implement ->mapping_errorChristoph Hellwig1-4/+0
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche1-5/+2
2017-01-24treewide: Consolidate set_dma_ops() implementationsBart Van Assche1-5/+0
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-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-4/+3
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-2/+0
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-1/+3
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-11/+0
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-15/+2
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-3/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-33/+0
2015-07-13powerpc/iommu: Support "hybrid" iommu/direct DMA ops for coherent_mask < dma_maskBenjamin Herrenschmidt1-5/+5
2015-07-13powerpc/iommu: Remove dma_data unionBenjamin Herrenschmidt1-2/+2
2015-03-31powerpc: Use bool function return values of true/false not 1/0Joe Perches1-2/+2
2014-09-30powerpc/powernv: Override dma_get_required_mask()Gavin Shan1-0/+1
2014-02-11powerpc/powernv: Add iommu DMA bypass support for IODA2Benjamin Herrenschmidt1-0/+1
2012-11-28powerpc: dma_debug: add debug_dma_mapping_error supportShuah Khan1-0/+1
2012-07-30common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski1-4/+4
2012-03-28PowerPC: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-8/+16
2011-03-30powerpc: Implement dma_mmap_coherent()Benjamin Herrenschmidt1-0/+6
2010-09-02powerpc/dma: Add optional platform override of dma_set_mask()Benjamin Herrenschmidt1-13/+1
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori1-5/+0
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori1-15/+0
2010-03-12dma-mapping: powerpc: use generic pci_set_dma_mask and pci_set_consistent_dma_maskFUJITA Tomonori1-3/+0