OSDN Git Service

thermal: bcm2835: add thermal driver for bcm2835 SoC
authorStefan Wahren <stefan.wahren@i2se.com>
Fri, 31 Mar 2017 20:03:06 +0000 (20:03 +0000)
committerEduardo Valentin <edubezval@gmail.com>
Sat, 1 Apr 2017 16:30:28 +0000 (09:30 -0700)
commitbcb7dd9ef206f7d646ed8dac6fe7772083714253
tree493f0a1c022c8e7d97b798713fbbc9ba291e8684
parent1e2ac9821de6a85d3e8358f238436708d1d46869
thermal: bcm2835: add thermal driver for bcm2835 SoC

Add basic thermal driver for bcm2835 SoC.

This driver currently make sure that tsense HW block is set up
correctly.

Tested-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Acked-by: Eric Anholt <eric@anholt.net>
Acked-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/bcm2835_thermal.c [new file with mode: 0644]