From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: cpufreq@vger.kernel.org, Dave Jones <davej@redhat.com>,
Paul Mackerras <paulus@samba.org>,
linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH] Add cpufreq driver for Momentum Maple boards
Date: Sat, 04 Jun 2011 20:29:41 +1000 [thread overview]
Message-ID: <1307183381.23876.27.camel@pasglop> (raw)
In-Reply-To: <BANLkTik6Ln1JGmN7isQ1tWPAf0upzHMvkg@mail.gmail.com>
On Sat, 2011-06-04 at 13:00 +0400, Dmitry Eremin-Solenikov wrote:
> On 5/30/11, Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> wrote:
> > Hello,
> >
> > On 5/21/11, Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> wrote:
> >> Add simple cpufreq driver for Maple-based boards (ppc970fx evaluation
> >> kit and others). Driver is based on a cpufreq driver for 64-bit powermac
> >> boxes with all pmac-dependant features removed and simple cleanup
> >> applied.
> >>
> >> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
> >> ---
> >> arch/powerpc/kernel/misc_64.S | 4 +-
> >> arch/powerpc/platforms/Kconfig | 8 +
> >> arch/powerpc/platforms/maple/Makefile | 1 +
> >> arch/powerpc/platforms/maple/cpufreq.c | 317
> >> ++++++++++++++++++++++++++++++++
> >> 4 files changed, 328 insertions(+), 2 deletions(-)
> >> create mode 100644 arch/powerpc/platforms/maple/cpufreq.c
> >
> > What about this patch?
>
> Pinging again. Any problems/comments/objections to this patch?
Well, obviously nobody had time to review it yet....
Cheers,
Ben.
WARNING: multiple messages have this Message-ID (diff)
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: Dave Jones <davej@redhat.com>, Paul Mackerras <paulus@samba.org>,
linuxppc-dev@lists.ozlabs.org, cpufreq@vger.kernel.org
Subject: Re: [PATCH] Add cpufreq driver for Momentum Maple boards
Date: Sat, 04 Jun 2011 20:29:41 +1000 [thread overview]
Message-ID: <1307183381.23876.27.camel@pasglop> (raw)
In-Reply-To: <BANLkTik6Ln1JGmN7isQ1tWPAf0upzHMvkg@mail.gmail.com>
On Sat, 2011-06-04 at 13:00 +0400, Dmitry Eremin-Solenikov wrote:
> On 5/30/11, Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> wrote:
> > Hello,
> >
> > On 5/21/11, Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> wrote:
> >> Add simple cpufreq driver for Maple-based boards (ppc970fx evaluation
> >> kit and others). Driver is based on a cpufreq driver for 64-bit powermac
> >> boxes with all pmac-dependant features removed and simple cleanup
> >> applied.
> >>
> >> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
> >> ---
> >> arch/powerpc/kernel/misc_64.S | 4 +-
> >> arch/powerpc/platforms/Kconfig | 8 +
> >> arch/powerpc/platforms/maple/Makefile | 1 +
> >> arch/powerpc/platforms/maple/cpufreq.c | 317
> >> ++++++++++++++++++++++++++++++++
> >> 4 files changed, 328 insertions(+), 2 deletions(-)
> >> create mode 100644 arch/powerpc/platforms/maple/cpufreq.c
> >
> > What about this patch?
>
> Pinging again. Any problems/comments/objections to this patch?
Well, obviously nobody had time to review it yet....
Cheers,
Ben.
next prev parent reply other threads:[~2011-06-04 10:29 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-21 10:28 [PATCH] Add cpufreq driver for Momentum Maple boards Dmitry Eremin-Solenikov
2011-05-21 10:28 ` Dmitry Eremin-Solenikov
2011-05-30 11:57 ` Dmitry Eremin-Solenikov
2011-05-30 11:57 ` Dmitry Eremin-Solenikov
2011-06-04 9:00 ` Dmitry Eremin-Solenikov
2011-06-04 9:00 ` Dmitry Eremin-Solenikov
2011-06-04 10:29 ` Benjamin Herrenschmidt [this message]
2011-06-04 10:29 ` Benjamin Herrenschmidt
2011-06-04 10:39 ` Dmitry Eremin-Solenikov
2011-06-04 10:39 ` Dmitry Eremin-Solenikov
2011-06-17 4:14 ` Benjamin Herrenschmidt
2011-06-17 4:14 ` Benjamin Herrenschmidt
2011-06-17 8:49 ` Dmitry Eremin-Solenikov
2011-06-17 8:49 ` Dmitry Eremin-Solenikov
2011-06-17 9:17 ` Arnd Bergmann
2011-06-17 11:12 ` Dmitry Eremin-Solenikov
2011-06-17 11:12 ` Dmitry Eremin-Solenikov
2011-06-17 11:52 ` Arnd Bergmann
2011-06-17 11:52 ` Arnd Bergmann
2011-06-17 20:07 ` Dave Jones
2011-06-17 20:07 ` Dave Jones
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=1307183381.23876.27.camel@pasglop \
--to=benh@kernel.crashing.org \
--cc=cpufreq@vger.kernel.org \
--cc=davej@redhat.com \
--cc=dbaryshkov@gmail.com \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=paulus@samba.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.