]> git.baikalelectronics.ru Git - kernel.git/commit
PM / OPP: Move cpufreq specific OPP functions out of generic OPP library
authorNishanth Menon <nm@ti.com>
Mon, 5 May 2014 13:33:50 +0000 (08:33 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 6 May 2014 22:39:03 +0000 (00:39 +0200)
commitac4bdc869f6f24fda948281029da9dd9f43687d7
tree471993f62816ed76d5cb7f96b32659f5bed439a6
parent4fd661cddc54cc6a189081c88b417ac685b895bd
PM / OPP: Move cpufreq specific OPP functions out of generic OPP library

CPUFreq specific helper functions for OPP (Operating Performance Points)
now use generic OPP functions that allow CPUFreq to be be moved back
into CPUFreq framework. This allows for independent modifications
or future enhancements as needed isolated to just CPUFreq framework
alone.

Here, we just move relevant code and documentation to make this part of
CPUFreq infrastructure.

Cc: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/cpu-freq/core.txt
Documentation/power/opp.txt
drivers/base/power/opp.c
drivers/cpufreq/Makefile
drivers/cpufreq/cpufreq_opp.c [new file with mode: 0644]
include/linux/cpufreq.h
include/linux/pm_opp.h