[PATCH] hwmon: hwmon vs i2c, second round (07/11)
authorJean Delvare <khali@linux-fr.org>
Sun, 31 Jul 2005 19:52:01 +0000 (21:52 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Sep 2005 16:14:22 +0000 (09:14 -0700)
commit303760b44a7a142cb9f4c9df4609fb63bbda98db
tree8097f99cd993bc005b25e14a5690770b6e351195
parentf4b50261207c987913f076d867c2e154d71fd012
[PATCH] hwmon: hwmon vs i2c, second round (07/11)

The only part left in i2c-sensor is the VRM/VRD/VID handling code.
This is in no way related to i2c, so it doesn't belong there. Move
the code to hwmon, where it belongs.

Note that not all hardware monitoring drivers do VRM/VRD/VID
operations, so less drivers depend on hwmon-vid than there were
depending on i2c-sensor.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
20 files changed:
Documentation/i2c/porting-clients
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/adm1025.c
drivers/hwmon/adm1026.c
drivers/hwmon/adm9240.c
drivers/hwmon/asb100.c
drivers/hwmon/atxp1.c
drivers/hwmon/gl520sm.c
drivers/hwmon/hwmon-vid.c [moved from drivers/i2c/i2c-sensor-vid.c with 88% similarity]
drivers/hwmon/it87.c
drivers/hwmon/lm85.c
drivers/hwmon/lm87.c
drivers/hwmon/pc87360.c
drivers/hwmon/w83627hf.c
drivers/hwmon/w83781d.c
drivers/hwmon/w83792d.c
drivers/i2c/Makefile
drivers/i2c/chips/Kconfig
include/linux/hwmon-vid.h [moved from include/linux/i2c-vid.h with 96% similarity]