aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/mtk_iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30Merge branch 'arm/smmu' into arm/mediatekJoerg Roedel1-8/+37
2019-08-30iommu/mediatek: Clean up struct mtk_smi_iommuYong Wu1-2/+2
2019-08-30memory: mtk-smi: Get rid of need_larbidYong Wu1-1/+0
2019-08-30iommu/mediatek: Fix VLD_PA_RNG register backup when suspendYong Wu1-0/+2
2019-08-30iommu/mediatek: Add mmu1 supportYong Wu1-17/+29
2019-08-30iommu/mediatek: Add mt8183 IOMMU supportYong Wu1-3/+12
2019-08-30iommu/mediatek: Move vld_pa_rng into plat_dataYong Wu1-1/+2
2019-08-30iommu/mediatek: Move reset_axi into plat_dataYong Wu1-2/+2
2019-08-30iommu/mediatek: Refine protect memory definitionYong Wu1-7/+6
2019-08-30iommu/mediatek: Add larb-id remapped supportYong Wu1-0/+4
2019-08-30iommu/mediatek: Add bclk can be supported optionallyYong Wu1-3/+7
2019-08-30iommu/mediatek: Adjust the PA for the 4GB ModeYong Wu1-10/+16
2019-08-30iommu/io-pgtable-arm-v7s: Rename the quirk from MTK_4GB to MTK_EXTYong Wu1-1/+1
2019-08-30iommu/mediatek: Fix iova_to_phys PA start for 4GB modeYong Wu1-1/+25
2019-08-30iommu/mediatek: Use a struct as the platform dataYong Wu1-8/+16
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Will Deacon1-1/+2
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon1-1/+1
2019-07-29iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon1-1/+0
2019-07-29iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon1-1/+7
2019-07-29iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in driversWill Deacon1-0/+16
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon1-3/+10
2019-07-24iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-04-26iommu/mediatek: Fix leaked of_node referencesWen Yang1-2/+6
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-11/+14
2018-12-17iommu/mediatek: Use helper functions to access dev->iommu_fwspecJoerg Roedel1-9/+12
2018-11-06iommu/mediatek: Constify iommu_opsArvind Yadav1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig1-1/+0
2018-03-21iommu/mediatek: Fix protect memory settingYong Wu1-5/+10
2017-10-13Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-0/+7
2017-10-02iommu/io-pgtable-arm-v7s: Convert to IOMMU API TLB syncRobin Murphy1-0/+7
2017-09-27iommu/mediatek: Limit the physical address in 32bit for v7sYong Wu1-1/+2
2017-08-28iommu/mediatek: Fix a build warning of BIT(32) in ARMYong Wu1-2/+2
2017-08-28iommu/mediatek: Fix a build fail of m4u_typeYong Wu1-1/+1
2017-08-22iommu/mediatek: Enlarge the validate PA range for 4GB modeYong Wu1-3/+15
2017-08-22iommu/mediatek: Disable iommu clock when system suspendYong Wu1-1/+8
2017-08-22iommu/mediatek: Move pgtable allocation into domain_allocYong Wu1-30/+22
2017-08-22iommu/mediatek: Merge 2 M4U HWs into one iommu domainYong Wu1-24/+68
2017-08-22iommu/mediatek: Add mt2712 IOMMU supportYong Wu1-37/+34
2017-08-22iommu/mediatek: Move MTK_M4U_TO_LARB/PORT into mtk_iommu.cYong Wu1-1/+7
2017-07-20iommu/mtk: Avoid redundant TLB syncs locallyRobin Murphy1-0/+6
2017-02-10iommu: Remove iommu_register_instance interfaceJoerg Roedel1-1/+0
2017-02-10iommu/mediatek: Make use of iommu_device_register interfaceJoerg Roedel1-0/+26
2016-12-06Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm/exynos' into nextJoerg Roedel1-60/+25
2016-11-15iommu/mediatek: Fix M4Uv2 group refcountingRobin Murphy1-0/+2
2016-11-10iommu/mediatek: Convert DT component matching to component_match_add_release()Russell King1-3/+5
2016-11-10iommu/mediatek: Convert M4Uv2 to iommu_fwspecRobin Murphy1-57/+18
2016-06-21iommu/mediatek: move the common struct into header fileHonghui Zhang1-47/+1
2016-06-21iommu/mediatek: Do not call of_node_put in mtk_iommu_of_xlateHonghui Zhang1-1/+0