summaryrefslogtreecommitdiff
path: root/drivers/iommu/mtk_iommu.c
AgeCommit message (Expand)Author
2021-02-01iommu/mediatek: Add get_domain_id from dev->dma_range_mapYong Wu
2021-02-01iommu/mediatek: Add iova_region structureYong Wu
2021-02-01iommu/mediatek: Move geometry.aperture updating into domain_finaliseYong Wu
2021-02-01iommu/mediatek: Move domain_finalise into attach_deviceYong Wu
2021-02-01iommu/mediatek: Adjust the structureYong Wu
2021-02-01iommu/mediatek: Support report iova 34bit translation fault in ISRYong Wu
2021-02-01iommu/mediatek: Support up to 34bit iova in tlb flushYong Wu
2021-02-01iommu/mediatek: Add power-domain operationYong Wu
2021-02-01iommu/mediatek: Add pm runtime callbackYong Wu
2021-02-01iommu/mediatek: Add device link for smi-common and m4uYong Wu
2021-02-01iommu/mediatek: Add error handle for mtk_iommu_probeYong Wu
2021-02-01iommu/mediatek: Move hw_init into attach_deviceYong Wu
2021-02-01iommu/mediatek: Update oas for v7sYong Wu
2021-02-01iommu/mediatek: Add a flag for iova 34bits caseYong Wu
2021-02-01iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTekYong Wu
2021-02-01iommu/mediatek: Use the common mtk-memory-port.hYong Wu
2021-01-27iommu/mediatek: Remove the tlb-ops for v7sYong Wu
2021-01-27iommu/mediatek: Gather iova in iommu_unmap to achieve tlb sync onceYong Wu
2021-01-27iommu: Switch gather->end to the inclusive endYong Wu
2021-01-27iommu/mediatek: Add iotlb_sync_map to sync whole the iova rangeYong Wu
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy
2020-09-18iommu/mediatek: Add support for MT8167Fabien Parent
2020-09-18iommu/mediatek: Add flag for legacy ivrp paddrFabien Parent
2020-09-04iommu/mediatek: Check 4GB mode by reading infracfgMiles Chen
2020-09-04iommu/mediatek: Drop of_match_ptr to fix -Wunused-const-variableKrzysztof Kozlowski
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel
2020-07-24iommu: Add gfp parameter to io_pgtable_ops->map()Baolin Wang
2020-07-10iommu/mediatek: Add mt6779 basic supportChao Hao
2020-07-10iommu/mediatek: Modify MMU_CTRL register settingChao Hao
2020-07-10iommu/mediatek: Extend protect pa alignment valueChao Hao
2020-07-10iommu/mediatek: Add REG_MMU_WR_LEN_CTRL register definitionChao Hao
2020-07-10iommu/mediatek: Add sub_comm id in translation faultChao Hao
2020-07-10iommu/mediatek: Move inv_sel_reg into the plat_dataChao Hao
2020-07-10iommu/mediatek: Setting MISC_CTRL registerChao Hao
2020-07-10iommu/mediatek: Use a u32 flags to describe different HW featuresChao Hao
2020-07-10iommu/mediatek: Rename the register STANDARD_AXI_MODE(0x48) to MISC_CTRLChao Hao
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