aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/int3403_thermal.c
AgeCommit message (Collapse)AuthorFilesLines
2014-01-02Thermal: ACPI INT3403 thermal driverGravatar Srinivas Pandruvada 1-0/+237
The ACPI INT3403 device objects present on some systems can be used to retrieve temperature data from thermal sensors. Add a driver registering each INT3403 device object as a thermal zone device and exposing its _TMP, PATx and GTSH method via the standard thermal control interface under /sys/class/thermal/. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>