]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Thermal: Intel SoC DTS: Change interrupt request behavior
authorBrian Bian <brian.bian@intel.com>
Wed, 12 Apr 2017 21:07:17 +0000 (14:07 -0700)
committerZhang Rui <rui.zhang@intel.com>
Fri, 5 May 2017 08:00:10 +0000 (16:00 +0800)
commit68b2440b2a4beaa393d8ed97ac619fd1c94a549e
tree3b346a8d8d75e8cc644b407c3aa7b7525ed4dca6
parent39da7c509acff13fc8cb12ec1bb20337c988ed36
Thermal: Intel SoC DTS: Change interrupt request behavior

The interrupt request call in Intel SoC DTS driver may fail if
there is no underlying BIOS support. However, the user space
thermal daemon can still use the thermal zones created by the
SoC DTS driver in polling mode, therefore, instead of bailing
out on interrupt request failures, it is better just to log
a warning message and continue the init process.

Signed-off-by: Brian Bian <brian.bian@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/intel_soc_dts_thermal.c