Re: [PATCH 1/1] remoteproc: Use iommu_paging_domain_alloc()

From: Jason Gunthorpe
Date: Mon Sep 23 2024 - 14:12:33 EST


On Sun, Sep 22, 2024 at 04:57:07PM +0530, Beleswar Prasad Padhi wrote:

> Since commit 17de3f5fdd35, the IOMMU framework has changed how it handles
> callback ops, moving away from using bus->iommu_ops. The omap-iommu driver
> has not yet been updated to align with these framework changes. Therefore,
> omap-iommu, and hence, omap-remoteproc have been broken since 17de3f5fdd35.

That commit is a year old now, if nobody has cared to fix or report
this can we consider removing some of this old code from upstream?
Usually a year of being broken without anyone caring is a good enough
threshold.

> Acked-by: Beleswar Padhi <b-padhi@xxxxxx>

Thanks

Jason