hwmon: New driver for the VIA VT1211
hwmon: New driver for the VIA VT1211 This is a new driver for the VIA VT1211 Super-IO chip. It is a rewrite of the existing vt1211 driver (by Mark D. Studebaker and Lars Ekman) which has been around for a while but never made it into the main kernel tree. It is implemented as a platform driver and therefore requires lm_sensors 2.10.1 to function properly. Signed-off-by: Juerg Haefliger <juergh@gmail.com> Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
125751cb83
commit
ab41319eab
@@ -3309,6 +3309,12 @@ W: http://linuxtv.org
|
|||||||
T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
|
T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
|
||||||
S: Maintained
|
S: Maintained
|
||||||
|
|
||||||
|
VT1211 HARDWARE MONITOR DRIVER
|
||||||
|
P: Juerg Haefliger
|
||||||
|
M: juergh@gmail.com
|
||||||
|
L: lm-sensors@lm-sensors.org
|
||||||
|
S: Maintained
|
||||||
|
|
||||||
VT8231 HARDWARE MONITOR DRIVER
|
VT8231 HARDWARE MONITOR DRIVER
|
||||||
P: Roger Lucas
|
P: Roger Lucas
|
||||||
M: roger@planbit.co.uk
|
M: roger@planbit.co.uk
|
||||||
|
@@ -417,6 +417,17 @@ config SENSORS_VIA686A
|
|||||||
This driver can also be built as a module. If so, the module
|
This driver can also be built as a module. If so, the module
|
||||||
will be called via686a.
|
will be called via686a.
|
||||||
|
|
||||||
|
config SENSORS_VT1211
|
||||||
|
tristate "VIA VT1211"
|
||||||
|
depends on HWMON && EXPERIMENTAL
|
||||||
|
select HWMON_VID
|
||||||
|
help
|
||||||
|
If you say yes here then you get support for hardware monitoring
|
||||||
|
features of the VIA VT1211 Super-I/O chip.
|
||||||
|
|
||||||
|
This driver can also be built as a module. If so, the module
|
||||||
|
will be called vt1211.
|
||||||
|
|
||||||
config SENSORS_VT8231
|
config SENSORS_VT8231
|
||||||
tristate "VIA VT8231"
|
tristate "VIA VT8231"
|
||||||
depends on HWMON && I2C && PCI && EXPERIMENTAL
|
depends on HWMON && I2C && PCI && EXPERIMENTAL
|
||||||
|
@@ -46,6 +46,7 @@ obj-$(CONFIG_SENSORS_SMSC47B397)+= smsc47b397.o
|
|||||||
obj-$(CONFIG_SENSORS_SMSC47M1) += smsc47m1.o
|
obj-$(CONFIG_SENSORS_SMSC47M1) += smsc47m1.o
|
||||||
obj-$(CONFIG_SENSORS_SMSC47M192)+= smsc47m192.o
|
obj-$(CONFIG_SENSORS_SMSC47M192)+= smsc47m192.o
|
||||||
obj-$(CONFIG_SENSORS_VIA686A) += via686a.o
|
obj-$(CONFIG_SENSORS_VIA686A) += via686a.o
|
||||||
|
obj-$(CONFIG_SENSORS_VT1211) += vt1211.o
|
||||||
obj-$(CONFIG_SENSORS_VT8231) += vt8231.o
|
obj-$(CONFIG_SENSORS_VT8231) += vt8231.o
|
||||||
obj-$(CONFIG_SENSORS_W83627EHF) += w83627ehf.o
|
obj-$(CONFIG_SENSORS_W83627EHF) += w83627ehf.o
|
||||||
obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o
|
obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o
|
||||||
|
1355
drivers/hwmon/vt1211.c
Normal file
1355
drivers/hwmon/vt1211.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user