From: Chanwoo Choi <cw00.choi@samsung.com>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Tomasz Figa <t.figa@samsung.com>,
Sachin Kamat <sachin.kamat@linaro.org>,
"Rafael J. Wysocki" <rjw@rjwysocki.net>,
Kukjin Kim <kgene.kim@samsung.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
"cpufreq@vger.kernel.org" <cpufreq@vger.kernel.org>,
"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
linux-samsung-soc <linux-samsung-soc@vger.kernel.org>
Subject: Re: [PATCH 1/2] cpufreq: exynos: Use dev_err/info function instead of pr_err/info
Date: Mon, 21 Apr 2014 16:03:43 +0900 [thread overview]
Message-ID: <5354C2CF.5020206@samsung.com> (raw)
In-Reply-To: <CAKohpo=-Oxu6ZoB4B2H4552meq46iXrVzKbP5ZwnG==sCc2_MA@mail.gmail.com>
On 04/21/2014 03:05 PM, Viresh Kumar wrote:
> On 18 April 2014 07:50, Chanwoo Choi <cw00.choi@samsung.com> wrote:
>> This patch uses dev_err/info function to show accurate log message with device name
>> instead of pr_err/info function.
>>
>> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
>> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
>> ---
>> drivers/cpufreq/exynos-cpufreq.c | 21 ++++++++++++---------
>> drivers/cpufreq/exynos-cpufreq.h | 1 +
>> 2 files changed, 13 insertions(+), 9 deletions(-)
>
> This still looks fine even if we don't take the new driver ?
>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Thanks for your review.
Best regards,
Chanwoo Choi
WARNING: multiple messages have this Message-ID (diff)
From: cw00.choi@samsung.com (Chanwoo Choi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] cpufreq: exynos: Use dev_err/info function instead of pr_err/info
Date: Mon, 21 Apr 2014 16:03:43 +0900 [thread overview]
Message-ID: <5354C2CF.5020206@samsung.com> (raw)
In-Reply-To: <CAKohpo=-Oxu6ZoB4B2H4552meq46iXrVzKbP5ZwnG==sCc2_MA@mail.gmail.com>
On 04/21/2014 03:05 PM, Viresh Kumar wrote:
> On 18 April 2014 07:50, Chanwoo Choi <cw00.choi@samsung.com> wrote:
>> This patch uses dev_err/info function to show accurate log message with device name
>> instead of pr_err/info function.
>>
>> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
>> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
>> ---
>> drivers/cpufreq/exynos-cpufreq.c | 21 ++++++++++++---------
>> drivers/cpufreq/exynos-cpufreq.h | 1 +
>> 2 files changed, 13 insertions(+), 9 deletions(-)
>
> This still looks fine even if we don't take the new driver ?
>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Thanks for your review.
Best regards,
Chanwoo Choi
next prev parent reply other threads:[~2014-04-21 7:03 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-18 2:20 [PATCH 0/2] Support cpufreq driver for Exynos3250 Chanwoo Choi
2014-04-18 2:20 ` Chanwoo Choi
2014-04-18 2:20 ` [PATCH 1/2] cpufreq: exynos: Use dev_err/info function instead of pr_err/info Chanwoo Choi
2014-04-18 2:20 ` Chanwoo Choi
2014-04-21 6:05 ` Viresh Kumar
2014-04-21 6:05 ` Viresh Kumar
2014-04-21 7:03 ` Chanwoo Choi [this message]
2014-04-21 7:03 ` Chanwoo Choi
2014-04-18 2:20 ` [PATCH 2/2] cpufreq: exynos: Add new Exynos3250 cpufreq driver Chanwoo Choi
2014-04-18 2:20 ` Chanwoo Choi
2014-04-18 8:14 ` [PATCH 0/2] Support cpufreq driver for Exynos3250 Sachin Kamat
2014-04-18 8:14 ` Sachin Kamat
2014-04-19 13:43 ` Chanwoo Choi
2014-04-19 13:43 ` Chanwoo Choi
2014-04-19 13:51 ` Tomasz Figa
2014-04-19 13:51 ` Tomasz Figa
2014-04-19 14:35 ` Sachin Kamat
2014-04-19 14:35 ` Sachin Kamat
2014-04-19 14:36 ` Tomasz Figa
2014-04-19 14:36 ` Tomasz Figa
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=5354C2CF.5020206@samsung.com \
--to=cw00.choi@samsung.com \
--cc=cpufreq@vger.kernel.org \
--cc=kgene.kim@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=rjw@rjwysocki.net \
--cc=sachin.kamat@linaro.org \
--cc=t.figa@samsung.com \
--cc=viresh.kumar@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.