linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4] powernv: Dynamic Frequency Scaling Enablement
@ 2014-03-26 16:55 Gautham R. Shenoy
  2014-03-26 16:55 ` [PATCH v4] powernv, cpufreq: cpufreq driver for powernv platform Gautham R. Shenoy
  2014-03-27  5:38 ` [PATCH v4] powernv: Dynamic Frequency Scaling Enablement Viresh Kumar
  0 siblings, 2 replies; 18+ messages in thread
From: Gautham R. Shenoy @ 2014-03-26 16:55 UTC (permalink / raw)
  To: Viresh Kumar, benh
  Cc: Gautham R. Shenoy, Linux PM list, linuxppc-dev, Anton Blanchard,
	srivatsa.bhat

From: "Gautham R. Shenoy" <ego@linux.vnet.ibm.com>

Hi,

This is the v4 of the patchset to enable Dynamic Frequency Scaling
on IBM PowerNV Platforms. I have incorporated the review comments
from the previous version (can be found at [1]). 

In this version, 

  * Multiple patches from the previous version have been into a single
    patch, since the higher numbered patches implemented some helper
    functions and the driver methods which should have been a part of
    the first patch to begin with.

  * Use the generic helpers provided by the cpufreq core available in
    the latest linux-next tree.

  * Fix the code to avoid casting integer pointers to void.

The patch is based on top of the commit:06ed26d1de59ce7cbbe68378b7e470be169750e5
of the linux-next tree.


[1]: https://www.mail-archive.com/linuxppc-dev@lists.ozlabs.org/msg76675.html

Vaidyanathan Srinivasan (1):
  powernv, cpufreq: cpufreq driver for powernv platform

 arch/powerpc/configs/pseries_defconfig    |   1 +
 arch/powerpc/configs/pseries_le_defconfig |   1 +
 arch/powerpc/include/asm/reg.h            |   4 +
 arch/powerpc/platforms/powernv/Kconfig    |   6 +
 drivers/cpufreq/Kconfig.powerpc           |   8 +
 drivers/cpufreq/Makefile                  |   1 +
 drivers/cpufreq/powernv-cpufreq.c         | 372 ++++++++++++++++++++++++++++++
 7 files changed, 393 insertions(+)
 create mode 100644 drivers/cpufreq/powernv-cpufreq.c

-- 
1.8.3.1

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

end of thread, other threads:[~2014-03-28  5:25 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-26 16:55 [PATCH v4] powernv: Dynamic Frequency Scaling Enablement Gautham R. Shenoy
2014-03-26 16:55 ` [PATCH v4] powernv, cpufreq: cpufreq driver for powernv platform Gautham R. Shenoy
2014-03-27  3:56   ` Anton Blanchard
2014-03-27  6:39   ` Viresh Kumar
2014-03-27  9:30     ` Gautham R Shenoy
2014-03-27  9:59       ` Viresh Kumar
2014-03-27 10:21         ` Srivatsa S. Bhat
2014-03-27 10:23           ` Viresh Kumar
2014-03-27 11:20         ` Gautham R Shenoy
2014-03-27 11:29           ` Viresh Kumar
2014-03-27 12:56           ` Benjamin Herrenschmidt
2014-03-27 10:11       ` Vaidyanathan Srinivasan
2014-03-27 10:22         ` Viresh Kumar
2014-03-27 11:12       ` Benjamin Herrenschmidt
2014-03-28  5:25       ` Viresh Kumar
2014-03-27  5:38 ` [PATCH v4] powernv: Dynamic Frequency Scaling Enablement Viresh Kumar
2014-03-27  6:28   ` Benjamin Herrenschmidt
2014-03-27  6:42     ` Viresh Kumar

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