]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: Add driver for EXYNOS4 TMU
authorDonggeun Kim <dg77.kim@samsung.com>
Wed, 7 Sep 2011 09:49:08 +0000 (18:49 +0900)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Tue, 13 Sep 2011 13:19:42 +0000 (06:19 -0700)
commitf4ca870c43b2a1c3ebab4c7440c38d64756b4393
tree1c73437233cc7b363aa9b9b69acacf6fb27e7f67
parent4984e194a9a3dbb6ba0ba8edf95eec8511e28cc4
hwmon: Add driver for EXYNOS4 TMU

This patch allows to read temperature
from TMU(Thermal Management Unit) of SAMSUNG EXYNOS4 series of SoC.

Signed-off-by: Donggeun Kim <dg77.kim@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Documentation/hwmon/exynos4_tmu [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/exynos4_tmu.c [new file with mode: 0644]
include/linux/platform_data/exynos4_tmu.h [new file with mode: 0644]