thermal: add temperature sensor support for tango SoC
authorMarc Gonzalez <marc_gonzalez@sigmadesigns.com>
Tue, 19 Apr 2016 14:21:16 +0000 (16:21 +0200)
committerEduardo Valentin <edubezval@gmail.com>
Tue, 17 May 2016 14:28:30 +0000 (07:28 -0700)
commit0b58c08b593d082858e74503bdf553ea01f9f15a
treef94f22fa151b5a0e7069b384fdc82b99d62d73b0
parent469ace07c29310b1401316e5e910c157c7544af3
thermal: add temperature sensor support for tango SoC

The Tango thermal driver provides support for the primitive temperature
sensor embedded in Tango chips since the SMP8758.

This sensor only generates a 1-bit signal to indicate whether the die
temperature exceeds a programmable threshold.

Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Documentation/devicetree/bindings/thermal/tango-thermal.txt [new file with mode: 0644]
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/tango_thermal.c [new file with mode: 0644]