From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH v3 3/6] hwmon: exynos4: Move thermal sensor driver to driver/thermal directory Date: Tue, 8 May 2012 13:16:32 -0700 Message-ID: <20120508131632.49d0ac99.akpm@linux-foundation.org> References: <1336493898-7039-1-git-send-email-amit.kachhap@linaro.org> <1336493898-7039-2-git-send-email-amit.kachhap@linaro.org> <1336493898-7039-3-git-send-email-amit.kachhap@linaro.org> <1336493898-7039-4-git-send-email-amit.kachhap@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1336493898-7039-4-git-send-email-amit.kachhap@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: Amit Daniel Kachhap Cc: linux-samsung-soc@vger.kernel.org, linaro-dev@lists.linaro.org, patches@linaro.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-pm@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org List-Id: linux-pm@vger.kernel.org On Tue, 8 May 2012 21:48:15 +0530 Amit Daniel Kachhap 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 > Signed-off-by: Donggeun Kim > --- > 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 , Guenter Roeck , lm-sensors@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 ++++