thermal: Add Tegra BPMP thermal sensor driver
authorMikko Perttunen <mperttunen@nvidia.com>
Mon, 24 Jul 2017 16:29:18 +0000 (19:29 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 19 Oct 2017 14:31:47 +0000 (16:31 +0200)
commit7afebede62bed77ebae34fc64406984949d2a127
tree7e2811b03764a374bc7f56138b23fcc2559fee4c
parentac8a1eb05f62d89ed4aa30628f12e8e69b2865cc
thermal: Add Tegra BPMP thermal sensor driver

On Tegra186, the BPMP (Boot and Power Management Processor) exposes an
interface to thermal sensors on the system-on-chip. This driver
implements access to the interface. It supports reading the
temperature, setting trip points and receiving notification of a
tripped trip point.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/thermal/Makefile
drivers/thermal/tegra/Kconfig
drivers/thermal/tegra/Makefile
drivers/thermal/tegra/tegra-bpmp-thermal.c [new file with mode: 0644]