linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/2] Add cpufreq driver for Momentum Maple platform
@ 2011-06-29 15:07 Dmitry Eremin-Solenikov
  2011-06-29 15:07 ` [PATCH V4 1/2] ppc: enable scom access functions on Maple Dmitry Eremin-Solenikov
  2011-06-29 15:07 ` [PATCH V4 2/2] Add cpufreq driver for Momentum Maple boards Dmitry Eremin-Solenikov
  0 siblings, 2 replies; 3+ messages in thread
From: Dmitry Eremin-Solenikov @ 2011-06-29 15:07 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Paul Mackerras, cpufreq, Dave Jones

Please merge this patchset, adding a cpufreq driver for Momentum Maple
platform. Changes since V3:

* Add comment regarding power-mode-data
* Adjusted kernel output a bit
* Tied the driver to compatible platforms only (as per
  arch/powerpc/platforms/maple/setup.c)

Dmitry Eremin-Solenikov (2):
      ppc: enable scom access functions on Maple
      Add cpufreq driver for Momentum Maple boards

 arch/powerpc/kernel/misc_64.S   |    4 +-
 drivers/cpufreq/Kconfig         |    5 +
 drivers/cpufreq/Kconfig.powerpc |    7 +
 drivers/cpufreq/Makefile        |    5 +
 drivers/cpufreq/maple-cpufreq.c |  309 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 328 insertions(+), 2 deletions(-)
 create mode 100644 drivers/cpufreq/Kconfig.powerpc
 create mode 100644 drivers/cpufreq/maple-cpufreq.c

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

end of thread, other threads:[~2011-06-29 15:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-29 15:07 [PATCH V4 0/2] Add cpufreq driver for Momentum Maple platform Dmitry Eremin-Solenikov
2011-06-29 15:07 ` [PATCH V4 1/2] ppc: enable scom access functions on Maple Dmitry Eremin-Solenikov
2011-06-29 15:07 ` [PATCH V4 2/2] Add cpufreq driver for Momentum Maple boards Dmitry Eremin-Solenikov

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).