diff options
author | Guenter Roeck <linux@roeck-us.net> | 2012-12-04 12:08:29 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-04-08 00:16:39 -0400 |
commit | bbd8decd4123648ddeba2be485bc7e1a3117bfe4 (patch) | |
tree | a39d3b3d8a787862b632d8c9ec0545c49a84747c /Documentation/hwmon/nct6775 | |
parent | cdcaeceb74ff3686eb25de6812870fbc765c3c39 (diff) |
hwmon: (nct6775) Add support for weighted fan control
The NCT677X series support weighted fan control. In this mode, a secondary
temperature source is used in addition to the primary temperature source to
control fan speed. Add support for this feature.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon/nct6775')
-rw-r--r-- | Documentation/hwmon/nct6775 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/hwmon/nct6775 b/Documentation/hwmon/nct6775 index b4fe6bc4d371..3f5587e39093 100644 --- a/Documentation/hwmon/nct6775 +++ b/Documentation/hwmon/nct6775 | |||
@@ -92,6 +92,25 @@ Common fan control attributes | |||
92 | 92 | ||
93 | pwm[1-5]_temp_sel Temperature source. Value is temperature sensor index. | 93 | pwm[1-5]_temp_sel Temperature source. Value is temperature sensor index. |
94 | For example, select '1' for temp1_input. | 94 | For example, select '1' for temp1_input. |
95 | pwm[1-5]_weight_temp_sel | ||
96 | Secondary temperature source. Value is temperature | ||
97 | sensor index. For example, select '1' for temp1_input. | ||
98 | Set to 0 to disable secondary temperature control. | ||
99 | |||
100 | If secondary temperature functionality is enabled, it is controlled with the | ||
101 | following attributes. | ||
102 | |||
103 | pwm[1-5]_weight_duty_step | ||
104 | Duty step size. | ||
105 | pwm[1-5]_weight_temp_step | ||
106 | Temperature step size. With each step over | ||
107 | temp_step_base, the value of weight_duty_step is added | ||
108 | to the current pwm value. | ||
109 | pwm[1-5]_weight_temp_step_base | ||
110 | Temperature at which secondary temperature control kicks | ||
111 | in. | ||
112 | pwm[1-5]_weight_temp_step_tol | ||
113 | Temperature step tolerance. | ||
95 | 114 | ||
96 | Thermal Cruise mode (2) | 115 | Thermal Cruise mode (2) |
97 | ----------------------- | 116 | ----------------------- |