]> 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>
Thu, 16 Aug 2012 11:41:41 +0000 (17:11 +0530)
committerZhang Rui <rui.zhang@intel.com>
Mon, 10 Sep 2012 06:30:35 +0000 (14:30 +0800)
commit49bc4b9da427d99cabb9d604fe3b616f7ae5cada
tree174601cdb73e7d7a40d8be2a3a8274205960b4e0
parent78edc7cdcf5ea4c12d0f27ba505739d7507a9913
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>
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]