summaryrefslogtreecommitdiff
path: root/drivers/iommu/mtk_iommu.c
AgeCommit message (Expand)Author
2023-06-01iommu/mediatek: Flush IOTLB completely only if domain has been attachedChen-Yu Tsai
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel
2023-04-13iommu/mediatek: Set dma_mask for the master devicesYong Wu
2023-04-13iommu/mediatek: Add a gap for the iova regionsYong Wu
2023-04-13iommu/mediatek: mt8186: Add iova_region_larb_mskYong Wu
2023-04-13iommu/mediatek: mt8195: Add iova_region_larb_mskYong Wu
2023-04-13iommu/mediatek: mt8192: Add iova_region_larb_mskYong Wu
2023-04-13iommu/mediatek: Get regionid from larb/port idYong Wu
2023-04-13iommu/mediatek: Improve comment for the current region/bankYong Wu
2023-03-31iommu/mtk: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-28iommu/mediatek: Set dma_mask for PGTABLE_PA_35_ENYong Wu
2023-01-13iommu: Remove detach_dev callbacksLu Baolu
2022-12-12Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel
2022-12-12iommu/mediatek: Fix forever loop in error handlingDan Carpenter
2022-12-05iommu/mediatek: Fix crash on isr after kexec()Ricardo Ribalda
2022-12-05iommu/mediatek: Remove unused "mapping" member from mtk_iommu_dataYong Wu
2022-12-05iommu/mediatek: Improve safety for mediatek,smi property in larb nodesYong Wu
2022-12-05iommu/mediatek: Validate number of phandles associated with "mediatek,larbs"Guenter Roeck
2022-12-05iommu/mediatek: Add error path for loop of mm_dts_parseYong Wu
2022-12-05iommu/mediatek: Use component_match_addYong Wu
2022-12-05iommu/mediatek: Add platform_device_put for recovering the device refcntYong Wu
2022-11-19iommu/mediatek: Update to {map,unmap}_pagesRobin Murphy
2022-11-19iommu/mediatek: add support for MT8365 SoCFabien Parent
2022-11-19iommu/mediatek: add support for 6-bit encoded port IDsFabien Parent
2022-11-19iommu/mediatek: Check return value after calling platform_get_resource()Yang Yingliang
2022-11-01iommu: Propagate return value in ->attach_dev callback functionsNicolin Chen
2022-11-01iommu: Regulate EINVAL in ->attach_dev callback functionsNicolin Chen
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