Message ID | 20190731121409.17285-7-glaroque@baylibre.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add support of New Amlogic temperature sensor for G12 SoCs | expand |
On 31/07/2019 14:14, Guillaume La Roque wrote: > Add myself as maintainer for Amlogic Thermal driver. > > Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> > --- > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index fb2b12f75c37..299f27d11058 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -15910,6 +15910,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 <glaroque@baylibre.com> > +L: linux-pm@vger.kernel.org > +L: linux-amlogic@lists.infradead.org > +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 <ibm-acpi@hmh.eng.br> > L: ibm-acpi-devel@lists.sourceforge.net > Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
diff --git a/MAINTAINERS b/MAINTAINERS index fb2b12f75c37..299f27d11058 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15910,6 +15910,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 <glaroque@baylibre.com> +L: linux-pm@vger.kernel.org +L: linux-amlogic@lists.infradead.org +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 <ibm-acpi@hmh.eng.br> L: ibm-acpi-devel@lists.sourceforge.net
Add myself as maintainer for Amlogic Thermal driver. Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)