diff options
author | sreenivasulu velpula <svelpula@nvidia.com> | 2013-02-18 11:30:25 +0530 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 12:57:55 -0700 |
commit | 1bd331d4baf43f047ed41cfde9ac94aec8677fe6 (patch) | |
tree | e1160ff78e0622868e208d74586a97cbc259ba90 /drivers/hwmon/Makefile | |
parent | c37ce1de01dec8cc64cdfb458cbb2d98066708a4 (diff) |
hwmon: Tegra Temperature Monitor driver
This driver monitors both local and remote temperatures at regular
intervals. If there is certian degrees change in temperatures then
it executes the callback registered for the platform.
This driver assumes presence of on-board TMP411 sensor by TI.
This driver also adds a sysfs interface to read current
temperature of the remote hotspot and local temperature.
Bug 1182410
Reviewed-on: http://git-master/r/190217
(cherry picked from commit fc1c166747f938f05e7491e7fb63e5c843549a95)
Change-Id: I9789abe267cbabe05560c70e79a3cbbe4f73ccdb
Signed-off-by: sreenivasulu velpula <svelpula@nvidia.com>
Reviewed-on: http://git-master/r/201608
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Sumeet Gupta <sumeetg@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
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 5ab839e150c7..f73ea80f1553 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -148,6 +148,7 @@ obj-$(CONFIG_SENSORS_INA230) += ina230.o obj-$(CONFIG_SENSORS_INA3221) += ina3221.o CFLAGS_tegra-tsensor.o = -Werror obj-$(CONFIG_SENSORS_TEGRA_TSENSOR) += tegra-tsensor.o +obj-$(CONFIG_SENSORS_TMON_TMP411) += tmon-tmp411.o obj-$(CONFIG_PMBUS) += pmbus/ |