]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: New driver sch5636
authorHans de Goede <hdegoede@redhat.com>
Tue, 26 Jul 2011 00:37:27 +0000 (10:37 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Jul 2011 00:37:27 +0000 (10:37 +1000)
commit63440b8fd264c1556ad3ad84d4c5c7f4fc3887a8
tree2dae2f59bc55011f477aba2a3042ec146c69f97a
parent509ac6ce4097e96686b4afce4779d0e5936372b1
hwmon: New driver sch5636

This patch adds a new driver for SMSC SCH5636 Super I/O chips.
The chips include an embedded microcontroller for hardware monitoring
solutions, allowing motherboard manufacturers to create their own
custom hwmon solution based upon the SCH5636.

Currently the sch5636 driver only supports the Fujitsu Theseus SCH5636
based hwmon solution. The sch5636 driver runs a sanity check on
loading to ensure it is dealing with a Fujitsu Theseus and not with
another custom SCH5636 based hwmon solution.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Documentation/hwmon/sch5636 [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/sch5636.c [new file with mode: 0644]
drivers/hwmon/sch56xx-common.c