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

Lukas Bulwahn posted 1 patch 3 years, 10 months ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add include/dt-bindings/clock to COMMON CLK FRAMEWORK
Posted by Lukas Bulwahn 3 years, 10 months ago
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 <lukas.bulwahn@gmail.com>
---
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
Re: [PATCH] MAINTAINERS: add include/dt-bindings/clock to COMMON CLK FRAMEWORK
Posted by Stephen Boyd 3 years, 10 months ago
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 <lukas.bulwahn@gmail.com>
> ---

Applied to clk-fixes