diff options
| author | Kent Gibson <warthog618@gmail.com> | 2024-01-22 19:36:40 +0800 |
|---|---|---|
| committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-01-22 14:00:45 +0100 |
| commit | 3473765920eaa4e7d71a0e4869937d2117bb0398 (patch) | |
| tree | d31a9e73795acea1452ec4e380a871dd3bf81365 | |
| parent | 44a0d880b91dcaf3bb62a1ffa7253fe5373cd296 (diff) | |
| download | linux-3473765920eaa4e7d71a0e4869937d2117bb0398.tar.gz linux-3473765920eaa4e7d71a0e4869937d2117bb0398.tar.bz2 linux-3473765920eaa4e7d71a0e4869937d2117bb0398.zip | |
MAINTAINERS: add Documentation/userspace-api/gpio/ to GPIO UAPI section
Add Documentation/userspace-api/gpio/ to the GPIO UAPI section.
Signed-off-by: Kent Gibson <warthog618@gmail.com>
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 8d1052fa6a69..2d0bc0e128bb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9148,6 +9148,7 @@ S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git F: Documentation/ABI/obsolete/sysfs-gpio F: Documentation/ABI/testing/gpio-cdev +F: Documentation/userspace-api/gpio/ F: drivers/gpio/gpiolib-cdev.c F: include/uapi/linux/gpio.h F: tools/gpio/ |
