Re: [PATCH v5 05/13] gpio: adp5585: use devm_blocking_notifier_chain_register()
From: Linus Walleij
Date: Mon Aug 17 2026 - 08:12:39 EST
On Sun, Aug 16, 2026 at 8:08 AM Eliav Farber <farbere@xxxxxxxxxx> wrote:
> Replace the blocking_notifier_chain_register() +
> devm_add_action_or_reset() pattern with a single call to
> devm_blocking_notifier_chain_register(), removing the
> adp5585_gpio_unreg_notifier() callback.
>
> Signed-off-by: Eliav Farber <farbere@xxxxxxxxxx>
> Acked-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>
Sashikos comment is probably correct but can be fixed in another
patch by whoever wants to.
Reviewed-by: Linus Walleij <linusw@xxxxxxxxxx>
Yours,
Linus Walleij