]> www.infradead.org Git - users/hch/misc.git/commitdiff
MAINTAINERS: add more keywords for the GPIO subsystem entry
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 1 Apr 2025 12:46:44 +0000 (14:46 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 8 Apr 2025 08:41:58 +0000 (10:41 +0200)
Add GPIOD_FLAGS_BIT_NONEXCLUSIVE and devm_gpiod_unhinge as keywords to
the GPIO entry so that we get notified if anybody tries to use these
deprecated symbols. We'll drop them from here once we remove them from
the kernel.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20250401-gpio-todo-remove-nonexclusive-v2-3-7c1380797b0d@linaro.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
MAINTAINERS

index 96b82704950184bd71623ff41fc4df31e4c7fe87..c59316109e3f8feacf9628fd1065ed551c4250d5 100644 (file)
@@ -10151,6 +10151,8 @@ F:      include/linux/gpio.h
 F:     include/linux/gpio/
 F:     include/linux/of_gpio.h
 K:     (devm_)?gpio_(request|free|direction|get|set)
+K:     GPIOD_FLAGS_BIT_NONEXCLUSIVE
+K:     devm_gpiod_unhinge
 
 GPIO UAPI
 M:     Bartosz Golaszewski <brgl@bgdev.pl>