Searched hist:"70 e9e778337973d5bf57004092b360bd3f3c412f" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/cpufreq/ |
H A D | Kconfig | diff 70e9e778337973d5bf57004092b360bd3f3c412f Thu Oct 03 09:59:07 CDT 2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: create cpufreq_generic_init() routine
Many CPUFreq drivers for SMP system (where all cores share same clock lines), do similar stuff in their ->init() part.
This patch creates a generic routine in cpufreq core which can be used by these so that we can remove some redundant code.
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 70e9e778337973d5bf57004092b360bd3f3c412f Thu Oct 03 09:59:07 CDT 2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: create cpufreq_generic_init() routine
Many CPUFreq drivers for SMP system (where all cores share same clock lines), do similar stuff in their ->init() part.
This patch creates a generic routine in cpufreq core which can be used by these so that we can remove some redundant code.
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 70e9e778337973d5bf57004092b360bd3f3c412f Thu Oct 03 09:59:07 CDT 2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: create cpufreq_generic_init() routine
Many CPUFreq drivers for SMP system (where all cores share same clock lines), do similar stuff in their ->init() part.
This patch creates a generic routine in cpufreq core which can be used by these so that we can remove some redundant code.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|