Re: [PATCH 04/13] iommu/arm-smmu: Clean up bus_set_iommu()

From: Will Deacon
Date: Tue Apr 19 2022 - 10:41:49 EST


On Thu, Apr 14, 2022 at 01:42:33PM +0100, Robin Murphy wrote:
> Stop calling bus_set_iommu() since it's now unnecessary. With device
> probes now replayed for every IOMMU instance registration, the whole
> sorry ordering workaround for legacy DT bindings goes too, hooray!

Ha, I hope you tested this!

> Signed-off-by: Robin Murphy <robin.murphy@xxxxxxx>
> ---
> drivers/iommu/arm/arm-smmu/arm-smmu.c | 84 +--------------------------
> 1 file changed, 2 insertions(+), 82 deletions(-)

Assuming it works,

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will