Re: [PATCH 3/3] gpio: remove of_get_named_gpio() and <linux/of_gpio.h>

From: Linus Walleij

Date: Thu Mar 05 2026 - 07:17:58 EST


On Wed, Mar 4, 2026 at 9:49 AM Jialu Xu <xujialu@xxxxxxxxx> wrote:

> All in-tree consumers have been converted to the descriptor-based API.
> Remove the deprecated of_get_named_gpio() helper and delete the
> <linux/of_gpio.h> header.
>
> Signed-off-by: Jialu Xu <xujialu@xxxxxxxxx>

Almost!

$ git grep 'linux\/of_gpio\.h'
MAINTAINERS:F: include/linux/of_gpio.h
^^^

Fix this as well, with that change and if the rest of the changes go in:
Reviewed-by: Linus Walleij <linusw@xxxxxxxxxx>

Yours,
Linus Walleij