Re: [PATCH v2 28/45] mfd: rn5t618: Use devm_register_power_handler()

From: Dmitry Osipenko
Date: Mon Nov 29 2021 - 08:22:55 EST


29.11.2021 14:55, Lee Jones пишет:
> On Thu, 28 Oct 2021, Dmitry Osipenko wrote:
>
>> Use devm_register_power_handler() that replaces global pm_power_off
>> variable and allows to register multiple power-off handlers. It also
>> provides restart-handler support, i.e. all in one API.
>>
>> Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx>
>> ---
>> drivers/mfd/rn5t618.c | 56 ++++++++++++++++---------------------------
>> 1 file changed, 21 insertions(+), 35 deletions(-)
>
> For my own reference (apply this as-is to your sign-off block):
>
> Acked-for-MFD-by: Lee Jones <lee.jones@xxxxxxxxxx>
>

Thanks you. This and other driver patches will be slightly changed
because the power-handler was renamed to sys-off handler starting with
the v3 of this series, but yours ack still will be valid here.