Message ID | 20240122113640.93162-1-warthog618@gmail.com |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: add Documentation/userspace-api/gpio/ to GPIO UAPI section | expand |
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
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/
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(+) -- 2.39.2