From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Yuantian.Tang@freescale.com, linuxppc-dev@lists.ozlabs.org,
cpufreq@vger.kernel.org, linux-pm@vger.kernel.org
Subject: Re: [PATCH v5] cpufreq: powerpc: Add cpufreq driver for Freescale e500mc SoCs
Date: Wed, 05 Jun 2013 14:29:54 +0200 [thread overview]
Message-ID: <10099695.ktOfnWBzPa@vostro.rjw.lan> (raw)
In-Reply-To: <CAKohpokM_THCQRPfrsNcuN_MUe75BCsoeZWkK9gv7+3nAL2SRQ@mail.gmail.com>
On Wednesday, June 05, 2013 04:06:29 PM Viresh Kumar wrote:
> On 5 June 2013 15:00, <Yuantian.Tang@freescale.com> wrote:
> > From: Tang Yuantian <yuantian.tang@freescale.com>
> >
> > Add cpufreq driver for Freescale e500mc, e5500 and e6500 SoCs
> > which are capable of changing the CPU frequency dynamically
> >
> > Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
> > Signed-off-by: Li Yang <leoli@freescale.com>
> > ---
> > v5:
> > - enhance the CPU hotplug case
> > - mask the disallowed CPU frequencies
> > - remove freqs.cpu = policy->cpu;
> > - refine the code style
> > v4:
> > - rebase on bleeding-edge branch of Rafael's linux-pm.git
> > - #define pr_fmt() for better debug prints
> > - use newest cpufreq_notify_transition()
> > - support CPU hotplug
> > - remove table[i].index as it is not used
> > - remove cpus_per_cluster
> > v3:
> > - change sizeof(struct name).. to sizeof(*p)
> > - remove the struct cpufreq_data, use global variable instead
> > - resolve setting policy->cpus incorrectly
> > - add CPUFREQ_POSTCHANGE notifier when setting frequency error
> > v2:
> > - add depends on OF and COMMON_CLK in Kconfig
> > - use clk.h instead of clk-provider.h
> > - change per_cpu variable from struct to pointer
> >
> > drivers/cpufreq/Kconfig.powerpc | 10 +
> > drivers/cpufreq/Makefile | 1 +
> > drivers/cpufreq/ppc-corenet-cpufreq.c | 380 ++++++++++++++++++++++++++++++++++
> > 3 files changed, 391 insertions(+)
> > create mode 100644 drivers/cpufreq/ppc-corenet-cpufreq.c
>
> I haven't gone for a very deep review this time and it looked okay.
>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
OK, queued up for 3.11.
Thanks,
Rafael
--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
prev parent reply other threads:[~2013-06-05 12:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-05 9:30 [PATCH v5] cpufreq: powerpc: Add cpufreq driver for Freescale e500mc SoCs Yuantian.Tang
2013-06-05 10:36 ` Viresh Kumar
2013-06-05 12:29 ` Rafael J. Wysocki [this message]
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=10099695.ktOfnWBzPa@vostro.rjw.lan \
--to=rjw@sisk.pl \
--cc=Yuantian.Tang@freescale.com \
--cc=cpufreq@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox