ACPI / thermal: Use mode to enable/disable kernel thermal processing
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Tue, 15 Jan 2013 22:57:16 +0000 (23:57 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 25 Jan 2013 23:34:21 +0000 (00:34 +0100)
commitca4e713080dd7f23cd1cf5d3871e0b717ee9b254
tree2e14455e52dd7b0bcdac3f473ced3e6ee8c56a95
parent7e3cf246b532a640ff1176d0b988aa0a9338e36f
ACPI / thermal: Use mode to enable/disable kernel thermal processing

As per documentation, "mode" sysfs interface should be able to
enable/disable thermal processing in the kernel, so that user space
is able to take more control.

Currently, ACPI thermal driver is not following this setting, so
modify it to match the interface documentation.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/thermal.c