From: Sylwester Nawrocki <snjw23@gmail.com>
To: Amit Daniel Kachhap <amit.kachhap@linaro.org>
Cc: linux-pm@lists.linux-foundation.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
mjg59@srcf.ucam.org, linux-acpi@vger.kernel.org, lenb@kernel.org,
linaro-dev@lists.linaro.org, lm-sensors@lm-sensors.org,
eduardo.valentin@ti.com, durgadoss.r@intel.com,
patches@linaro.org
Subject: Re: [PATCH 2/4] hwmon: exynos4: Move thermal sensor driver to driver/mfd directory
Date: Sat, 03 Mar 2012 13:21:34 +0100 [thread overview]
Message-ID: <4F520CCE.1030409@gmail.com> (raw)
In-Reply-To: <1330772767-16120-3-git-send-email-amit.kachhap@linaro.org>
On 03/03/2012 12:06 PM, 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 mfd folder
> and add necessary calls to get the temperature information.
>
> Signed-off-by: Amit Daniel Kachhap<amit.kachhap@linaro.org>
> Signed-off-by: Donggeun Kim<dg77.kim@samsung.com>
> ---
> Documentation/hwmon/exynos4_tmu | 81 ------
> Documentation/mfd/exynos4_tmu | 81 ++++++
> drivers/hwmon/Kconfig | 10 -
> drivers/hwmon/Makefile | 1 -
> drivers/hwmon/exynos4_tmu.c | 514 ---------------------------------------
> drivers/mfd/Kconfig | 10 +
> drivers/mfd/Makefile | 1 +
> drivers/mfd/exynos4_tmu.c | 514 +++++++++++++++++++++++++++++++++++++++
> 8 files changed, 606 insertions(+), 606 deletions(-)
> delete mode 100644 Documentation/hwmon/exynos4_tmu
> create mode 100644 Documentation/mfd/exynos4_tmu
> delete mode 100644 drivers/hwmon/exynos4_tmu.c
> create mode 100644 drivers/mfd/exynos4_tmu.c
Please consider adding -M option to git format-patch next time, which
would make the patch smaller and would let to see clearly what's moved
and what has changed.
--
Thanks,
Sylwester
next prev parent reply other threads:[~2012-03-03 12:21 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-03 11:06 [PATCH 0/4] thermal: exynos: Add kernel thermal support for exynos platform Amit Daniel Kachhap
2012-03-03 11:06 ` [PATCH 1/4] thermal: exynos: Add thermal interface support for linux thermal layer Amit Daniel Kachhap
2012-03-12 10:51 ` R, Durgadoss
2012-03-13 4:22 ` Amit Kachhap
2012-03-13 4:48 ` R, Durgadoss
2012-03-03 11:06 ` [PATCH 2/4] hwmon: exynos4: Move thermal sensor driver to driver/mfd directory Amit Daniel Kachhap
2012-03-03 12:21 ` Sylwester Nawrocki [this message]
2012-03-05 8:44 ` Amit Kachhap
2012-03-03 14:52 ` [lm-sensors] " Guenter Roeck
2012-03-03 16:44 ` Mark Brown
2012-03-03 18:04 ` [lm-sensors] [linux-pm] " Guenter Roeck
2012-03-05 9:11 ` [lm-sensors] " Amit Kachhap
2012-03-03 11:06 ` [PATCH 3/4] thermal: exynos4: Register the tmu sensor with the thermal interface layer Amit Daniel Kachhap
2012-03-03 14:55 ` [lm-sensors] " Guenter Roeck
2012-03-03 11:06 ` [PATCH 4/4] ARM: exynos4: Add thermal sensor driver platform device support Amit Daniel Kachhap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F520CCE.1030409@gmail.com \
--to=snjw23@gmail.com \
--cc=amit.kachhap@linaro.org \
--cc=durgadoss.r@intel.com \
--cc=eduardo.valentin@ti.com \
--cc=lenb@kernel.org \
--cc=linaro-dev@lists.linaro.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=lm-sensors@lm-sensors.org \
--cc=mjg59@srcf.ucam.org \
--cc=patches@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).