aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/mtk_iommu.c
AgeCommit message (Expand)Author
2020-05-05iommu/mediatek: Convert to probe/release_device() call-backsJoerg Roedel
2020-03-27iommu/mediatek: Use accessor functions for iommu private dataJoerg Roedel
2020-01-10iommu/io-pgtable-arm: Rationalise TTBRn handlingRobin Murphy
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel
2019-11-11iommu/mediatek: Reduce the tlb flush timeout valueYong Wu
2019-11-11iommu/mediatek: Get rid of the pgtlockYong Wu
2019-11-11iommu/mediatek: Move the tlb_sync into tlb_flushYong Wu
2019-11-11iommu/mediatek: Delete the leaf in the tlb_flushYong Wu
2019-11-11iommu/mediatek: Use gather to achieve the tlb range flushYong Wu
2019-11-11iommu/mediatek: Add a new tlb_lock for tlb_flushYong Wu
2019-11-11iommu/mediatek: Correct the flush_iotlb_all callbackYong Wu
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy
2019-08-30Merge branch 'arm/smmu' into arm/mediatekJoerg Roedel
2019-08-30iommu/mediatek: Clean up struct mtk_smi_iommuYong Wu
2019-08-30memory: mtk-smi: Get rid of need_larbidYong Wu
2019-08-30iommu/mediatek: Fix VLD_PA_RNG register backup when suspendYong Wu
2019-08-30iommu/mediatek: Add mmu1 supportYong Wu
2019-08-30iommu/mediatek: Add mt8183 IOMMU supportYong Wu
2019-08-30iommu/mediatek: Move vld_pa_rng into plat_dataYong Wu
2019-08-30iommu/mediatek: Move reset_axi into plat_dataYong Wu
2019-08-30iommu/mediatek: Refine protect memory definitionYong Wu
2019-08-30iommu/mediatek: Add larb-id remapped supportYong Wu
2019-08-30iommu/mediatek: Add bclk can be supported optionallyYong Wu
2019-08-30iommu/mediatek: Adjust the PA for the 4GB ModeYong Wu
2019-08-30iommu/io-pgtable-arm-v7s: Rename the quirk from MTK_4GB to MTK_EXTYong Wu
2019-08-30iommu/mediatek: Fix iova_to_phys PA start for 4GB modeYong Wu
2019-08-30iommu/mediatek: Use a struct as the platform dataYong Wu
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Will Deacon
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon
2019-07-29iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon
2019-07-29iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon
2019-07-29iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in driversWill Deacon
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon
2019-07-24iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-04-26iommu/mediatek: Fix leaked of_node referencesWen Yang
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel
2018-12-17iommu/mediatek: Use helper functions to access dev->iommu_fwspecJoerg Roedel
2018-11-06iommu/mediatek: Constify iommu_opsArvind Yadav
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig
2018-03-21iommu/mediatek: Fix protect memory settingYong Wu
2017-10-13Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Joerg Roedel
2017-10-02iommu/io-pgtable-arm-v7s: Convert to IOMMU API TLB syncRobin Murphy
2017-09-27iommu/mediatek: Limit the physical address in 32bit for v7sYong Wu
2017-08-28iommu/mediatek: Fix a build warning of BIT(32) in ARMYong Wu
2017-08-28iommu/mediatek: Fix a build fail of m4u_typeYong Wu
2017-08-22iommu/mediatek: Enlarge the validate PA range for 4GB modeYong Wu
2017-08-22iommu/mediatek: Disable iommu clock when system suspendYong Wu
2017-08-22iommu/mediatek: Move pgtable allocation into domain_allocYong Wu