On Wed, 06 Nov 2024 15:26:46 -0600, Rob Herring (Arm) wrote:
> Simplify the cell_iommu_get_fixed_address() dma-ranges parsing to use the
> for_each_of_range() iterator.
>
>
Applied to powerpc/next.
[1/1] powerpc: cell: Use for_each_of_range() iterator
https://git.kernel.org/powerpc/c/f3ef
Simplify the cell_iommu_get_fixed_address() dma-ranges parsing to use the
for_each_of_range() iterator.
Signed-off-by: Rob Herring (Arm)
---
arch/powerpc/platforms/cell/iommu.c | 49 ++---
1 file changed, 16 insertions(+), 33 deletions(-)
diff --git a/arch/powerpc/platfo