public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] PM / OPP: move cpufreq specific helpers out of OPP layer
@ 2014-05-05 13:33 Nishanth Menon
  2014-05-05 13:33 ` [PATCH 1/2] PM / OPP: Remove cpufreq wrapper dependency on internal data organization Nishanth Menon
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Nishanth Menon @ 2014-05-05 13:33 UTC (permalink / raw)
  To: Rafael J. Wysocki, Viresh Kumar
  Cc: Kevin Hilman, cpufreq, linux-samsung-soc, linux-omap,
	linux-arm-kernel, linux-pm, linux-kernel, Nishanth Menon

CPUFreq usage of OPP should be independent of the ordering of type of
data storage inside OPP layer. The current operations can equally be
performed by generic operations.

[RFC]: https://patchwork.kernel.org/patch/4100811/

Series based on: v3.15-rc1

Nishanth Menon (2):
  PM / OPP: Remove cpufreq wrapper dependency on internal data
    organization
  PM / OPP: Move cpufreq specific OPP functions out of generic OPP
    library

 Documentation/cpu-freq/core.txt |   29 +++++++++++
 Documentation/power/opp.txt     |   40 ++------------
 drivers/base/power/opp.c        |   91 --------------------------------
 drivers/cpufreq/Makefile        |    2 +
 drivers/cpufreq/cpufreq_opp.c   |  110 +++++++++++++++++++++++++++++++++++++++
 include/linux/cpufreq.h         |   21 ++++++++
 include/linux/pm_opp.h          |   20 -------
 7 files changed, 167 insertions(+), 146 deletions(-)
 create mode 100644 drivers/cpufreq/cpufreq_opp.c

-- 
1.7.9.5


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

end of thread, other threads:[~2014-05-13 18:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-05 13:33 [PATCH 0/2] PM / OPP: move cpufreq specific helpers out of OPP layer Nishanth Menon
2014-05-05 13:33 ` [PATCH 1/2] PM / OPP: Remove cpufreq wrapper dependency on internal data organization Nishanth Menon
2014-05-05 14:23   ` Viresh Kumar
2014-05-05 14:25     ` Nishanth Menon
2014-05-05 14:40       ` Viresh Kumar
2014-05-05 13:33 ` [PATCH 2/2] PM / OPP: Move cpufreq specific OPP functions out of generic OPP library Nishanth Menon
2014-05-05 14:35   ` Viresh Kumar
2014-05-13 18:29 ` [PATCH 0/2] PM / OPP: move cpufreq specific helpers out of OPP layer Thomas Abraham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox