diff options
author | Nishanth Menon <nm@ti.com> | 2011-05-23 17:59:44 -0500 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2011-06-13 16:42:52 -0500 |
commit | 17b3f04ddfb8fe490130a9835c72c5d2f93c894b (patch) | |
tree | e1ddf4998fcc80de15fd222295a69cccda7c8615 /Documentation/power | |
parent | 96eed1d5e436900413a961452b344205992bb0bb (diff) | |
download | kernel_samsung_tuna-17b3f04ddfb8fe490130a9835c72c5d2f93c894b.zip kernel_samsung_tuna-17b3f04ddfb8fe490130a9835c72c5d2f93c894b.tar.gz kernel_samsung_tuna-17b3f04ddfb8fe490130a9835c72c5d2f93c894b.tar.bz2 |
PM: OPP: introduce function to free cpufreq table(v2)
cpufreq table allocated by opp_init_cpufreq_table is better
freed by OPP layer itself. This allows future modifications to
the table handling to be transparent to the users.
Example discussion: http://marc.info/?t=130570440600005&r=1&w=2
Acked-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'Documentation/power')
-rw-r--r-- | Documentation/power/opp.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/power/opp.txt b/Documentation/power/opp.txt index 5ae70a12..3035d00 100644 --- a/Documentation/power/opp.txt +++ b/Documentation/power/opp.txt @@ -321,6 +321,8 @@ opp_init_cpufreq_table - cpufreq framework typically is initialized with addition to CONFIG_PM as power management feature is required to dynamically scale voltage and frequency in a system. +opp_free_cpufreq_table - Free up the table allocated by opp_init_cpufreq_table + 7. Data Structures ================== Typically an SoC contains multiple voltage domains which are variable. Each |