summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/mtk_iommu.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel1-41/+112
2022-12-12iommu/mediatek: Fix forever loop in error handlingDan Carpenter1-2/+1
2022-12-05iommu/mediatek: Fix crash on isr after kexec()Ricardo Ribalda1-1/+1
2022-12-05iommu/mediatek: Remove unused "mapping" member from mtk_iommu_dataYong Wu1-3/+0
2022-12-05iommu/mediatek: Improve safety for mediatek,smi property in larb nodesYong Wu1-16/+37
2022-12-05iommu/mediatek: Validate number of phandles associated with "mediatek,larbs"Guenter Roeck1-0/+12
2022-12-05iommu/mediatek: Add error path for loop of mm_dts_parseYong Wu1-7/+20
2022-12-05iommu/mediatek: Use component_match_addYong Wu1-6/+4
2022-12-05iommu/mediatek: Add platform_device_put for recovering the device refcntYong Wu1-3/+8
2022-11-19iommu/mediatek: Update to {map,unmap}_pagesRobin Murphy1-7/+8
2022-11-19iommu/mediatek: add support for MT8365 SoCFabien Parent1-0/+13
2022-11-19iommu/mediatek: add support for 6-bit encoded port IDsFabien Parent1-1/+11
2022-11-19iommu/mediatek: Check return value after calling platform_get_resource()Yang Yingliang1-0/+2
2022-11-01iommu: Propagate return value in ->attach_dev callback functionsNicolin Chen1-1/+1
2022-11-01iommu: Regulate EINVAL in ->attach_dev callback functionsNicolin Chen1-1/+1
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu1-1/+2
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel1-25/+20
2022-09-26iommu/mediatek: Add support for MT6795 Helio X10 M4UsAngeloGioacchino Del Regno1-0/+15
2022-09-26iommu/mediatek: Introduce new flag TF_PORT_TO_ADDR_MT8173AngeloGioacchino Del Regno1-2/+4
2022-09-07iommu/mtk: Clean up bus_set_iommu()Robin Murphy1-23/+1
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel1-34/+37
2022-07-15iommu/mediatek: Log with dev_err_probe when failing to parse dtsNĂ­colas F. R. A. Prado1-1/+1
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig1-1/+0
2022-07-07iommu/mediatek: Allow page table PA up to 35bitYunfei Wang1-6/+7
2022-07-06iommu: Clean up release_device checksRobin Murphy1-5/+0
2022-06-23iommu/mediatek: Cleanup pericfg lookup flowAngeloGioacchino Del Regno1-7/+5
2022-06-22iommu/mediatek: Lookup phandle to retrieve syscon to infracfgAngeloGioacchino Del Regno1-14/+24
2022-05-13iommu/mediatek: Fix NULL pointer dereference when printing dev_nameMiles Chen1-0/+6
2022-05-04iommu/mediatek: Add mt8186 iommu supportYong Wu1-0/+16
2022-05-04iommu/mediatek: mt8195: Enable multi banks for infra iommuYong Wu1-2/+5
2022-05-04iommu/mediatek: Backup/restore regsiters for multi banksYong Wu1-15/+31
2022-05-04iommu/mediatek: Initialise/Remove for multi bank devYong Wu1-14/+30
2022-05-04iommu/mediatek: Get the proper bankid for multi banksYong Wu1-7/+48
2022-05-04iommu/mediatek: Change the domid to iova_region_idYong Wu1-23/+23
2022-05-04iommu/mediatek: Initialise bank HW for each a bankYong Wu1-12/+20
2022-05-04iommu/mediatek: Add mtk_iommu_bank_data structureYong Wu1-62/+117
2022-05-04iommu/mediatek: Remove mtk_iommu.hYong Wu1-1/+13
2022-05-04iommu/mediatek: Separate mtk_iommu_data for v1 and v2Yong Wu1-5/+77
2022-05-04iommu/mediatek: Just move code position in hw_initYong Wu1-24/+24
2022-05-04iommu/mediatek: Only adjust code about register baseYong Wu1-24/+27
2022-05-04iommu/mediatek: Add mt8195 supportYong Wu1-0/+41
2022-05-04iommu/mediatek: Add PCIe supportYong Wu1-1/+20
2022-05-04iommu/mediatek: Add infra iommu supportYong Wu1-7/+29
2022-05-04iommu/mediatek: Add a PM_CLK_AO flag for infra iommuYong Wu1-3/+26
2022-05-04iommu/mediatek: Allow IOMMU_DOMAIN_UNMANAGED for PCIe VFIOYong Wu1-1/+1
2022-05-04iommu/mediatek: Adjust device link when it is sub-commonYong Wu1-4/+14
2022-05-04iommu/mediatek: Contain MM IOMMU flow with the MM TYPEYong Wu1-91/+122
2022-05-04iommu/mediatek: Add IOMMU_TYPE flagYong Wu1-2/+10
2022-05-04iommu/mediatek: Add SUB_COMMON_3BITS flagYong Wu1-10/+16
2022-05-04iommu/mediatek: Always enable output PA over 32bits in isrYong Wu1-2/+2