summaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon/lm77
Commit message (Collapse)AuthorAgeFilesLines
* hwmon: (lm77) Do not preserve hysteresis when updating critical temp limitGuenter Roeck2014-05-221-2/+18
| | | | | | | | | | | | | Updating the hysteresis value when updating the critical temperature limit was following the rule of 'least surprise'. However, it had the undesirable side effect of changing the hysteresis for all other attributes, which defeats the purpose of least surprise. In addition, it could result in invalid hysteresis values if the resulting hysteresis was too large. In such cases the resulting hysteresis ended up changed anyway, which again defeats the purpose. So drop that code and document the new behavior. Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* [PATCH] I2C: Move hwmon drivers (3/3)Jean Delvare2005-07-111-0/+22
Part 3: Move the drivers documentation, plus two general documentation files. Note that the patch "adds trailing whitespace", because it does move the files as-is, and some files happen to have trailing whitespace. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>