From: Bartosz Golaszewski Date: Thu, 17 Oct 2024 07:18:35 +0000 (+0200) Subject: MAINTAINERS: add a keyword entry for the GPIO subsystem X-Git-Tag: dma-mapping-6.13-2024-11-19~27^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7e336a6c15ec7675adc1b376ca176ab013642098;p=users%2Fhch%2Fdma-mapping.git 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 Link: https://lore.kernel.org/r/20241017071835.19069-1-brgl@bgdev.pl Signed-off-by: Bartosz Golaszewski --- 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