linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add a cpufreq driver for the IBM PowerPC 750GX
@ 2008-08-30  9:07 Kevin Diggs
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Diggs @ 2008-08-30  9:07 UTC (permalink / raw)
  To: linuxppc-dev

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!

kevin

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [PATCH v2 0/5] Add a cpufreq driver for the IBM PowerPC 750GX
@ 2008-08-30  9:18 Kevin Diggs
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Diggs @ 2008-08-30  9:18 UTC (permalink / raw)
  To: linuxppc-dev, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-30  9:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-30  9:07 [PATCH v2 0/5] Add a cpufreq driver for the IBM PowerPC 750GX Kevin Diggs
  -- strict thread matches above, loose matches on Subject: below --
2008-08-30  9:18 Kevin Diggs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).