]> 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>
Sat, 18 Aug 2012 23:35:02 +0000 (16:35 -0700)
commitdf405829581e6215a2cc2bc0156cb1583c917cec
tree3e400b5f4ac111cb04e8754a6d07d9989fe5c525
parent954fb8b35b6c0cfb72ce6c63570fc88a5897263b
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]