diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-03-21 17:59:36 +0100 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-03-21 17:59:36 +0100 |
commit | a98d506c08ffe754fa013c7f70c4d578b991fb4b (patch) | |
tree | 87c529db54203274a10cac87134fd3ec2851c94d /MAINTAINERS | |
parent | 93d0cc588345a9de304285781e010e298f74e06e (diff) | |
download | linux-3.10-a98d506c08ffe754fa013c7f70c4d578b991fb4b.tar.gz linux-3.10-a98d506c08ffe754fa013c7f70c4d578b991fb4b.tar.bz2 linux-3.10-a98d506c08ffe754fa013c7f70c4d578b991fb4b.zip |
hwmon: New driver for SMSC SCH5627
SMSC SCH5627 Super I/O chips include complete hardware monitoring
capabilities. They can monitor up to 5 voltages, 4 fans and 8
temperatures.
The hardware monitoring part of the SMSC SCH5627 is accessed by talking
through an embedded microcontroller. An application note describing the
protocol for communicating with the microcontroller is available upon
request. Please mail me if you want a copy.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 666287a6f3d..b8a123f7e81 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5769,6 +5769,13 @@ S: Supported F: Documentation/hwmon/emc2103 F: drivers/hwmon/emc2103.c +SMSC SCH5627 HARDWARE MONITOR DRIVER +M: Hans de Goede <hdegoede@redhat.com> +L: lm-sensors@lm-sensors.org +S: Supported +F: Documentation/hwmon/sch5627 +F: drivers/hwmon/sch5627.c + SMSC47B397 HARDWARE MONITOR DRIVER M: "Mark M. Hoffman" <mhoffman@lightlink.com> L: lm-sensors@lm-sensors.org |