aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/mtk_iommu.c
AgeCommit message (Expand)Author
2023-10-10iommu/mediatek: Fix share pgtable for iova over 4GBYong Wu
2023-09-13iommu/mediatek: Fix two IOMMU share pagetable issueChengci.Xu
2023-09-13iommu/mediatek: Remove unused "mapping" member from mtk_iommu_dataYong Wu
2023-06-09iommu/mediatek: Flush IOTLB completely only if domain has been attachedChen-Yu Tsai
2023-05-11iommu/mediatek: Set dma_mask for PGTABLE_PA_35_ENYong Wu
2023-01-04iommu/mediatek: Fix crash on isr after kexec()Ricardo Ribalda
2022-12-31iommu/mediatek: Fix forever loop in error handlingDan Carpenter
2022-12-31iommu/mediatek: Validate number of phandles associated with "mediatek,larbs"Guenter Roeck
2022-12-31iommu/mediatek: Add error path for loop of mm_dts_parseYong Wu
2022-12-31iommu/mediatek: Use component_match_addYong Wu
2022-12-31iommu/mediatek: Add platform_device_put for recovering the device refcntYong Wu
2022-12-31iommu/mediatek: Check return value after calling platform_get_resource()Yang Yingliang
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel
2022-09-26iommu/mediatek: Add support for MT6795 Helio X10 M4UsAngeloGioacchino Del Regno
2022-09-26iommu/mediatek: Introduce new flag TF_PORT_TO_ADDR_MT8173AngeloGioacchino Del Regno
2022-09-07iommu/mtk: Clean up bus_set_iommu()Robin Murphy
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel
2022-07-15iommu/mediatek: Log with dev_err_probe when failing to parse dtsNĂ­colas F. R. A. Prado
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig
2022-07-07iommu/mediatek: Allow page table PA up to 35bitYunfei Wang
2022-07-06iommu: Clean up release_device checksRobin Murphy
2022-06-23iommu/mediatek: Cleanup pericfg lookup flowAngeloGioacchino Del Regno
2022-06-22iommu/mediatek: Lookup phandle to retrieve syscon to infracfgAngeloGioacchino Del Regno
2022-05-13iommu/mediatek: Fix NULL pointer dereference when printing dev_nameMiles Chen
2022-05-04iommu/mediatek: Add mt8186 iommu supportYong Wu
2022-05-04iommu/mediatek: mt8195: Enable multi banks for infra iommuYong Wu
2022-05-04iommu/mediatek: Backup/restore regsiters for multi banksYong Wu
2022-05-04iommu/mediatek: Initialise/Remove for multi bank devYong Wu
2022-05-04iommu/mediatek: Get the proper bankid for multi banksYong Wu
2022-05-04iommu/mediatek: Change the domid to iova_region_idYong Wu
2022-05-04iommu/mediatek: Initialise bank HW for each a bankYong Wu
2022-05-04iommu/mediatek: Add mtk_iommu_bank_data structureYong Wu
2022-05-04iommu/mediatek: Remove mtk_iommu.hYong Wu
2022-05-04iommu/mediatek: Separate mtk_iommu_data for v1 and v2Yong Wu
2022-05-04iommu/mediatek: Just move code position in hw_initYong Wu
2022-05-04iommu/mediatek: Only adjust code about register baseYong Wu
2022-05-04iommu/mediatek: Add mt8195 supportYong Wu
2022-05-04iommu/mediatek: Add PCIe supportYong Wu
2022-05-04iommu/mediatek: Add infra iommu supportYong Wu
2022-05-04iommu/mediatek: Add a PM_CLK_AO flag for infra iommuYong Wu
2022-05-04iommu/mediatek: Allow IOMMU_DOMAIN_UNMANAGED for PCIe VFIOYong Wu
2022-05-04iommu/mediatek: Adjust device link when it is sub-commonYong Wu
2022-05-04iommu/mediatek: Contain MM IOMMU flow with the MM TYPEYong Wu
2022-05-04iommu/mediatek: Add IOMMU_TYPE flagYong Wu
2022-05-04iommu/mediatek: Add SUB_COMMON_3BITS flagYong Wu
2022-05-04iommu/mediatek: Always enable output PA over 32bits in isrYong Wu
2022-05-04iommu/mediatek: Remove the granule in the tlb flushYong Wu
2022-05-04iommu/mediatek: Add a flag STD_AXI_MODEYong Wu
2022-05-04iommu/mediatek: Add a flag DCM_DISABLEYong Wu