Messages in this thread |  | | Date | Fri, 13 Mar 2026 18:06:29 -0500 | | From | Rob Herring <> | | Subject | Re: [PATCH v3 3/6] of_reserved_mem: add a helper for rmem device_init op |
| |
On Fri, Mar 06, 2026 at 11:36:34AM +0100, Albert Esteve wrote: > Add a helper function wrapping internal reserved memory > device_init call and expose it externally.
Why?
The diff tells us what. The commit msg needs to tell us why. Maybe the rest of the series explains it, but this commit needs to stand on its own.
> > Use the new helper function within of_reserved_mem_device_init_by_idx(). > > Signed-off-by: Albert Esteve <aesteve@redhat.com> > ---
Version history?
> drivers/of/of_reserved_mem.c | 68 ++++++++++++++++++++++++++--------------- > include/linux/of_reserved_mem.h | 8 +++++ > 2 files changed, 52 insertions(+), 24 deletions(-)
|  |