On Tue, Sep 12, 2023 at 6:52 AM Claudiu <claudiu.beznea@xxxxxxxxx> wrote: > This patch series adds initial support for The Renesas RZ/G3S (R9A08G045{S33}) > SoC. The RZ/G3S device is a general-purpose microprocessor with a > single-core Arm® Cortex®-A55 (1.1GHz) and a dual-core Arm® Cortex®-M33 (250MHz), > perfect for an IOT gateway controller. I saw some of the patches are fixes. I expect that you and Geert figure these out so I can get a separate pull request for those ASAP. (Unless they are nonurgent.) For new code try to use <linux/cleanup.h>. Or if you prefer take a sweep and introduce scoped guards everywhere (for spinlocks, mutexes..). Yours, Linus Walleij