Re: [PATCH v3 5/7] iommu: Allow io_pgtable_tlb ops optional

2021-01-18 Thread Robin Murphy
On 2020-12-16 10:36, Yong Wu wrote: This patch allows io_pgtable_tlb ops could be null since the IOMMU drivers may use the tlb ops from iommu framework. There's not much in it, but I guess this does make more sense overall than just making .tlb_flush_all optional and drivers having to provide

[PATCH v3 5/7] iommu: Allow io_pgtable_tlb ops optional

2020-12-16 Thread Yong Wu
This patch allows io_pgtable_tlb ops could be null since the IOMMU drivers may use the tlb ops from iommu framework. Signed-off-by: Yong Wu --- include/linux/io-pgtable.h | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/linux/io-pgtable.h b/include/linux/io-pgt