| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'arm/smmu' into arm/mediatek | Joerg Roedel | 2019-08-30 | 1 | -8/+37 |
|\ |
|
| * | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page() | Will Deacon | 2019-07-29 | 1 | -1/+2 |
| * | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap() | Will Deacon | 2019-07-29 | 1 | -1/+1 |
| * | iommu/io-pgtable: Remove unused ->tlb_sync() callback | Will Deacon | 2019-07-29 | 1 | -1/+0 |
| * | iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page() | Will Deacon | 2019-07-29 | 1 | -1/+7 |
| * | iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in drivers | Will Deacon | 2019-07-29 | 1 | -0/+16 |
| * | iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() | Will Deacon | 2019-07-29 | 1 | -3/+10 |
| * | iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops | Will Deacon | 2019-07-24 | 1 | -2/+2 |
* | | iommu/mediatek: Clean up struct mtk_smi_iommu | Yong Wu | 2019-08-30 | 1 | -2/+2 |
* | | memory: mtk-smi: Get rid of need_larbid | Yong Wu | 2019-08-30 | 1 | -1/+0 |
* | | iommu/mediatek: Fix VLD_PA_RNG register backup when suspend | Yong Wu | 2019-08-30 | 1 | -0/+2 |
* | | iommu/mediatek: Add mmu1 support | Yong Wu | 2019-08-30 | 1 | -17/+29 |
* | | iommu/mediatek: Add mt8183 IOMMU support | Yong Wu | 2019-08-30 | 1 | -3/+12 |
* | | iommu/mediatek: Move vld_pa_rng into plat_data | Yong Wu | 2019-08-30 | 1 | -1/+2 |
* | | iommu/mediatek: Move reset_axi into plat_data | Yong Wu | 2019-08-30 | 1 | -2/+2 |
* | | iommu/mediatek: Refine protect memory definition | Yong Wu | 2019-08-30 | 1 | -7/+6 |
* | | iommu/mediatek: Add larb-id remapped support | Yong Wu | 2019-08-30 | 1 | -0/+4 |
* | | iommu/mediatek: Add bclk can be supported optionally | Yong Wu | 2019-08-30 | 1 | -3/+7 |
* | | iommu/mediatek: Adjust the PA for the 4GB Mode | Yong Wu | 2019-08-30 | 1 | -10/+16 |
* | | iommu/io-pgtable-arm-v7s: Rename the quirk from MTK_4GB to MTK_EXT | Yong Wu | 2019-08-30 | 1 | -1/+1 |
* | | iommu/mediatek: Fix iova_to_phys PA start for 4GB mode | Yong Wu | 2019-08-30 | 1 | -1/+25 |
* | | iommu/mediatek: Use a struct as the platform data | Yong Wu | 2019-08-30 | 1 | -8/+16 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 2019-05-30 | 1 | -9/+1 |
* | iommu/mediatek: Fix leaked of_node references | Wen Yang | 2019-04-26 | 1 | -2/+6 |
*-. | Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar... | Joerg Roedel | 2018-12-20 | 1 | -11/+14 |
|\ \ |
|
| | * | iommu/mediatek: Use helper functions to access dev->iommu_fwspec | Joerg Roedel | 2018-12-17 | 1 | -9/+12 |
| |/
|/| |
|
| * | iommu/mediatek: Constify iommu_ops | Arvind Yadav | 2018-11-06 | 1 | -2/+2 |
|/ |
|
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | iommu: Remove the ->map_sg indirection | Christoph Hellwig | 2018-08-08 | 1 | -1/+0 |
* | iommu/mediatek: Fix protect memory setting | Yong Wu | 2018-03-21 | 1 | -5/+10 |
*-. | Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'... | Joerg Roedel | 2017-10-13 | 1 | -0/+7 |
|\ \ |
|
| | * | iommu/io-pgtable-arm-v7s: Convert to IOMMU API TLB sync | Robin Murphy | 2017-10-02 | 1 | -0/+7 |
| |/ |
|
* / | iommu/mediatek: Limit the physical address in 32bit for v7s | Yong Wu | 2017-09-27 | 1 | -1/+2 |
|/ |
|
* | iommu/mediatek: Fix a build warning of BIT(32) in ARM | Yong Wu | 2017-08-28 | 1 | -2/+2 |
* | iommu/mediatek: Fix a build fail of m4u_type | Yong Wu | 2017-08-28 | 1 | -1/+1 |
* | iommu/mediatek: Enlarge the validate PA range for 4GB mode | Yong Wu | 2017-08-22 | 1 | -3/+15 |
* | iommu/mediatek: Disable iommu clock when system suspend | Yong Wu | 2017-08-22 | 1 | -1/+8 |
* | iommu/mediatek: Move pgtable allocation into domain_alloc | Yong Wu | 2017-08-22 | 1 | -30/+22 |
* | iommu/mediatek: Merge 2 M4U HWs into one iommu domain | Yong Wu | 2017-08-22 | 1 | -24/+68 |
* | iommu/mediatek: Add mt2712 IOMMU support | Yong Wu | 2017-08-22 | 1 | -37/+34 |
* | iommu/mediatek: Move MTK_M4U_TO_LARB/PORT into mtk_iommu.c | Yong Wu | 2017-08-22 | 1 | -1/+7 |
* | iommu/mtk: Avoid redundant TLB syncs locally | Robin Murphy | 2017-07-20 | 1 | -0/+6 |
* | iommu: Remove iommu_register_instance interface | Joerg Roedel | 2017-02-10 | 1 | -1/+0 |
* | iommu/mediatek: Make use of iommu_device_register interface | Joerg Roedel | 2017-02-10 | 1 | -0/+26 |
*-. | Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm... | Joerg Roedel | 2016-12-06 | 1 | -60/+25 |
|\ \ |
|
| | * | iommu/mediatek: Fix M4Uv2 group refcounting | Robin Murphy | 2016-11-15 | 1 | -0/+2 |
| |/
|/| |
|
| * | iommu/mediatek: Convert DT component matching to component_match_add_release() | Russell King | 2016-11-10 | 1 | -3/+5 |
| * | iommu/mediatek: Convert M4Uv2 to iommu_fwspec | Robin Murphy | 2016-11-10 | 1 | -57/+18 |
|/ |
|
* | iommu/mediatek: move the common struct into header file | Honghui Zhang | 2016-06-21 | 1 | -47/+1 |
* | iommu/mediatek: Do not call of_node_put in mtk_iommu_of_xlate | Honghui Zhang | 2016-06-21 | 1 | -1/+0 |