2022-07-15 14:53:35

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH 0/2] of: overlay: Miscellaneous improvements

Hi,

While performing the long-overdue rebase of my topic/overlays branch[1]
on top of the overlay rework in v5.19-rc1, I identified a few areas for
improvement in the upstream code.

Thanks for your comments!

[1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/log/?h=topic/overlays

Geert Uytterhoeven (2):
of: overlay: Move devicetree_corrupt() check up
of: overlay: Simplify of_overlay_fdt_apply() tail

drivers/of/overlay.c | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)

--
2.25.1

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


2022-07-18 23:46:54

by Frank Rowand

[permalink] [raw]
Subject: Re: [PATCH 0/2] of: overlay: Miscellaneous improvements

On 7/15/22 09:03, Geert Uytterhoeven wrote:
> Hi,
>
> While performing the long-overdue rebase of my topic/overlays branch[1]
> on top of the overlay rework in v5.19-rc1, I identified a few areas for
> improvement in the upstream code.
>
> Thanks for your comments!
>
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/log/?h=topic/overlays
>
> Geert Uytterhoeven (2):
> of: overlay: Move devicetree_corrupt() check up
> of: overlay: Simplify of_overlay_fdt_apply() tail
>
> drivers/of/overlay.c | 20 +++++++-------------
> 1 file changed, 7 insertions(+), 13 deletions(-)
>

The patches look good, based on a visual inspection. I'll build the kernel
and test the patches tomorrow morning.

-Frank

2022-07-19 18:45:18

by Frank Rowand

[permalink] [raw]
Subject: Re: [PATCH 0/2] of: overlay: Miscellaneous improvements

On 7/15/22 09:03, Geert Uytterhoeven wrote:
> Hi,
>
> While performing the long-overdue rebase of my topic/overlays branch[1]
> on top of the overlay rework in v5.19-rc1, I identified a few areas for
> improvement in the upstream code.
>
> Thanks for your comments!
>
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/log/?h=topic/overlays
>
> Geert Uytterhoeven (2):
> of: overlay: Move devicetree_corrupt() check up
> of: overlay: Simplify of_overlay_fdt_apply() tail
>
> drivers/of/overlay.c | 20 +++++++-------------
> 1 file changed, 7 insertions(+), 13 deletions(-)
>

For the entire series:

Reviewed-by: Frank Rowand <[email protected]>
Tested-by: Frank Rowand <[email protected]>