aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/mtk_iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-04-26iommu/mediatek: Fix leaked of_node referencesWen Yang1-2/+6
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-11/+14
2018-12-17iommu/mediatek: Use helper functions to access dev->iommu_fwspecJoerg Roedel1-9/+12
2018-11-06iommu/mediatek: Constify iommu_opsArvind Yadav1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig1-1/+0
2018-03-21iommu/mediatek: Fix protect memory settingYong Wu1-5/+10
2017-10-13Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-0/+7
2017-10-02iommu/io-pgtable-arm-v7s: Convert to IOMMU API TLB syncRobin Murphy1-0/+7
2017-09-27iommu/mediatek: Limit the physical address in 32bit for v7sYong Wu1-1/+2
2017-08-28iommu/mediatek: Fix a build warning of BIT(32) in ARMYong Wu1-2/+2
2017-08-28iommu/mediatek: Fix a build fail of m4u_typeYong Wu1-1/+1
2017-08-22iommu/mediatek: Enlarge the validate PA range for 4GB modeYong Wu1-3/+15
2017-08-22iommu/mediatek: Disable iommu clock when system suspendYong Wu1-1/+8
2017-08-22iommu/mediatek: Move pgtable allocation into domain_allocYong Wu1-30/+22
2017-08-22iommu/mediatek: Merge 2 M4U HWs into one iommu domainYong Wu1-24/+68
2017-08-22iommu/mediatek: Add mt2712 IOMMU supportYong Wu1-37/+34
2017-08-22iommu/mediatek: Move MTK_M4U_TO_LARB/PORT into mtk_iommu.cYong Wu1-1/+7
2017-07-20iommu/mtk: Avoid redundant TLB syncs locallyRobin Murphy1-0/+6
2017-02-10iommu: Remove iommu_register_instance interfaceJoerg Roedel1-1/+0
2017-02-10iommu/mediatek: Make use of iommu_device_register interfaceJoerg Roedel1-0/+26
2016-12-06Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm/exynos' into nextJoerg Roedel1-60/+25
2016-11-15iommu/mediatek: Fix M4Uv2 group refcountingRobin Murphy1-0/+2
2016-11-10iommu/mediatek: Convert DT component matching to component_match_add_release()Russell King1-3/+5
2016-11-10iommu/mediatek: Convert M4Uv2 to iommu_fwspecRobin Murphy1-57/+18
2016-06-21iommu/mediatek: move the common struct into header fileHonghui Zhang1-47/+1
2016-06-21iommu/mediatek: Do not call of_node_put in mtk_iommu_of_xlateHonghui Zhang1-1/+0
2016-05-09Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc/pamu', 'core' and 'x86/amd' into nextJoerg Roedel1-1/+1
2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy1-1/+1
2016-04-05iommu/mediatek: Add 4GB mode supportYong Wu1-3/+11
2016-03-02iommu/mediatek: Check for NULL instead of IS_ERR()Dan Carpenter1-3/+3
2016-03-01iommu/mediatek: Fix handling of of_count_phandle_with_args resultAndrzej Hajda1-2/+1
2016-02-29iommu/mediatek: Mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2016-02-25iommu/mediatek: Add mt8173 IOMMU driverYong Wu1-0/+737