aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume La Roque <[email protected]>2019-10-04 11:01:14 +0200
committerDaniel Lezcano <[email protected]>2019-11-07 07:00:26 +0100
commit573ae2d9e00c72dcbe35803e20ce2b11334e43cd (patch)
tree6eb32eba38a602aa3794b733031fc9fda03ad4bf
parent421eda108e6c63a72feb178c441bb769d4076836 (diff)
MAINTAINERS: add entry for Amlogic Thermal driver
Add myself as maintainer for Amlogic Thermal driver. Reviewed-by: Neil Armstrong <[email protected]> Signed-off-by: Guillaume La Roque <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8f72756090c9..604184296104 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16104,6 +16104,15 @@ F: Documentation/driver-api/thermal/cpu-cooling-api.rst
F: drivers/thermal/cpu_cooling.c
F: include/linux/cpu_cooling.h
+THERMAL DRIVER FOR AMLOGIC SOCS
+M: Guillaume La Roque <[email protected]>
+W: http://linux-meson.com/
+S: Supported
+F: drivers/thermal/amlogic_thermal.c
+F: Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml
+
THINKPAD ACPI EXTRAS DRIVER
M: Henrique de Moraes Holschuh <[email protected]>