2022-06-13 09:04:55

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add include/dt-bindings/clock to COMMON CLK FRAMEWORK

Maintainers of the directory Documentation/devicetree/bindings/clock
are also the maintainers of the corresponding directory in
include/dt-bindings/clock.

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

Signed-off-by: Lukas Bulwahn <[email protected]>
---
Michael, Stephen, please pick this MAINTAINERS addition to your section.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 475e28365385..2e7d1e885aed 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4970,6 +4970,7 @@ Q: http://patchwork.kernel.org/project/linux-clk/list/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
F: Documentation/devicetree/bindings/clock/
F: drivers/clk/
+F: include/dt-bindings/clock/
F: include/linux/clk-pr*
F: include/linux/clk/
F: include/linux/of_clk.h
--
2.17.1


2022-06-16 00:29:26

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add include/dt-bindings/clock to COMMON CLK FRAMEWORK

Quoting Lukas Bulwahn (2022-06-13 01:51:00)
> Maintainers of the directory Documentation/devicetree/bindings/clock
> are also the maintainers of the corresponding directory in
> include/dt-bindings/clock.
>
> Add the file entry for include/dt-bindings/clock to the appropriate
> section in MAINTAINERS.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---

Applied to clk-fixes