[PATCH] misc: fastrpc: Use of_reserved_mem_region_to_resource() for "memory-region"
Greg Kroah-Hartman
gregkh at linuxfoundation.org
Wed Jul 16 12:16:51 UTC 2025
On Sat, Jul 12, 2025 at 07:27:42PM +0100, Srinivas Kandagatla wrote:
>
>
> On 7/3/25 7:34 PM, Rob Herring (Arm) wrote:
> > Use the newly added of_reserved_mem_region_to_resource() function to
> > handle "memory-region" properties.
> >
> > The error handling is a bit different. "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>
> > ---
>
> Reviewed-by: Srinivas Kandagatla <srini at kernel.org>
>
>
> Greg, there are no more patches for fastrpc for this cycle, can you
> please pick this up via char-misc tree?
Will do, thanks.
greg k-h
More information about the dri-devel
mailing list