PM / OPP: Rename opp init/free table routines
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 4 Sep 2015 08:17:23 +0000 (13:47 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 15 Sep 2015 00:03:15 +0000 (02:03 +0200)
commitf0489a5ef4d011e29f78021ad13a543e8769d619
treeae78bd2d07cd07cfd34def48f2390dad0d7db7c7
parent1840995c52d44bec8c20d6c07a706dc1499da9da
PM / OPP: Rename opp init/free table routines

free-table routines are opposite of init-table ones, and must be named
to make that clear. Opposite of 'init' is 'exit', but those doesn't suit
really well.

Replace 'init' with 'add' and 'free' with 'remove'.

Reported-by: Pavel Machek <pavel@ucw.cz>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
arch/arm/mach-imx/mach-imx6q.c
drivers/base/power/opp.c
drivers/cpufreq/arm_big_little.h
drivers/cpufreq/arm_big_little_dt.c
drivers/cpufreq/cpufreq-dt.c
drivers/cpufreq/exynos5440-cpufreq.c
drivers/cpufreq/imx6q-cpufreq.c
drivers/cpufreq/mt8173-cpufreq.c
include/linux/pm_opp.h
This page took 0.028056 seconds and 5 git commands to generate.