- Sep 24, 2012
-
-
Zhang Rui authored
set upper and lower limits when binding a thermal cooling device to a thermal zone device. Signed-off-by:
Zhang Rui <rui.zhang@intel.com> Reviewed-by:
Rafael J. Wysocki <rjw@sisk.pl> Reviewed-by:
Eduardo Valentin <eduardo.valentin@ti.com>
-
- Jul 25, 2012
-
-
Zhang Rui authored
With commit 6503e5df, the value of /sys/class/thermal/thermal_zoneX/mode has been changed from user/kernel to enabled/disabled. Update the documentation so that users won't be confused. Signed-off-by:
Zhang Rui <rui.zhang@intel.com> Signed-off-by:
Len Brown <len.brown@intel.com>
-
Durgadoss R authored
The Linux Thermal Framework does not support hysteresis attributes. Most thermal sensors, today, have a hysteresis value associated with trip points. This patch adds hysteresis attributes on a per-trip-point basis, to the Thermal Framework. These attributes are optionally writable. Signed-off-by:
Durgadoss R <durgadoss.r@intel.com> Signed-off-by:
Zhang Rui <rui.zhang@intel.com> Signed-off-by:
Len Brown <len.brown@intel.com>
-
Durgadoss R authored
Some of the thermal drivers using the Generic Thermal Framework require (all/some) trip points to be writeable. This patch makes the trip point temperatures writeable on a per-trip point basis, and modifies the required function call in thermal.c. This patch also updates the Documentation to reflect the new change. Signed-off-by:
Durgadoss R <durgadoss.r@intel.com> Signed-off-by:
Zhang Rui <rui.zhang@intel.com> Signed-off-by:
Len Brown <len.brown@intel.com>
-
- Jan 23, 2012
-
-
Jean Delvare authored
It doesn't seem right for the thermal subsystem to export a symbol named generate_netlink_event. This function is thermal-specific and its name should reflect that fact. Rename it to thermal_generate_netlink_event. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Rafael J. Wysocki <rjw@sisk.pl> Acked-by:
R.Durgadoss <durgadoss.r@intel.com> Signed-off-by:
Len Brown <len.brown@intel.com>
-
- Jan 12, 2011
-
-
R.Durgadoss authored
This patch adds event notification support to the generic thermal sysfs framework in the kernel. The notification is in the form of a netlink event. Signed-off-by:
R.Durgadoss <durgadoss.r@intel.com> Signed-off-by:
Len Brown <len.brown@intel.com>
-
- Nov 05, 2009
-
-
Frans Pop authored
Values below 1000 milli-celsius don't make sense and can cause the system to go into a thermal heart attack: the actual temperature will always be lower and thus the system will be throttled down to its lowest setting. An additional problem is that values below 1000 will show as 0 in /proc/acpi/thermal/TZx/trip_points:passive. cat passive 0 echo -n 90 >passive bash: echo: write error: Invalid argument echo -n 90000 >passive cat passive 90000 Signed-off-by:
Frans Pop <elendil@planet.nl> Acked-by:
Zhang Rui <rui.zhang@intel.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Len Brown <len.brown@intel.com>
-
Frans Pop authored
Signed-off-by:
Frans Pop <elendil@planet.nl> Acked-by:
Zhang Rui <rui.zhang@intel.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Len Brown <len.brown@intel.com>
-
Frans Pop authored
The document currently uses large indentations which make the text too wide for easy readability. Also improve general consistency. Signed-off-by:
Frans Pop <elendil@planet.nl> Acked-by:
Zhang Rui <rui.zhang@intel.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Len Brown <len.brown@intel.com>
-
- Apr 29, 2008
-
-
Zhang Rui authored
Update the documentation for the thermal driver hwmon sys I/F. Change the ACPI thermal zone type to be consistent with hwmon. Signed-off-by:
Zhang Rui <rui.zhang@intel.com> Acked-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Len Brown <len.brown@intel.com>
-
- Mar 18, 2008
-
-
Zhang, Rui authored
From: Zhang Rui <rui.zhang@intel.com> (reverting the previous sysfs patch also reverted a fix to the thermal units documentation, which is restored by this commit) The generic thermal driver shows temperature in millidegree Celsius. Signed-off-by:
Zhang Rui <rui.zhang@intel.com> Signed-off-by:
Len Brown <len.brown@intel.com>
-
Len Brown authored
This reverts commit 3152fb9f. This broke libsensors. Acked-by:
Zhang Rui <rui.zhang@intel.com> Acked-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Len Brown <len.brown@intel.com>
-
- Mar 13, 2008
-
-
Zhang, Rui authored
Signed-off-by:
Zhang Rui <rui.zhang@intel.com> Signed-off-by:
Len Brown <len.brown@intel.com>
-
- Feb 08, 2008
-
-
Len Brown authored
Reviewed-by:
Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by:
Len Brown <len.brown@intel.com>
-
- Feb 02, 2008
-
-
Zhang Rui authored
The Generic Thermal sysfs driver for thermal management. Signed-off-by:
Zhang Rui <rui.zhang@intel.com> Signed-off-by:
Thomas Sujith <sujith.thomas@intel.com> Signed-off-by:
Len Brown <len.brown@intel.com>
-