[PATCH v2 0/5] Add a cpufreq driver for the IBM PowerPC 750GX

From: Kevin Diggs
Date: Sat Aug 30 2008 - 05:20:21 EST


Hi,

This patch set adds a cpufreq driver for the IBM PowerPC 750GX processor. It
"should" also work for the 750FX. The patches are:

1) Add low level PLL config register interface module
2) Add cpufreq driver for the 750GX
3) Other PowerPC kernel changes necessary to support the above
4) Add kernel doc for the completion feature, fix split-man.pl in
kernel-doc-nano-HOWTO.txt
5) Add pll script to interface with pll_if sysfs attribute

These changes are against 2.6.26.

Thanks for all who took the time to review v1!

Documentation/DocBook/Makefile | 2
Documentation/DocBook/cf750gx.tmpl | 441 ++++++++++++++++
Documentation/cpu-freq/pll.pl | 773 ++++++++++++++++++++++++++++
Documentation/kernel-doc-nano-HOWTO.txt | 4
arch/powerpc/kernel/Makefile | 1
arch/powerpc/kernel/cpu/Makefile | 6
arch/powerpc/kernel/cpu/cpufreq/Kconfig | 33 +
arch/powerpc/kernel/cpu/cpufreq/Makefile | 1
arch/powerpc/kernel/cpu/cpufreq/cf750gx.c | 741 +++++++++++++++++++++++++++
arch/powerpc/kernel/cpu/pll_if.c | 807 ++++++++++++++++++++++++++++++
arch/powerpc/kernel/cpu_setup_6xx.S | 13
arch/powerpc/kernel/cputable.c | 32 +
arch/powerpc/kernel/idle_6xx.S | 28 -
arch/powerpc/platforms/Kconfig | 2
arch/powerpc/platforms/Kconfig.cputype | 30 +
arch/powerpc/platforms/powermac/feature.c | 9
include/asm-powerpc/cputable.h | 3
include/asm-powerpc/pll.h | 209 +++++++
include/asm-powerpc/pll_if.h | 117 ++++
include/linux/completion.h | 41 +
kernel/sched.c | 56 ++
21 files changed, 3305 insertions(+), 44 deletions(-)

Ooops, left out the diffstat.

kevin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/