Re: [PATCH] Add cpufreq driver for Momentum Maple boards
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2011-06-04 10:29:53
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2011-06-04 10:29:53
On Sat, 2011-06-04 at 13:00 +0400, Dmitry Eremin-Solenikov wrote:
On 5/30/11, Dmitry Eremin-Solenikov [off-list ref] wrote:quoted
Hello, On 5/21/11, Dmitry Eremin-Solenikov [off-list ref] wrote:quoted
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 <redacted> --- 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.cWhat about this patch?Pinging again. Any problems/comments/objections to this patch?
Well, obviously nobody had time to review it yet.... Cheers, Ben.