[PATCH 3/3] remoteproc: Use of_reserved_mem_region_* functions for "memory-region"
Daniel Baluta
daniel.baluta at gmail.com
Tue Mar 18 01:57:11 PDT 2025
On Tue, Mar 18, 2025 at 1:25 AM Rob Herring (Arm) <robh at kernel.org> wrote:
>
> Use the newly added of_reserved_mem_region_to_resource() and
> of_reserved_mem_region_count() functions to handle "memory-region"
> properties.
>
> The error handling is a bit different in some cases. Often
> "memory-region" is optional, so failed lookup is not an error. But then
> an error in of_reserved_mem_lookup() is treated as an error. However,
> that distinction is not really important. Either the region is available
> and usable or it is not. So now, it is just
> of_reserved_mem_region_to_resource() which is checked for an error.
>
> Signed-off-by: Rob Herring (Arm) <robh at kernel.org>
For IMX part:
Reviewed-by: Daniel Baluta <daniel.baluta at nxp.com>
More information about the linux-arm-kernel
mailing list