On Tue, 8 May 2012 21:48:15 +0530 Amit Daniel Kachhap amit.kachhap@linaro.org wrote:
This movement is needed because the hwmon entries and corresponding sysfs interface is a duplicate of utilities already provided by driver/thermal/thermal_sys.c. The goal is to place it in thermal folder and add necessary functions to use the in-kernel thermal interfaces.
Signed-off-by: Amit Daniel Kachhap amit.kachhap@linaro.org Signed-off-by: Donggeun Kim dg77.kim@samsung.com
Documentation/hwmon/exynos4_tmu | 81 ---- Documentation/thermal/exynos_thermal | 52 +++ drivers/hwmon/Kconfig | 10 - drivers/hwmon/Makefile | 1 - drivers/hwmon/exynos4_tmu.c | 514 --------------------------
Please cc the hwmon people? Jean Delvare khali@linux-fr.org, Guenter Roeck guenter.roeck@ericsson.com, lm-sensors@lm-sensors.org
drivers/thermal/Kconfig | 9 + drivers/thermal/Makefile | 1 + drivers/thermal/exynos_thermal.c | 409 ++++++++++++++++++++ include/linux/platform_data/exynos4_tmu.h | 83 ---- include/linux/platform_data/exynos_thermal.h | 83 ++++