[PATCH] MAINTAINERS: add include/dt-bindings/gpio to GPIO SUBSYSTEM

Lukas Bulwahn posted 1 patch 3 years, 10 months ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add include/dt-bindings/gpio to GPIO SUBSYSTEM
Posted by Lukas Bulwahn 3 years, 10 months ago
Maintainers of the directory Documentation/devicetree/bindings/gpio
are also the maintainers of the corresponding directory
include/dt-bindings/gpio.

Add the file entry for include/dt-bindings/gpio to the appropriate
section in MAINTAINERS.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Linus, Bartosz, please pick this MAINTAINERS addition to your section.

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1adf8767422b..d04e74ade88a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8517,6 +8517,7 @@ F:	Documentation/devicetree/bindings/gpio/
 F:	Documentation/driver-api/gpio/
 F:	drivers/gpio/
 F:	include/asm-generic/gpio.h
+F:	include/dt-bindings/gpio/
 F:	include/linux/gpio.h
 F:	include/linux/gpio/
 F:	include/linux/of_gpio.h
-- 
2.17.1
Re: [PATCH] MAINTAINERS: add include/dt-bindings/gpio to GPIO SUBSYSTEM
Posted by Bartosz Golaszewski 3 years, 10 months ago
On Mon, Jun 13, 2022 at 1:11 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> Maintainers of the directory Documentation/devicetree/bindings/gpio
> are also the maintainers of the corresponding directory
> include/dt-bindings/gpio.
>
> Add the file entry for include/dt-bindings/gpio to the appropriate
> section in MAINTAINERS.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Linus, Bartosz, please pick this MAINTAINERS addition to your section.
>
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1adf8767422b..d04e74ade88a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8517,6 +8517,7 @@ F:        Documentation/devicetree/bindings/gpio/
>  F:     Documentation/driver-api/gpio/
>  F:     drivers/gpio/
>  F:     include/asm-generic/gpio.h
> +F:     include/dt-bindings/gpio/
>  F:     include/linux/gpio.h
>  F:     include/linux/gpio/
>  F:     include/linux/of_gpio.h
> --
> 2.17.1
>

Applied, thanks!

Bart