Re: [PATCH] soc: bcm: brcmstb: Remove bare-metal ARM suspend/resume code

From: Guilherme G. Piccoli
Date: Mon Feb 27 2023 - 13:43:33 EST


On 27/02/2023 15:38, Florian Fainelli wrote:
> [...]
>>> -static int brcmstb_pm_panic_notify(struct notifier_block *nb,
>>> - unsigned long action, void *data)
>>> -{
>>> - writel_relaxed(BRCMSTB_PANIC_MAGIC, ctrl.aon_sram + AON_REG_PANIC);
>>> -
>>> - return NOTIFY_DONE;
>>> [...]
>>
>> Hi Florian, thanks for the clean-up!
>>
>> I'm curious with the above panic notifier - is it not necessary when
>> PSCI is used?
>
> This is a bit of long story, but no, it is not necessary.

OK then heh
Glad for the clean-up!