diff options
author | Marc Hulsman <m.hulsman@tudelft.nl> | 2008-10-17 11:51:17 -0400 |
---|---|---|
committer | Jean Delvare <khali@mahadeva.delvare> | 2008-10-17 11:51:17 -0400 |
commit | b5938f8c4a530b2fad18f2293ffaf79ac9f5a148 (patch) | |
tree | 0d8d9ca9640e34e494f1dd5337c5b2593f22133c /Documentation/hwmon | |
parent | 6495ce184033d5e70dfdf5bb8d149e9e02feaaa9 (diff) |
hwmon: (w83791d) add pwm_enable support
Add support for pwm_enable.
Signed-off-by: Marc Hulsman <m.hulsman@tudelft.nl>
Acked-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/w83791d | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Documentation/hwmon/w83791d b/Documentation/hwmon/w83791d index 49c0e94a118c..b1e4798764e8 100644 --- a/Documentation/hwmon/w83791d +++ b/Documentation/hwmon/w83791d | |||
@@ -108,6 +108,17 @@ going forward. | |||
108 | The driver reads the hardware chip values at most once every three seconds. | 108 | The driver reads the hardware chip values at most once every three seconds. |
109 | User mode code requesting values more often will receive cached values. | 109 | User mode code requesting values more often will receive cached values. |
110 | 110 | ||
111 | /sys files | ||
112 | ---------- | ||
113 | The sysfs-interface is documented in the 'sysfs-interface' file. Only | ||
114 | chip-specific options are documented here. | ||
115 | |||
116 | pwm[1-3]_enable - this file controls mode of fan/temperature control for | ||
117 | fan 1-3. Fan/PWM 4-5 only support manual mode. | ||
118 | * 1 Manual mode | ||
119 | * 2 Thermal Cruise mode (no further support) | ||
120 | * 3 Fan Speed Cruise mode (no further support) | ||
121 | |||
111 | Alarms bitmap vs. beep_mask bitmask | 122 | Alarms bitmap vs. beep_mask bitmask |
112 | ------------------------------------ | 123 | ------------------------------------ |
113 | For legacy code using the alarms and beep_mask files: | 124 | For legacy code using the alarms and beep_mask files: |
@@ -138,4 +149,4 @@ global_enable: alarms: -------- beep_mask: 0x800000 (modified via beep_enable) | |||
138 | 149 | ||
139 | W83791D TODO: | 150 | W83791D TODO: |
140 | --------------- | 151 | --------------- |
141 | Provide a patch for smart-fan control (still need appropriate motherboard/fans) | 152 | Provide a patch for Thermal Cruise registers. |