[PATCH v3 3/6] hwmon: exynos4: Move thermal sensor driver to driver/thermal directory

Andrew Morton akpm at linux-foundation.org
Tue May 8 16:16:32 EDT 2012


On Tue,  8 May 2012 21:48:15 +0530
Amit Daniel Kachhap <amit.kachhap at 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 at linaro.org>
> Signed-off-by: Donggeun Kim <dg77.kim at 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 at linux-fr.org>, Guenter
Roeck <guenter.roeck at ericsson.com>, lm-sensors at 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 ++++




More information about the linux-arm-kernel mailing list