* [PATCH] MAINTAINERS: split out the uAPI into a new section
@ 2023-12-22 14:19 Bartosz Golaszewski
2023-12-22 14:27 ` Andy Shevchenko
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2023-12-22 14:19 UTC (permalink / raw)
To: Linus Walleij, Andy Shevchenko, Kent Gibson
Cc: linux-gpio, linux-kernel, Bartosz Golaszewski
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Kent Gibson is the author of the character device uAPI v2 and should be
Cc'ed on all patches aimed for it. Unfortunately this is not the case as
he's not listed in MAINTAINERS. Split the uAPI files into their own
section and make Kent the reviewer.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
MAINTAINERS | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 9104430e148e..2867da6e233d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9006,8 +9006,6 @@ R: Andy Shevchenko <andy@kernel.org>
L: linux-gpio@vger.kernel.org
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/admin-guide/gpio/
F: Documentation/devicetree/bindings/gpio/
F: Documentation/driver-api/gpio/
@@ -9016,6 +9014,17 @@ F: include/dt-bindings/gpio/
F: include/linux/gpio.h
F: include/linux/gpio/
F: include/linux/of_gpio.h
+
+GPIO UAPI
+M: Linus Walleij <linus.walleij@linaro.org>
+M: Bartosz Golaszewski <brgl@bgdev.pl>
+R: Kent Gibson <warthog618@gmail.com>
+L: linux-gpio@vger.kernel.org
+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: drivers/gpio/gpiolib-cdev.c
F: include/uapi/linux/gpio.h
F: tools/gpio/
--
2.40.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: split out the uAPI into a new section
2023-12-22 14:19 [PATCH] MAINTAINERS: split out the uAPI into a new section Bartosz Golaszewski
@ 2023-12-22 14:27 ` Andy Shevchenko
2023-12-22 17:42 ` Linus Walleij
2023-12-27 14:52 ` Bartosz Golaszewski
2 siblings, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2023-12-22 14:27 UTC (permalink / raw)
To: Bartosz Golaszewski
Cc: Linus Walleij, Kent Gibson, linux-gpio, linux-kernel,
Bartosz Golaszewski
On Fri, Dec 22, 2023 at 03:19:52PM +0100, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
>
> Kent Gibson is the author of the character device uAPI v2 and should be
> Cc'ed on all patches aimed for it. Unfortunately this is not the case as
> he's not listed in MAINTAINERS. Split the uAPI files into their own
> section and make Kent the reviewer.
Cool! Thank you for doing this.
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: split out the uAPI into a new section
2023-12-22 14:19 [PATCH] MAINTAINERS: split out the uAPI into a new section Bartosz Golaszewski
2023-12-22 14:27 ` Andy Shevchenko
@ 2023-12-22 17:42 ` Linus Walleij
2023-12-27 14:52 ` Bartosz Golaszewski
2 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2023-12-22 17:42 UTC (permalink / raw)
To: Bartosz Golaszewski
Cc: Andy Shevchenko, Kent Gibson, linux-gpio, linux-kernel,
Bartosz Golaszewski
On Fri, Dec 22, 2023 at 3:19 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> Kent Gibson is the author of the character device uAPI v2 and should be
> Cc'ed on all patches aimed for it. Unfortunately this is not the case as
> he's not listed in MAINTAINERS. Split the uAPI files into their own
> section and make Kent the reviewer.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> ---
> MAINTAINERS | 13 +++++++++++--
> 1 file changed, 11 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9104430e148e..2867da6e233d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9006,8 +9006,6 @@ R: Andy Shevchenko <andy@kernel.org>
> L: linux-gpio@vger.kernel.org
> 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/admin-guide/gpio/
> F: Documentation/devicetree/bindings/gpio/
> F: Documentation/driver-api/gpio/
> @@ -9016,6 +9014,17 @@ F: include/dt-bindings/gpio/
> F: include/linux/gpio.h
> F: include/linux/gpio/
> F: include/linux/of_gpio.h
> +
> +GPIO UAPI
> +M: Linus Walleij <linus.walleij@linaro.org>
Uh, I don't know if I'm competent at this point, I think Kent and you
are the proper maintainers of the UAPI.
With me dropped from the UAPI:
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
(OK I know I wrote v1 but think of that just makes me feel ashamed
these days wrt where it has gone since in v2.)
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: split out the uAPI into a new section
2023-12-22 14:19 [PATCH] MAINTAINERS: split out the uAPI into a new section Bartosz Golaszewski
2023-12-22 14:27 ` Andy Shevchenko
2023-12-22 17:42 ` Linus Walleij
@ 2023-12-27 14:52 ` Bartosz Golaszewski
2 siblings, 0 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2023-12-27 14:52 UTC (permalink / raw)
To: Linus Walleij, Andy Shevchenko, Kent Gibson
Cc: linux-gpio, linux-kernel, Bartosz Golaszewski
On Fri, Dec 22, 2023 at 3:19 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
>
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
>
> Kent Gibson is the author of the character device uAPI v2 and should be
> Cc'ed on all patches aimed for it. Unfortunately this is not the case as
> he's not listed in MAINTAINERS. Split the uAPI files into their own
> section and make Kent the reviewer.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> ---
> MAINTAINERS | 13 +++++++++++--
> 1 file changed, 11 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9104430e148e..2867da6e233d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9006,8 +9006,6 @@ R: Andy Shevchenko <andy@kernel.org>
> L: linux-gpio@vger.kernel.org
> 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/admin-guide/gpio/
> F: Documentation/devicetree/bindings/gpio/
> F: Documentation/driver-api/gpio/
> @@ -9016,6 +9014,17 @@ F: include/dt-bindings/gpio/
> F: include/linux/gpio.h
> F: include/linux/gpio/
> F: include/linux/of_gpio.h
> +
> +GPIO UAPI
> +M: Linus Walleij <linus.walleij@linaro.org>
> +M: Bartosz Golaszewski <brgl@bgdev.pl>
> +R: Kent Gibson <warthog618@gmail.com>
> +L: linux-gpio@vger.kernel.org
> +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: drivers/gpio/gpiolib-cdev.c
> F: include/uapi/linux/gpio.h
> F: tools/gpio/
>
> --
> 2.40.1
>
Applied with Linus dropped from maintainers of GPIO uAPI.
Bart
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-12-27 14:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-22 14:19 [PATCH] MAINTAINERS: split out the uAPI into a new section Bartosz Golaszewski
2023-12-22 14:27 ` Andy Shevchenko
2023-12-22 17:42 ` Linus Walleij
2023-12-27 14:52 ` Bartosz Golaszewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox