]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PM / OPP: rename functions to dev_pm_opp*
authorNishanth Menon <nm@ti.com>
Thu, 19 Sep 2013 21:03:50 +0000 (16:03 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 17 Oct 2013 20:46:41 +0000 (22:46 +0200)
commit72148778b524a37efc82ba71e7946446f8aeee30
treec067b0c5a164ef94c1d44f021ca0f01077311da2
parent35f9162d67c3e20a82b4bd6ec538f3e9c14fb055
PM / OPP: rename functions to dev_pm_opp*

Since Operating Performance Points (OPP) functions are specific to
device specific power management, be specific and rename opp_*
accessors in OPP library with dev_pm_opp_* equivalent.

Affected functions are:
 opp_get_voltage
 opp_get_freq
 opp_get_opp_count
 opp_find_freq_exact
 opp_find_freq_floor
 opp_find_freq_ceil
 opp_add
 opp_enable
 opp_disable
 opp_get_notifier
 opp_init_cpufreq_table
 opp_free_cpufreq_table

Reported-by: Randy Dunlap <rdunlap@infradead.org>
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>
15 files changed:
Documentation/power/opp.txt
arch/arm/mach-imx/mach-imx6q.c
arch/arm/mach-omap2/board-omap3beagle.c
arch/arm/mach-omap2/opp.c
arch/arm/mach-omap2/pm.c
drivers/base/power/opp.c
drivers/cpufreq/arm_big_little.c
drivers/cpufreq/cpufreq-cpu0.c
drivers/cpufreq/exynos5440-cpufreq.c
drivers/cpufreq/imx6q-cpufreq.c
drivers/cpufreq/omap-cpufreq.c
drivers/devfreq/devfreq.c
drivers/devfreq/exynos/exynos4_bus.c
drivers/devfreq/exynos/exynos5_bus.c
include/linux/opp.h