Age | Commit message (Expand) | Author | Files | Lines |
2023-09-25 | iommu/mediatek: Fix share pgtable for iova over 4GB | Yong Wu | 1 | -5/+4 |
2023-08-07 | iommu/mediatek: mt8188: Add iova_region_larb_msk | Yong Wu | 1 | -0/+16 |
2023-08-07 | iommu/mediatek: Add MT8188 IOMMU Support | Chengci.Xu | 1 | -0/+49 |
2023-08-07 | iommu/mediatek: Add enable IOMMU SMC command for INFRA masters | Chengci.Xu | 1 | -10/+22 |
2023-08-07 | iommu/mediatek: Adjust mtk_iommu_config flow | Chengci.Xu | 1 | -26/+32 |
2023-08-07 | iommu/mediatek: Fix two IOMMU share pagetable issue | Chengci.Xu | 1 | -8/+14 |
2023-06-01 | iommu/mediatek: Flush IOTLB completely only if domain has been attached | Chen-Yu Tsai | 1 | -1/+2 |
2023-04-14 | Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ... | Joerg Roedel | 1 | -33/+125 |
2023-04-13 | iommu/mediatek: Set dma_mask for the master devices | Yong Wu | 1 | -0/+8 |
2023-04-13 | iommu/mediatek: Add a gap for the iova regions | Yong Wu | 1 | -5/+7 |
2023-04-13 | iommu/mediatek: mt8186: Add iova_region_larb_msk | Yong Wu | 1 | -0/+13 |
2023-04-13 | iommu/mediatek: mt8195: Add iova_region_larb_msk | Yong Wu | 1 | -0/+17 |
2023-04-13 | iommu/mediatek: mt8192: Add iova_region_larb_msk | Yong Wu | 1 | -1/+18 |
2023-04-13 | iommu/mediatek: Get regionid from larb/port id | Yong Wu | 1 | -19/+26 |
2023-04-13 | iommu/mediatek: Improve comment for the current region/bank | Yong Wu | 1 | -5/+26 |
2023-03-31 | iommu/mtk: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
2023-03-28 | iommu/mediatek: Set dma_mask for PGTABLE_PA_35_EN | Yong Wu | 1 | -0/+8 |
2023-01-13 | iommu: Remove detach_dev callbacks | Lu Baolu | 1 | -9/+0 |
2022-12-12 | Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',... | Joerg Roedel | 1 | -41/+112 |
2022-12-12 | iommu/mediatek: Fix forever loop in error handling | Dan Carpenter | 1 | -2/+1 |
2022-12-05 | iommu/mediatek: Fix crash on isr after kexec() | Ricardo Ribalda | 1 | -1/+1 |
2022-12-05 | iommu/mediatek: Remove unused "mapping" member from mtk_iommu_data | Yong Wu | 1 | -3/+0 |
2022-12-05 | iommu/mediatek: Improve safety for mediatek,smi property in larb nodes | Yong Wu | 1 | -16/+37 |
2022-12-05 | iommu/mediatek: Validate number of phandles associated with "mediatek,larbs" | Guenter Roeck | 1 | -0/+12 |
2022-12-05 | iommu/mediatek: Add error path for loop of mm_dts_parse | Yong Wu | 1 | -7/+20 |
2022-12-05 | iommu/mediatek: Use component_match_add | Yong Wu | 1 | -6/+4 |
2022-12-05 | iommu/mediatek: Add platform_device_put for recovering the device refcnt | Yong Wu | 1 | -3/+8 |
2022-11-19 | iommu/mediatek: Update to {map,unmap}_pages | Robin Murphy | 1 | -7/+8 |
2022-11-19 | iommu/mediatek: add support for MT8365 SoC | Fabien Parent | 1 | -0/+13 |
2022-11-19 | iommu/mediatek: add support for 6-bit encoded port IDs | Fabien Parent | 1 | -1/+11 |
2022-11-19 | iommu/mediatek: Check return value after calling platform_get_resource() | Yang Yingliang | 1 | -0/+2 |
2022-11-01 | iommu: Propagate return value in ->attach_dev callback functions | Nicolin Chen | 1 | -1/+1 |
2022-11-01 | iommu: Regulate EINVAL in ->attach_dev callback functions | Nicolin Chen | 1 | -1/+1 |
2022-10-21 | iommu: Add gfp parameter to iommu_alloc_resv_region | Lu Baolu | 1 | -1/+2 |
2022-09-26 | Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'... | Joerg Roedel | 1 | -25/+20 |
2022-09-26 | iommu/mediatek: Add support for MT6795 Helio X10 M4Us | AngeloGioacchino Del Regno | 1 | -0/+15 |
2022-09-26 | iommu/mediatek: Introduce new flag TF_PORT_TO_ADDR_MT8173 | AngeloGioacchino Del Regno | 1 | -2/+4 |
2022-09-07 | iommu/mtk: Clean up bus_set_iommu() | Robin Murphy | 1 | -23/+1 |
2022-07-29 | Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',... | Joerg Roedel | 1 | -34/+37 |
2022-07-15 | iommu/mediatek: Log with dev_err_probe when failing to parse dts | Nícolas F. R. A. Prado | 1 | -1/+1 |
2022-07-15 | iommu: remove the put_resv_regions method | Christoph Hellwig | 1 | -1/+0 |
2022-07-07 | iommu/mediatek: Allow page table PA up to 35bit | Yunfei Wang | 1 | -6/+7 |
2022-07-06 | iommu: Clean up release_device checks | Robin Murphy | 1 | -5/+0 |
2022-06-23 | iommu/mediatek: Cleanup pericfg lookup flow | AngeloGioacchino Del Regno | 1 | -7/+5 |
2022-06-22 | iommu/mediatek: Lookup phandle to retrieve syscon to infracfg | AngeloGioacchino Del Regno | 1 | -14/+24 |
2022-05-13 | iommu/mediatek: Fix NULL pointer dereference when printing dev_name | Miles Chen | 1 | -0/+6 |
2022-05-04 | iommu/mediatek: Add mt8186 iommu support | Yong Wu | 1 | -0/+16 |
2022-05-04 | iommu/mediatek: mt8195: Enable multi banks for infra iommu | Yong Wu | 1 | -2/+5 |
2022-05-04 | iommu/mediatek: Backup/restore regsiters for multi banks | Yong Wu | 1 | -15/+31 |
2022-05-04 | iommu/mediatek: Initialise/Remove for multi bank dev | Yong Wu | 1 | -14/+30 |