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 <[email protected]> > --- Version history? > drivers/of/of_reserved_mem.c | 68 > ++++++++++++++++++++++++++--------------- > include/linux/of_reserved_mem.h | 8 +++++ > 2 files changed, 52 insertions(+), 24 deletions(-)
