]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: exynos4: move thermal sensor driver to driver/thermal directory
authorAmit Daniel Kachhap <amit.kachhap@linaro.org>
Tue, 14 Aug 2012 03:22:29 +0000 (13:22 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 22 Aug 2012 05:53:27 +0000 (15:53 +1000)
commit9017569723634f2ff68bcbb0aa3d614ef56d13fe
treebb84cfdae44bbc5791db158061d35567151d787e
parent1b0ea4d5f0c5f82e942a9928724348008c48e6f0
hwmon: exynos4: move thermal sensor driver to driver/thermal directory

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>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Cc: SangWook Ju <sw.ju@samsung.com>
Cc: Durgadoss <durgadoss.r@intel.com>
Cc: Len Brown <lenb@kernel.org>
Cc: Jean Delvare <khali@linux-fr.org>
Cc: Kyungmin Park <kmpark@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/thermal/exynos_thermal [moved from Documentation/hwmon/exynos4_tmu with 71% similarity]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/exynos_thermal.c [moved from drivers/hwmon/exynos4_tmu.c with 74% similarity]
include/linux/platform_data/exynos_thermal.h [moved from include/linux/platform_data/exynos4_tmu.h with 94% similarity]