[PATCH 4/5] media: apple: Add Apple ISP driver
Sasha Finkelstein
fnkl.kernel at gmail.com
Sun Feb 23 00:48:30 PST 2025
On Wed, 19 Feb 2025 at 12:34, Janne Grunau <j at jannau.net> wrote:
> > + while (maps < end) {
> > + maps++;
> > + maps = of_translate_dma_region(dev->of_node, maps, &heap_base,
> > + &heap_size);
> > + }
>
> The hand-rolled reserved memory parsing looks like it can be replaced
> with of_iommu_get_resv_region();
I have looked into it, and `of_iommu_get_resv_region` does the wrong
thing. We fill out `reg`, and it grabs that instead of `iommu-addresses`.
More information about the linux-arm-kernel
mailing list