Re: [PATCH v2 0/6] IOMMU: Some more IOVA and core code tidy-up

From: Will Deacon
Date: Mon Jan 18 2021 - 06:24:47 EST


On Wed, Jan 06, 2021 at 09:35:05PM +0800, John Garry wrote:
> Just some tidy-up to IOVA and core code.
>
> Based on v5.11-rc2
>
> Differences to v1:
> - Add core IOMMU patches
>
> John Garry (6):
> iova: Make has_iova_flush_queue() private
> iova: Delete copy_reserved_iova()
> iova: Stop exporting some more functions
> iommu: Stop exporting iommu_map_sg_atomic()
> iommu: Delete iommu_domain_window_disable()
> iommu: Delete iommu_dev_has_feature()
>
> drivers/iommu/iommu.c | 21 ---------------------
> drivers/iommu/iova.c | 36 +-----------------------------------
> include/linux/iommu.h | 13 -------------
> include/linux/iova.h | 12 ------------
> 4 files changed, 1 insertion(+), 81 deletions(-)

For the series:

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will