]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: Driver for ADT7410
authorHartmut Knaack <knaack.h@gmx.de>
Sun, 12 Aug 2012 16:15:49 +0000 (18:15 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 22 Aug 2012 15:29:55 +0000 (08:29 -0700)
commita99f5ceb0d4d4cf204275c3809ac48ba7e6fa4af
tree422e64e398a65be9e9c46e39347be318574f4d94
parent3d465462bae88ccb388f6e2cc25c40d8341ddb46
hwmon: Driver for ADT7410

This patch brings basic support for the Analog Devices ADT7410 temperature
sensor. The following functionality has been implemented:

  * get current temperature
  * get/set minimum, maximum and critical temperature
  * get/set hysteresis
  * get alarm events for minimum, maximum and critical temperature

All implemented sysfs attributes have been sucessfully tested at temperatures
of 15°C to 40°C.

Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/adt7410 [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/adt7410.c [new file with mode: 0644]