aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon/lm87 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-10-17hwmon: (lm87) Add support for configuration through platform_dataBen Hutchings1-5/+4
The lm87 driver normally assumes that firmware configured the chip correctly. Since this is not always the case, alllow platform code to set the channel register value via platform_data. All other configuration registers can be changed after driver initialisation. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
2008-02-07hwmon: (lm87) Add support for the Analog Devices ADM1024Jean Delvare1-3/+8
It happens that the Analog Devices ADM1024 is fully compatible with the National Semiconductor LM87, so support for the former can easily be added to the lm87 driver. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
2005-07-11[PATCH] I2C: Move hwmon drivers (3/3)Jean Delvare1-0/+73
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>