]> 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, 15 Sep 2012 14:57:29 +0000 (07:57 -0700)
commitfb483e451f66b3cd679d0f228f6facde5b055f78
tree537664cb38e766f0f12ecda1b5dd7fe991b6c007
parent5c8d983a948f8141a6ffe11418d1b1c22ea60c91
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]