Re: [PATCH v2 0/7] soc: fsl: guts: cleanups and serial_number support

From: Arnd Bergmann
Date: Thu Feb 10 2022 - 11:21:09 EST


On Wed, Feb 9, 2022 at 5:32 PM Michael Walle <michael@xxxxxxxx> wrote:
>
> This series converts the guts driver from a platform driver to just an
> core_initcall. The driver itself cannot (or rather should never) be
> unloaded because others depends on detecting the current SoC revision
> to apply chip errata. Other SoC drivers do it the same way. Overall I
> got rid of all the global static variables.
>
> The last patch finally adds unique id support to the guts driver. But
> because the binding [1] for the security fuse processor is still pending,
> it is marked as RFC.
>
> [1] https://lore.kernel.org/linux-devicetree/20220127163728.3650648-2-michael@xxxxxxxx/
>
> changes since v1:
> - call kfree() in error case, thanks Dan
> - add missing of_node_put(np), thanks Dan

Looks all good to me,

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>