Skip to content

Commit 7e336a6

Browse files
author
Bartosz Golaszewski
committed
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>
1 parent 8e929cb commit 7e336a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9745,6 +9745,7 @@ F: include/dt-bindings/gpio/
97459745
F: include/linux/gpio.h
97469746
F: include/linux/gpio/
97479747
F: include/linux/of_gpio.h
9748+
K: (devm_)?gpio_(request|free|direction|get|set)
97489749

97499750
GPIO UAPI
97509751
M: Bartosz Golaszewski <brgl@bgdev.pl>

0 commit comments

Comments
 (0)