[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241017071835.19069-1-brgl@bgdev.pl>
Date: Thu, 17 Oct 2024 09:18:35 +0200
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Linus Walleij <linus.walleij@...aro.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Arnd Bergmann <arnd@...db.de>
Cc: linux-gpio@...r.kernel.org,
linux-kernel@...r.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
Subject: [PATCH] MAINTAINERS: add a keyword entry for the GPIO subsystem
From: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
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.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index fae25c425f41..ec9f98ab6872 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9808,6 +9808,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@...ev.pl>
--
2.43.0
Powered by blists - more mailing lists