]> git.kernelconcepts.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>
Mon, 20 Aug 2012 07:08:01 +0000 (17:08 +1000)
commitb7dbe37d18739cd4778e6ffbd3bb17bd44c1df28
tree5e21c4b5243f8f23ef6e31a3ef11ba12290a07c0
parent29fca95f114335d3238b617f433888755a977d55
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]