Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-22 | hwmon: (emc1403) Make all hyst attributes except for temp1_crit_hyst read-only | Guenter Roeck | 1 | -2/+5 | |
All chips in this chip series only support a single hysteresis value. Having multiple writable hysteresis attributes is therefore confusing, since a single write affects all hysteresis temperatures. Make all but one (temp1_crit_hyst) read-only. Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net> | |||||
2014-05-22 | hwmon: (emc1403) Add driver documentation | Guenter Roeck | 1 | -0/+56 | |
With the driver now supporting several chip variants, it is about time to document what is supported. Signed-off-by: Guenter Roeck <linux@roeck-us.net> |