thermal/drivers/sun8i: Add thermal driver for H6/H5/H3/A64/A83T/R40
authorYangtao Li <tiny.windzz@gmail.com>
Thu, 19 Dec 2019 17:28:17 +0000 (09:28 -0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 27 Jan 2020 09:24:32 +0000 (10:24 +0100)
commitdccc5c3b6f30f27ed0f1bea82221e18face20bef
tree21a9e8b50bb69a482c23edf8a13844358f9ec088
parent93802b031b3664a72c54d731f5e68f4f5a4c56a0
thermal/drivers/sun8i: Add thermal driver for H6/H5/H3/A64/A83T/R40

This patch adds the support for allwinner thermal sensor, within
allwinner SoC. It will register sensors for thermal framework
and use device tree to bind cooling device.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Signed-off-by: Ondrej Jirman <megous@megous.com>
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Acked-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20191219172823.1652600-2-anarsoul@gmail.com
MAINTAINERS
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/sun8i_thermal.c [new file with mode: 0644]