]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
hwmon: Tegra Temperature Monitor driver
authorsreenivasulu velpula <svelpula@nvidia.com>
Mon, 18 Feb 2013 06:00:25 +0000 (11:30 +0530)
committerDan Willemsen <dwillemsen@nvidia.com>
Sat, 14 Sep 2013 19:57:55 +0000 (12:57 -0700)
commit1bd331d4baf43f047ed41cfde9ac94aec8677fe6
treee1160ff78e0622868e208d74586a97cbc259ba90
parentc37ce1de01dec8cc64cdfb458cbb2d98066708a4
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>
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/tmon-tmp411.c [new file with mode: 0644]
include/linux/platform_data/tmon_tmp411.h [new file with mode: 0644]