Re: [PATCH 1/3] xtensa: ISS: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)

From: Max Filippov

Date: Tue Mar 03 2026 - 15:28:57 EST


On Mon, Mar 2, 2026 at 11:35 AM Andrew Davis <afd@xxxxxx> wrote:
>
> Function register_restart_handler() is deprecated. Using this new API
> removes our need to keep and manage a struct notifier_block.
>
> Signed-off-by: Andrew Davis <afd@xxxxxx>
> ---
> arch/xtensa/platforms/iss/setup.c | 11 ++++-------
> 1 file changed, 4 insertions(+), 7 deletions(-)

Thanks. Applied the whole series to my xtensa tree.

-- Max