Re: [PATCH v2 2/3] ARM: at91: Move PM init functions to .init_late hook

From: Rob Herring
Date: Tue Dec 09 2025 - 17:40:22 EST


On Sat, Nov 22, 2025 at 9:37 AM Claudiu Beznea <claudiu.beznea@xxxxxxxxx> wrote:
>
> Hi, Rob,
>
> On 11/20/25 23:37, Rob Herring wrote:
> > Move the AT91 PM init functions to .init_late hook to ensure driver
> > dependencies have probed.
> >
> > Cc: Nicolas Ferre <nicolas.ferre@xxxxxxxxxxxxx>
> > Cc: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx>
> > Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> > Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
>
> 'From: Rob Herring <robh@xxxxxxxxxx>' != 'Signed-off-by: Rob Herring (Arm)
> <robh@xxxxxxxxxx>

Before I respin, any feedback on whether this series actually works or not?

Rob