aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/mtk_iommu.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-27iommu/mediatek: Limit the physical address in 32bit for v7sGravatar Yong Wu 1-1/+2
2017-08-28iommu/mediatek: Fix a build warning of BIT(32) in ARMGravatar Yong Wu 1-2/+2
2017-08-28iommu/mediatek: Fix a build fail of m4u_typeGravatar Yong Wu 1-1/+1
2017-08-22iommu/mediatek: Enlarge the validate PA range for 4GB modeGravatar Yong Wu 1-3/+15
2017-08-22iommu/mediatek: Disable iommu clock when system suspendGravatar Yong Wu 1-1/+8
2017-08-22iommu/mediatek: Move pgtable allocation into domain_allocGravatar Yong Wu 1-30/+22
2017-08-22iommu/mediatek: Merge 2 M4U HWs into one iommu domainGravatar Yong Wu 1-24/+68
2017-08-22iommu/mediatek: Add mt2712 IOMMU supportGravatar Yong Wu 1-37/+34
2017-08-22iommu/mediatek: Move MTK_M4U_TO_LARB/PORT into mtk_iommu.cGravatar Yong Wu 1-1/+7
2017-07-20iommu/mtk: Avoid redundant TLB syncs locallyGravatar Robin Murphy 1-0/+6
2017-02-10iommu: Remove iommu_register_instance interfaceGravatar Joerg Roedel 1-1/+0
2017-02-10iommu/mediatek: Make use of iommu_device_register interfaceGravatar Joerg Roedel 1-0/+26
2016-12-06Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm...Gravatar Joerg Roedel 1-60/+25
2016-11-15iommu/mediatek: Fix M4Uv2 group refcountingGravatar Robin Murphy 1-0/+2
2016-11-10iommu/mediatek: Convert DT component matching to component_match_add_release()Gravatar Russell King 1-3/+5
2016-11-10iommu/mediatek: Convert M4Uv2 to iommu_fwspecGravatar Robin Murphy 1-57/+18
2016-06-21iommu/mediatek: move the common struct into header fileGravatar Honghui Zhang 1-47/+1
2016-06-21iommu/mediatek: Do not call of_node_put in mtk_iommu_of_xlateGravatar Honghui Zhang 1-1/+0
2016-05-09Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc...Gravatar Joerg Roedel 1-1/+1
2016-05-09iommu: Allow selecting page sizes per domainGravatar Robin Murphy 1-1/+1
2016-04-05iommu/mediatek: Add 4GB mode supportGravatar Yong Wu 1-3/+11
2016-03-02iommu/mediatek: Check for NULL instead of IS_ERR()Gravatar Dan Carpenter 1-3/+3
2016-03-01iommu/mediatek: Fix handling of of_count_phandle_with_args resultGravatar Andrzej Hajda 1-2/+1
2016-02-29iommu/mediatek: Mark PM functions as __maybe_unusedGravatar Arnd Bergmann 1-2/+2
2016-02-25iommu/mediatek: Add mt8173 IOMMU driverGravatar Yong Wu 1-0/+737