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

From: Claudiu Beznea
Date: Wed Dec 10 2025 - 03:06:22 EST


Hi, Rob,

On 12/10/25 00:39, Rob Herring wrote:
> 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?

I've tested it on SAMA7G5-EK and SAM9X60-EK boards and it works.

Thank you,
Claudiu