summaryrefslogtreecommitdiff
path: root/drivers/iommu/mtk_iommu.c
AgeCommit message (Expand)Author
2024-04-12iommu: mtk: fix module autoloadingKrzysztof Kozlowski
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel
2024-03-01iommu: constify of_phandle_args in xlateKrzysztof Kozlowski
2024-02-16iommu/mtk_iommu: Use devm_kcalloc() instead of devm_kzalloc()Erick Archer
2023-11-27iommu: Clean up open-coded ownership checksRobin Murphy
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel
2023-10-26Merge tag 'v6.6-rc7' into coreJoerg Roedel
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle
2023-09-25iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()Jason Gunthorpe
2023-09-25iommu/mtk_iommu: Add an IOMMU_IDENTITIY_DOMAINJason Gunthorpe
2023-09-25iommu/mediatek: Fix share pgtable for iova over 4GBYong Wu
2023-08-07iommu/mediatek: mt8188: Add iova_region_larb_mskYong Wu
2023-08-07iommu/mediatek: Add MT8188 IOMMU SupportChengci.Xu
2023-08-07iommu/mediatek: Add enable IOMMU SMC command for INFRA mastersChengci.Xu
2023-08-07iommu/mediatek: Adjust mtk_iommu_config flowChengci.Xu
2023-08-07iommu/mediatek: Fix two IOMMU share pagetable issueChengci.Xu
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