Searched hist:e28867eab7c0a60cddf0cb59f9f6cbbd9561425d (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | cpufreq.h | diff e28867eab7c0a60cddf0cb59f9f6cbbd9561425d Mon Mar 03 21:00:27 CST 2014 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: Implement cpufreq_generic_suspend()
Multiple platforms need to set CPUs to a particular frequency before suspending the system, so provide a common infrastructure for them.
Those platforms only need to point their ->suspend callback pointers to the generic routine.
Tested-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> [rjw: Changelog] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
/openbmc/linux/drivers/cpufreq/ |
H A D | cpufreq.c | diff e28867eab7c0a60cddf0cb59f9f6cbbd9561425d Mon Mar 03 21:00:27 CST 2014 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: Implement cpufreq_generic_suspend()
Multiple platforms need to set CPUs to a particular frequency before suspending the system, so provide a common infrastructure for them.
Those platforms only need to point their ->suspend callback pointers to the generic routine.
Tested-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> [rjw: Changelog] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|