aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/mtk_iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-08iommu/mediatek: Fix error code in probe()Dan Carpenter1-1/+2
2021-02-05iommu/mediatek: Fix unsigned domid comparison with less than zeroColin Ian King1-1/+1
2021-02-01iommu/mediatek: Add mt8192 supportYong Wu1-0/+22
2021-02-01iommu/mediatek: Remove unnecessary check in attach_deviceYong Wu1-6/+0
2021-02-01iommu/mediatek: Support master use iova over 32bitYong Wu1-6/+12
2021-02-01iommu/mediatek: Add iova reserved functionYong Wu1-0/+31
2021-02-01iommu/mediatek: Support for multi domainsYong Wu1-11/+26
2021-02-01iommu/mediatek: Add get_domain_id from dev->dma_range_mapYong Wu1-1/+41
2021-02-01iommu/mediatek: Add iova_region structureYong Wu1-0/+19
2021-02-01iommu/mediatek: Move geometry.aperture updating into domain_finaliseYong Wu1-3/+4
2021-02-01iommu/mediatek: Move domain_finalise into attach_deviceYong Wu1-19/+12
2021-02-01iommu/mediatek: Adjust the structureYong Wu1-9/+11
2021-02-01iommu/mediatek: Support report iova 34bit translation fault in ISRYong Wu1-2/+15
2021-02-01iommu/mediatek: Support up to 34bit iova in tlb flushYong Wu1-2/+8
2021-02-01iommu/mediatek: Add power-domain operationYong Wu1-5/+34
2021-02-01iommu/mediatek: Add pm runtime callbackYong Wu1-3/+5
2021-02-01iommu/mediatek: Add device link for smi-common and m4uYong Wu1-3/+24
2021-02-01iommu/mediatek: Add error handle for mtk_iommu_probeYong Wu1-4/+19
2021-02-01iommu/mediatek: Move hw_init into attach_deviceYong Wu1-6/+7
2021-02-01iommu/mediatek: Update oas for v7sYong Wu1-1/+5
2021-02-01iommu/mediatek: Add a flag for iova 34bits caseYong Wu1-1/+2
2021-02-01iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTekYong Wu1-1/+1
2021-02-01iommu/mediatek: Use the common mtk-memory-port.hYong Wu1-7/+0
2021-01-27iommu/mediatek: Remove the tlb-ops for v7sYong Wu1-23/+4
2021-01-27iommu/mediatek: Gather iova in iommu_unmap to achieve tlb sync onceYong Wu1-3/+5
2021-01-27iommu: Switch gather->end to the inclusive endYong Wu1-1/+1
2021-01-27iommu/mediatek: Add iotlb_sync_map to sync whole the iova rangeYong Wu1-1/+9
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy1-1/+0
2020-09-18iommu/mediatek: Add support for MT8167Fabien Parent1-0/+8
2020-09-18iommu/mediatek: Add flag for legacy ivrp paddrFabien Parent1-2/+4
2020-09-04iommu/mediatek: Check 4GB mode by reading infracfgMiles Chen1-5/+28
2020-09-04iommu/mediatek: Drop of_match_ptr to fix -Wunused-const-variableKrzysztof Kozlowski1-1/+1
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