Searched hist:"944 e9a0316e60bc5bc122e46c1fde36e5f6e9f56" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/cpufreq/ |
H A D | cpufreq_governor.c | diff 944e9a0316e60bc5bc122e46c1fde36e5f6e9f56 Thu May 16 00:09:57 CDT 2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.c
get_governor_parent_kobj() can be used by any governor, generic cpufreq governors or platform specific ones and so must be present in cpufreq.c instead of cpufreq_governor.c.
This patch moves it to cpufreq.c. This also adds EXPORT_SYMBOL_GPL(get_governor_parent_kobj) so that modules can use this function too.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
H A D | cpufreq.c | diff 944e9a0316e60bc5bc122e46c1fde36e5f6e9f56 Thu May 16 00:09:57 CDT 2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.c
get_governor_parent_kobj() can be used by any governor, generic cpufreq governors or platform specific ones and so must be present in cpufreq.c instead of cpufreq_governor.c.
This patch moves it to cpufreq.c. This also adds EXPORT_SYMBOL_GPL(get_governor_parent_kobj) so that modules can use this function too.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
/openbmc/linux/include/linux/ |
H A D | cpufreq.h | diff 944e9a0316e60bc5bc122e46c1fde36e5f6e9f56 Thu May 16 00:09:57 CDT 2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.c
get_governor_parent_kobj() can be used by any governor, generic cpufreq governors or platform specific ones and so must be present in cpufreq.c instead of cpufreq_governor.c.
This patch moves it to cpufreq.c. This also adds EXPORT_SYMBOL_GPL(get_governor_parent_kobj) so that modules can use this function too.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|