]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit804db84a8c297c37342b991e534caf06fd95b7c3
tree8097f99cd993bc005b25e14a5690770b6e351195
parentb67c526420476a47f351c384112679b394ed2ada
[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>
22 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 [new file with mode: 0644]
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
drivers/i2c/i2c-sensor-vid.c [deleted file]
include/linux/hwmon-vid.h [new file with mode: 0644]
include/linux/i2c-vid.h [deleted file]