thermal: rcar_gen3_thermal: Do not use interrupts for normal operation
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Thu, 26 Nov 2020 22:09:23 +0000 (23:09 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 30 Nov 2020 15:38:27 +0000 (16:38 +0100)
commit1b57b9597c779f0a20c5837abec31f600240496b
tree02de4942184f6eb3929d2a132443c4191fa0e7e0
parentf74bed6a4e0d7f51da7f624e47f6e9423920e1e0
thermal: rcar_gen3_thermal: Do not use interrupts for normal operation

Remove the usage of interrupts for the normal temperature operation and
depend on the polling performed by the thermal core. This is done to
prepare to use the interrupts as they are intended to trigger once
specific trip points are passed and not to react to temperature changes
in the normal operational range.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20201126220923.3107213-1-niklas.soderlund+renesas@ragnatech.se
drivers/thermal/rcar_gen3_thermal.c