Re: [PATCH v3 1/7] iommu/mediatek: Correct the flush_iotlb_all callback

2019-10-14 Thread Robin Murphy
On 14/10/2019 07:38, Yong Wu wrote: Use the correct tlb_flush_all instead of the original one. Reviewed-by: Robin Murphy Fixes: 4d689b619445 ("iommu/io-pgtable-arm-v7s: Convert to IOMMU API TLB sync") Signed-off-by: Yong Wu --- drivers/iommu/mtk_iommu.c | 2 +- 1 file changed, 1 insertion

[PATCH v3 1/7] iommu/mediatek: Correct the flush_iotlb_all callback

2019-10-13 Thread Yong Wu
Use the correct tlb_flush_all instead of the original one. Fixes: 4d689b619445 ("iommu/io-pgtable-arm-v7s: Convert to IOMMU API TLB sync") Signed-off-by: Yong Wu --- drivers/iommu/mtk_iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/mtk_iommu.c b/drivers/