aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/dma-mapping.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-7/+0
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-5/+0
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-3/+3
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-9/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-15/+6
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-29/+0
2015-08-18ARM: 8419/1: dma-mapping: harmonize definition of DMA_ERROR_CODEMarek Szyprowski1-1/+1
2014-12-16Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-7/+6
2014-12-04arm: introduce is_device_dma_coherentStefano Stabellini1-0/+7
2014-12-01arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_opsWill Deacon1-7/+5
2014-12-01dma-mapping: detect and configure IOMMU in of_dma_configureWill Deacon1-1/+3
2014-12-01dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_opsWill Deacon1-4/+4
2014-08-26dma-mapping: Provide write-combine allocationsThierry Reding1-16/+0
2014-05-07ARM: dma: implement set_arch_dma_coherent_ops()Santosh Shilimkar1-0/+7
2014-05-07ARM: dma: Use dma_pfn_offset for dma address translationGrygorii Strashko1-1/+17
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+45
2013-11-08Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-3.13Konrad Rzeszutek Wilk1-1/+12
2013-11-08arm: make SWIOTLB availableStefano Stabellini1-0/+33
2013-10-31ARM: 7805/1: mm: change max*pfn to include the physical offset of memorySantosh Shilimkar1-0/+8
2013-10-18arm/xen: get_dma_ops: return xen_dma_ops if we are running as xen_initial_domainStefano Stabellini1-1/+12
2013-10-15arm: make SWIOTLB availableStefano Stabellini1-0/+37
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+1
2012-12-14Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2012-12-03ARM: dma-mapping: support debug_dma_mapping_errorMing Lei1-0/+1
2012-11-21arm: dma mapping: Export a dma ops function arm_dma_set_maskGregory CLEMENT1-0/+2
2012-11-13ARM: dma-mapping: remove init_consistent_dma_size() stubMarek Szyprowski1-7/+0
2012-10-26Revert "ARM: dma-mapping: support debug_dma_mapping_error"Marek Szyprowski1-1/+0
2012-10-23ARM: dma-mapping: support debug_dma_mapping_errorMing Lei1-0/+1
2012-10-02ARM: add coherent dma opsRob Herring1-0/+1
2012-08-28ARM: DMA-Mapping: add function for setting coherent pool size from platform codeMarek Szyprowski1-0/+7
2012-07-30ARM: dma-mapping: add support for dma_get_sgtable()Marek Szyprowski1-0/+3
2012-07-30common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski1-19/+0
2012-07-30ARM: dma-mapping: remove custom consistent dma regionMarek Szyprowski1-1/+1
2012-05-21ARM: dma-mapping: use alloc, mmap, free from dma_opsMarek Szyprowski1-30/+77
2012-05-21ARM: dma-mapping: move all dma bounce code to separate dma ops structureMarek Szyprowski1-97/+2
2012-05-21ARM: dma-mapping: use asm-generic/dma-mapping-common.hMarek Szyprowski1-169/+27
2012-05-21ARM: dma-mapping: remove offset parameter to prepare for generic dma_opsMarek Szyprowski1-34/+33
2012-05-21ARM: dma-mapping: introduce DMA_ERROR_CODE constantMarek Szyprowski1-1/+3
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-0/+7
2011-08-23ARM: 7058/1: LPAE: Cast the dma_addr_t argument to unsigned long in dma_to_virtCatalin Marinas1-1/+1
2011-08-22ARM: Add init_consistent_dma_size()Jon Medhurst1-0/+7
2011-07-12ARM: dma: replace ISA_DMA_THRESHOLD with a variableRussell King1-27/+2
2011-07-08ARM: dmabounce: simplify dma_set_mask()Russell King1-8/+2
2011-07-04ARM: dmabounce: get rid of dma_needs_bounce global functionRussell King1-20/+2
2011-07-03ARM: dma-mapping: define dma_(un)?map_single in terms of dma_(un)?map_pageRussell King1-22/+9
2011-01-06ARM: DMA: add support for DMA debuggingRussell King1-12/+53
2011-01-03ARM: DMA: Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn()Russell King1-15/+19
2010-09-08Revert "[ARM] pxa: remove now unnecessary dma_needs_bounce()"Russell King1-8/+0
2010-08-11Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+8
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori1-5/+0