aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/mtk_iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/exynos', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-32/+80
2020-07-24iommu: Add gfp parameter to io_pgtable_ops->map()Baolin Wang1-1/+1
2020-07-10iommu/mediatek: Add mt6779 basic supportChao Hao1-0/+9
2020-07-10iommu/mediatek: Modify MMU_CTRL register settingChao Hao1-3/+5
2020-07-10iommu/mediatek: Extend protect pa alignment valueChao Hao1-1/+1
2020-07-10iommu/mediatek: Add REG_MMU_WR_LEN_CTRL register definitionChao Hao1-0/+11
2020-07-10iommu/mediatek: Add sub_comm id in translation faultChao Hao1-7/+14
2020-07-10iommu/mediatek: Move inv_sel_reg into the plat_dataChao Hao1-3/+6
2020-07-10iommu/mediatek: Setting MISC_CTRL registerChao Hao1-1/+11
2020-07-10iommu/mediatek: Use a u32 flags to describe different HW featuresChao Hao1-11/+17
2020-07-10iommu/mediatek: Rename the register STANDARD_AXI_MODE(0x48) to MISC_CTRLChao Hao1-7/+7
2020-05-05iommu/mediatek: Convert to probe/release_device() call-backsJoerg Roedel1-18/+6
2020-03-27iommu/mediatek: Use accessor functions for iommu private dataJoerg Roedel1-7/+6
2020-01-10iommu/io-pgtable-arm: Rationalise TTBRn handlingRobin Murphy1-2/+2
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm/mediatek', 'arm/tegra', 'arm/smmu', 'x86/amd', 'x86/vt-d', 'virtio' and 'core' into nextJoerg Roedel1-61/+29
2019-11-11iommu/mediatek: Reduce the tlb flush timeout valueYong Wu1-1/+1
2019-11-11iommu/mediatek: Get rid of the pgtlockYong Wu1-22/+3
2019-11-11iommu/mediatek: Move the tlb_sync into tlb_flushYong Wu1-35/+10
2019-11-11iommu/mediatek: Delete the leaf in the tlb_flushYong Wu1-17/+4
2019-11-11iommu/mediatek: Use gather to achieve the tlb range flushYong Wu1-4/+8
2019-11-11iommu/mediatek: Add a new tlb_lock for tlb_flushYong Wu1-1/+22
2019-11-11iommu/mediatek: Correct the flush_iotlb_all callbackYong Wu1-1/+1
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy1-1/+1
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