]> 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>
Fri, 23 Sep 2011 17:39:57 +0000 (10:39 -0700)
commit424cad439497a8f6cc7fe6abd1e89d96a39e43c2
tree9531ecd57358d3073976243660f58d0526e742eb
parent572b954a0beddafd9b1b935dbaa82227fe8270db
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]