]> git.ipfire.org Git - thirdparty/linux.git/commit
gpio: remove of_get_named_gpio() and <linux/of_gpio.h>
authorJialu Xu <xujialu@vimux.org>
Sat, 7 Mar 2026 03:06:26 +0000 (11:06 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Mon, 9 Mar 2026 09:25:34 +0000 (10:25 +0100)
commitb6420bd5aa0c374331bad6c0fa2eb5f0f87cf5a0
treefe1185cfa2b715ab7fbc6b5d038920e05d3ba66b
parent253350dbf3e7fbd136905c98bd9f800fddb4fead
gpio: remove of_get_named_gpio() and <linux/of_gpio.h>

All in-tree consumers have been converted to the descriptor-based API.
Remove the deprecated of_get_named_gpio() helper, delete the
<linux/of_gpio.h> header, and drop the corresponding entry from
MAINTAINERS.

Also remove the completed TODO item for this cleanup.

Signed-off-by: Jialu Xu <xujialu@vimux.org>
Reviewed-by: Linus Walleij <linusw@kernel.org>
Link: https://patch.msgid.link/02ABDA1F9E3FAF1F+20260307030623.3495092-6-xujialu@vimux.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
MAINTAINERS
drivers/gpio/TODO
drivers/gpio/gpiolib-of.c
include/linux/of_gpio.h [deleted file]