[PATCH 0/2] of: overlay: Miscellaneous improvements

Geert Uytterhoeven posted 2 patches 3 years, 9 months ago
drivers/of/overlay.c | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)
[PATCH 0/2] of: overlay: Miscellaneous improvements
Posted by Geert Uytterhoeven 3 years, 9 months ago
	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 -- geert@linux-m68k.org

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
Re: [PATCH 0/2] of: overlay: Miscellaneous improvements
Posted by Frank Rowand 3 years, 9 months ago
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 <frank.rowand@sony.com>
Tested-by: Frank Rowand <frank.rowand@sony.com>
Re: [PATCH 0/2] of: overlay: Miscellaneous improvements
Posted by Frank Rowand 3 years, 9 months ago
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