aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2012-01-16 16:51:46 -0500
committerJean Delvare <khali@endymion.delvare>2012-01-16 16:51:46 -0500
commit04738b2b2f37c13bbe37b7695fec6c1c60d79c7a (patch)
tree77802752c8901e35eab6bfb1763e7160e37c7328 /Documentation
parent94e55df48a230162edc641e55c28d058f5b6cb76 (diff)
hwmon: (lm63) Add support for update_interval sysfs attribute
The update interval is configurable on LM63 and compatibles. Add support for it. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/hwmon/lm636
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/hwmon/lm63 b/Documentation/hwmon/lm63
index af3e8b0ad9c4..0e695d3567eb 100644
--- a/Documentation/hwmon/lm63
+++ b/Documentation/hwmon/lm63
@@ -61,9 +61,9 @@ PWM modes: manual and automatic. Automatic mode is not fully implemented yet
61(you cannot define your custom PWM/temperature curve), and mode change isn't 61(you cannot define your custom PWM/temperature curve), and mode change isn't
62supported either. 62supported either.
63 63
64The lm63 driver will not update its values more frequently than every 64The lm63 driver will not update its values more frequently than configured with
65second; reading them more often will do no harm, but will return 'old' 65the update_interval sysfs attribute; reading them more often will do no harm,
66values. 66but will return 'old' values.
67 67
68The LM64 is effectively an LM63 with GPIO lines. The driver does not 68The LM64 is effectively an LM63 with GPIO lines. The driver does not
69support these GPIO lines at present. 69support these GPIO lines at present.