diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2022-06-13 10:51:00 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-06-15 17:19:02 -0700 |
commit | a79e69c8714f416bd324952d06d1dd7bce3f35bf (patch) | |
tree | 61b5c996e23a130c1933d0bfdd703a71716ed02f /MAINTAINERS | |
parent | a1ea0857b59757733d58908dd55bf4b722ee574f (diff) | |
download | linux-stable-a79e69c8714f416bd324952d06d1dd7bce3f35bf.tar.gz linux-stable-a79e69c8714f416bd324952d06d1dd7bce3f35bf.tar.bz2 linux-stable-a79e69c8714f416bd324952d06d1dd7bce3f35bf.zip |
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 <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20220613085100.402-1-lukas.bulwahn@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a6d3bd9d2a8d..c1abc53f9e91 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4952,6 +4952,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 |