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>
Mon, 24 Sep 2012 04:08:33 +0000 (21:08 -0700)
commit983b97bed21e392280e80f704e97170b76cb7f3e
tree76f9445238d260fcc7ba4b64c65780e8edf7c878
parent87432a2e22d1ff63bb44ced0fb77e6f13e856354
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]