summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/mtk_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* iommu/mediatek: Fix leaked of_node referencesWen Yang2019-04-261-2/+6
*-. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-201-11/+14
|\ \
| | * iommu/mediatek: Use helper functions to access dev->iommu_fwspecJoerg Roedel2018-12-171-9/+12
| |/ |/|
| * iommu/mediatek: Constify iommu_opsArvind Yadav2018-11-061-2/+2
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* iommu: Remove the ->map_sg indirectionChristoph Hellwig2018-08-081-1/+0
* iommu/mediatek: Fix protect memory settingYong Wu2018-03-211-5/+10
*-. Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Joerg Roedel2017-10-131-0/+7
|\ \
| | * iommu/io-pgtable-arm-v7s: Convert to IOMMU API TLB syncRobin Murphy2017-10-021-0/+7
| |/
* / iommu/mediatek: Limit the physical address in 32bit for v7sYong Wu2017-09-271-1/+2
|/
* iommu/mediatek: Fix a build warning of BIT(32) in ARMYong Wu2017-08-281-2/+2
* iommu/mediatek: Fix a build fail of m4u_typeYong Wu2017-08-281-1/+1
* iommu/mediatek: Enlarge the validate PA range for 4GB modeYong Wu2017-08-221-3/+15
* iommu/mediatek: Disable iommu clock when system suspendYong Wu2017-08-221-1/+8
* iommu/mediatek: Move pgtable allocation into domain_allocYong Wu2017-08-221-30/+22