summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/mtk_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy2020-12-081-1/+0
* iommu/mediatek: Add support for MT8167Fabien Parent2020-09-181-0/+8
* iommu/mediatek: Add flag for legacy ivrp paddrFabien Parent2020-09-181-2/+4
* iommu/mediatek: Check 4GB mode by reading infracfgMiles Chen2020-09-041-5/+28
* iommu/mediatek: Drop of_match_ptr to fix -Wunused-const-variableKrzysztof Kozlowski2020-09-041-1/+1
*-. Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel2020-07-291-32/+80
|\ \
| | * iommu: Add gfp parameter to io_pgtable_ops->map()Baolin Wang2020-07-241-1/+1
| |/ |/|
| * iommu/mediatek: Add mt6779 basic supportChao Hao2020-07-101-0/+9
| * iommu/mediatek: Modify MMU_CTRL register settingChao Hao2020-07-101-3/+5
| * iommu/mediatek: Extend protect pa alignment valueChao Hao2020-07-101-1/+1
| * iommu/mediatek: Add REG_MMU_WR_LEN_CTRL register definitionChao Hao2020-07-101-0/+11
| * iommu/mediatek: Add sub_comm id in translation faultChao Hao2020-07-101-7/+14
| * iommu/mediatek: Move inv_sel_reg into the plat_dataChao Hao2020-07-101-3/+6
| * iommu/mediatek: Setting MISC_CTRL registerChao Hao2020-07-101-1/+11
| * iommu/mediatek: Use a u32 flags to describe different HW featuresChao Hao2020-07-101-11/+17
| * iommu/mediatek: Rename the register STANDARD_AXI_MODE(0x48) to MISC_CTRLChao Hao2020-07-101-7/+7
|/
* iommu/mediatek: Convert to probe/release_device() call-backsJoerg Roedel2020-05-051-18/+6
* iommu/mediatek: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-7/+6
* iommu/io-pgtable-arm: Rationalise TTBRn handlingRobin Murphy2020-01-101-2/+2
*-. Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2019-11-121-61/+29
|\ \
| | * iommu: Add gfp parameter to iommu_ops::mapTom Murphy2019-10-151-1/+1
| |/ |/|
| * iommu/mediatek: Reduce the tlb flush timeout valueYong Wu2019-11-111-1/+1
| * iommu/mediatek: Get rid of the pgtlockYong Wu2019-11-111-22/+3
| * iommu/mediatek: Move the tlb_sync into tlb_flushYong Wu2019-11-111-35/+10
| * iommu/mediatek: Delete the leaf in the tlb_flushYong Wu2019-11-111-17/+4
| * iommu/mediatek: Use gather to achieve the tlb range flushYong Wu2019-11-111-4/+8
| * iommu/mediatek: Add a new tlb_lock for tlb_flushYong Wu2019-11-111-1/+22
| * iommu/mediatek: Correct the flush_iotlb_all callbackYong Wu2019-11-111-1/+1
|/
* Merge branch 'arm/smmu' into arm/mediatekJoerg Roedel2019-08-301-8/+37
|\
| * iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Will Deacon2019-07-291-1/+2
| * iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon2019-07-291-1/+1
| * iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon2019-07-291-1/+0
| * iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon2019-07-291-1/+7
| * iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in driversWill Deacon2019-07-291-0/+16
| * iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon2019-07-291-3/+10
| * iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon2019-07-241-2/+2
* | iommu/mediatek: Clean up struct mtk_smi_iommuYong Wu2019-08-301-2/+2
* | memory: mtk-smi: Get rid of need_larbidYong Wu2019-08-301-1/+0
* | iommu/mediatek: Fix VLD_PA_RNG register backup when suspendYong Wu2019-08-301-0/+2
* | iommu/mediatek: Add mmu1 supportYong Wu2019-08-301-17/+29
* | iommu/mediatek: Add mt8183 IOMMU supportYong Wu2019-08-301-3/+12
* | iommu/mediatek: Move vld_pa_rng into plat_dataYong Wu2019-08-301-1/+2
* | iommu/mediatek: Move reset_axi into plat_dataYong Wu2019-08-301-2/+2
* | iommu/mediatek: Refine protect memory definitionYong Wu2019-08-301-7/+6
* | iommu/mediatek: Add larb-id remapped supportYong Wu2019-08-301-0/+4
* | iommu/mediatek: Add bclk can be supported optionallyYong Wu2019-08-301-3/+7
* | iommu/mediatek: Adjust the PA for the 4GB ModeYong Wu2019-08-301-10/+16
* | iommu/io-pgtable-arm-v7s: Rename the quirk from MTK_4GB to MTK_EXTYong Wu2019-08-301-1/+1
* | iommu/mediatek: Fix iova_to_phys PA start for 4GB modeYong Wu2019-08-301-1/+25
* | iommu/mediatek: Use a struct as the platform dataYong Wu2019-08-301-8/+16
|/