Re: [PATCH] MAINTAINERS: add Documentation/userspace-api/gpio/ to GPIO UAPI section

From: Bartosz Golaszewski
Date: Mon Jan 22 2024 - 08:01:39 EST


On Mon, Jan 22, 2024 at 12:36 PM Kent Gibson <warthog618@xxxxxxxxx> wrote:
>
> Add Documentation/userspace-api/gpio/ to the GPIO UAPI section.
>
> Signed-off-by: Kent Gibson <warthog618@xxxxxxxxx>
> ---
>
> Now that the UAPI split out has reached gpio/for-next it can be updated to
> include the new userspace-api documentation.
>
> "No capes!" - Edna Mode.
>
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> 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/
> --
> 2.39.2
>

Ah, makes sense! Applied too.

Bart