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

Kent Gibson posted 1 patch 1 year, 11 months ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add Documentation/userspace-api/gpio/ to GPIO UAPI section
Posted by Kent Gibson 1 year, 11 months ago
Add Documentation/userspace-api/gpio/ to the GPIO UAPI section.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
---

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
Re: [PATCH] MAINTAINERS: add Documentation/userspace-api/gpio/ to GPIO UAPI section
Posted by Bartosz Golaszewski 1 year, 11 months ago
On Mon, Jan 22, 2024 at 12:36 PM Kent Gibson <warthog618@gmail.com> wrote:
>
> Add Documentation/userspace-api/gpio/ to the GPIO UAPI section.
>
> Signed-off-by: Kent Gibson <warthog618@gmail.com>
> ---
>
> 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