diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2022-06-13 15:43:09 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2022-07-28 18:29:43 +0300 |
commit | 037a6ea0debbe3da3f5cef311d835fb7f1a5e2c7 (patch) | |
tree | 0e592efc3c744f5de5adddf55aaa53247171ce37 /MAINTAINERS | |
parent | 829f416643f9738b0fda9e3f1bf8712113f61a23 (diff) | |
download | linux-037a6ea0debbe3da3f5cef311d835fb7f1a5e2c7.tar.xz |
MAINTAINERS: add include/dt-bindings/thermal to THERMAL
Maintainers of the directory Documentation/devicetree/bindings/thermal
are also the maintainers of the corresponding directory
include/dt-bindings/thermal.
Add the file entry for include/dt-bindings/thermal to the appropriate
section in MAINTAINERS.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20220613124309.28790-1-lukas.bulwahn@gmail.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3ad3328b8a46..b0fbf28d55e6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19586,6 +19586,7 @@ F: Documentation/ABI/testing/sysfs-class-thermal F: Documentation/devicetree/bindings/thermal/ F: Documentation/driver-api/thermal/ F: drivers/thermal/ +F: include/dt-bindings/thermal/ F: include/linux/cpu_cooling.h F: include/linux/thermal.h F: include/uapi/linux/thermal.h |