[PATCH] hwmon: New f71805f driver
authorJean Delvare <khali@linux-fr.org>
Mon, 9 Jan 2006 22:26:14 +0000 (23:26 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 6 Feb 2006 20:02:15 +0000 (12:02 -0800)
commite53004e20a58e9d28347e02adccb37a33e0d771a
treefb9f6c25ad12d7dda91f09ac28b901ea3fe76955
parent5db3d3da93fb93875c719239892ac526cfd2d584
[PATCH] hwmon: New f71805f driver

This is my f71805f hardware monitoring driver ported from lm_sensors
to Linux 2.6. This new driver differs from the other hardware monitoring
drivers in that it is implemented as a platform driver. This might not
be optimal yet (we would probably need a generic infrastructure and bus
type for Super-I/O logical devices) but it is certainly much better than
the i2c-isa solution.

Note that this driver requires lm_sensors CVS. I hope to get it
released as 2.10.0 soon.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/hwmon/sysfs-interface
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/f71805f.c [new file with mode: 0644]