Skip to content

Commit 3af64f1

Browse files
author
Bartosz Golaszewski
committed
MAINTAINERS: add more keywords for the GPIO subsystem entry
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>
1 parent 686e54e commit 3af64f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MAINTAINERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10151,6 +10151,8 @@ F: include/linux/gpio.h
1015110151
F: include/linux/gpio/
1015210152
F: include/linux/of_gpio.h
1015310153
K: (devm_)?gpio_(request|free|direction|get|set)
10154+
K: GPIOD_FLAGS_BIT_NONEXCLUSIVE
10155+
K: devm_gpiod_unhinge
1015410156

1015510157
GPIO UAPI
1015610158
M: Bartosz Golaszewski <brgl@bgdev.pl>

0 commit comments

Comments
 (0)