diff options
author | Hartmut Knaack <knaack.h@gmx.de> | 2012-08-12 12:15:49 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2012-09-24 00:08:33 -0400 |
commit | 983b97bed21e392280e80f704e97170b76cb7f3e (patch) | |
tree | 76f9445238d260fcc7ba4b64c65780e8edf7c878 /drivers/hwmon/Makefile | |
parent | 87432a2e22d1ff63bb44ced0fb77e6f13e856354 (diff) |
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>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 7aa98119c4ab..8b3d4382f61e 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -34,6 +34,7 @@ obj-$(CONFIG_SENSORS_ADM9240) += adm9240.o | |||
34 | obj-$(CONFIG_SENSORS_ADS1015) += ads1015.o | 34 | obj-$(CONFIG_SENSORS_ADS1015) += ads1015.o |
35 | obj-$(CONFIG_SENSORS_ADS7828) += ads7828.o | 35 | obj-$(CONFIG_SENSORS_ADS7828) += ads7828.o |
36 | obj-$(CONFIG_SENSORS_ADS7871) += ads7871.o | 36 | obj-$(CONFIG_SENSORS_ADS7871) += ads7871.o |
37 | obj-$(CONFIG_SENSORS_ADT7410) += adt7410.o | ||
37 | obj-$(CONFIG_SENSORS_ADT7411) += adt7411.o | 38 | obj-$(CONFIG_SENSORS_ADT7411) += adt7411.o |
38 | obj-$(CONFIG_SENSORS_ADT7462) += adt7462.o | 39 | obj-$(CONFIG_SENSORS_ADT7462) += adt7462.o |
39 | obj-$(CONFIG_SENSORS_ADT7470) += adt7470.o | 40 | obj-$(CONFIG_SENSORS_ADT7470) += adt7470.o |