thermal: Introduce Amazon's Annapurna Labs Thermal Driver
authorTalel Shenhar <talel@amazon.com>
Thu, 11 Apr 2019 10:22:48 +0000 (13:22 +0300)
committerEduardo Valentin <edubezval@gmail.com>
Tue, 14 May 2019 14:00:26 +0000 (07:00 -0700)
commit71aa3693493d5f51822d88cdd26bc5a51ae5544f
treef218f3548153bb8760425e8270dea8c67fa93f71
parentc8044b918b2bd9e6ad93b4f14b42bcbb61dd544b
thermal: Introduce Amazon's Annapurna Labs Thermal Driver

This is a generic thermal driver for simple MMIO sensors, of which
amazon,al-thermal is one.

This device uses a single MMIO transaction to read the temperature and
report it to the thermal subsystem.

Signed-off-by: Talel Shenhar <talel@amazon.com>
Reviewed-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
MAINTAINERS
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/thermal_mmio.c [new file with mode: 0644]