hwmon: exynos4: move thermal sensor driver to driver/thermal directory
authorAmit Daniel Kachhap <amit.kachhap@linaro.org>
Thu, 16 Aug 2012 11:41:41 +0000 (17:11 +0530)
committerZhang Rui <rui.zhang@intel.com>
Mon, 24 Sep 2012 06:44:38 +0000 (14:44 +0800)
commitc48cbba6fee3587bdfe77ef850a1a0aa30a2a60f
tree43a342f501ce99e0b44b5a9346dd3edcf1b255d9
parent023614183768a7ac62898bded5ec6c0c9fecbdd9
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>
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>
Cc: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
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]