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>
This commit is contained in:
Guenter Roeck
2012-01-16 22:51:46 +01:00
committed by Jean Delvare
szülő 94e55df48a
commit 04738b2b2f
2 fájl változott, egészen pontosan 93 új sor hozzáadva és 5 régi sor törölve

Fájl megtekintése

@@ -61,9 +61,9 @@ PWM modes: manual and automatic. Automatic mode is not fully implemented yet
(you cannot define your custom PWM/temperature curve), and mode change isn't
supported either.
The lm63 driver will not update its values more frequently than every
second; reading them more often will do no harm, but will return 'old'
values.
The lm63 driver will not update its values more frequently than configured with
the update_interval sysfs attribute; reading them more often will do no harm,
but will return 'old' values.
The LM64 is effectively an LM63 with GPIO lines. The driver does not
support these GPIO lines at present.