diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-10-17 09:18:35 +0200 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-10-22 09:13:10 +0200 |
commit | 7e336a6c15ec7675adc1b376ca176ab013642098 (patch) | |
tree | d97d078f48e1b727b6393e5de3b22045014ced93 | |
parent | Linux 6.12-rc3 (diff) | |
download | linux-7e336a6c15ec7675adc1b376ca176ab013642098.tar.xz linux-7e336a6c15ec7675adc1b376ca176ab013642098.zip |
MAINTAINERS: add a keyword entry for the GPIO subsystem
Every now and then - despite being clearly documented as deprecated -
the legacy GPIO API is being used in some new drivers in the kernel. Add
a keyword pattern matching the unwanted functions so that I get Cc'ed
anytime they're being used and get the chance to object.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20241017071835.19069-1-brgl@bgdev.pl
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7ad507f49324..b1ef7c297056 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9745,6 +9745,7 @@ F: include/dt-bindings/gpio/ F: include/linux/gpio.h F: include/linux/gpio/ F: include/linux/of_gpio.h +K: (devm_)?gpio_(request|free|direction|get|set) GPIO UAPI M: Bartosz Golaszewski <brgl@bgdev.pl> |