Hi Ben, On Mon, 11 May 2026 at 23:18, Ben Levinsky <[email protected]> wrote: > Replace the exact-match carveout map and unmap callbacks in the > existing remoteproc drivers with the common wc-ioremap helpers. Leave > the zynqmp R5 TCM callbacks alone because they also clear the mapped > memory and are not exact matches. > > Signed-off-by: Ben Levinsky <[email protected]>
Thanks for your patch! > drivers/remoteproc/rcar_rproc.c | 33 ++--------------- This change also makes sure mem->is_iomem is true, which looks like a valid bug fix. Do you know what was the impact of not setting this before? Reviewed-by: Geert Uytterhoeven <[email protected]> # renesas Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds

