]> git.karo-electronics.de Git - linux-beck.git/commit
Thermal: ACPI INT3403 thermal driver
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Mon, 30 Dec 2013 20:55:06 +0000 (12:55 -0800)
committerZhang Rui <rui.zhang@intel.com>
Thu, 2 Jan 2014 01:42:12 +0000 (09:42 +0800)
commit925c36bb09bdf3858c10d5a591be737dd133d979
tree4461906e20845f50f40db22cf6e2af24da10f6ee
parentdea4f48a0a301b23c65af8e4fe8ccf360c272fbf
Thermal: ACPI INT3403 thermal driver

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>
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/int3403_thermal.c [new file with mode: 0644]