On Fri, 19 Apr 2024 17:56:01 +0100, Robin Murphy wrote: > We no longer have a notion of partially-initialised fwspecs existing, > and we also no longer need to use an iommu_ops pointer to return status > to of_dma_configure(). Clean up the remains of those, which lends itself > to clarifying the logic around the dma_range_map allocation as well. > > Signed-off-by: Robin Murphy <robin.murphy@xxxxxxx> > --- > drivers/iommu/of_iommu.c | 29 ++++++++++------------------- > drivers/of/device.c | 30 +++++++++++------------------- > 2 files changed, 21 insertions(+), 38 deletions(-) > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>