summaryrefslogtreecommitdiff
path: root/drivers/i2c/chips/adm9240.c
AgeCommit message (Collapse)AuthorFilesLines
2005-06-22[PATCH] I2C: fix up some sysfs device attribute file parametersGreg Kroah-Hartman1-17/+37
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-06-22[PATCH] I2C: adm9240 driver cleanupGrant Coady1-2/+5
This patch adds an info print of detected VRM stolen from Sebastian Witt's atxp1 sriver. ADM9240 already has vrm accessor removed. Write no-op and whitespace fixes removed :) Couple of comments changed, tested on 2.6.11.9. Signed-off-by: Grant Coady <gcoady@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-06-22[PATCH] I2C: add new hardware monitor driver: adm9240Grant Coady1-0/+768
Completion of Michiel Rook's port of adm9240 to 2.6 with addition of auto fan clock divider based on Jean Delvare's algorithm, and replaces scaling macros with static inlines. Signed-off-by: Grant Coady <gcoady@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>