Searched hist:be49e3465f222b4b796be8a21d14afbfd8f5d20f (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/cpufreq/ |
H A D | sh-cpufreq.c | diff be49e3465f222b4b796be8a21d14afbfd8f5d20f Wed Oct 02 03:43:19 CDT 2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: add new routine cpufreq_verify_within_cpu_limits()
Most of the users of cpufreq_verify_within_limits() calls it for limiting with min/max from policy->cpuinfo. We can make that code simple by introducing another routine which will do this for them automatically.
This patch adds another routine cpufreq_verify_within_cpu_limits() and updates others to use it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Dirk Brandewie <dirk.j.brandewie@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
H A D | longrun.c | diff be49e3465f222b4b796be8a21d14afbfd8f5d20f Wed Oct 02 03:43:19 CDT 2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: add new routine cpufreq_verify_within_cpu_limits()
Most of the users of cpufreq_verify_within_limits() calls it for limiting with min/max from policy->cpuinfo. We can make that code simple by introducing another routine which will do this for them automatically.
This patch adds another routine cpufreq_verify_within_cpu_limits() and updates others to use it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Dirk Brandewie <dirk.j.brandewie@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
H A D | cpufreq-nforce2.c | diff be49e3465f222b4b796be8a21d14afbfd8f5d20f Wed Oct 02 03:43:19 CDT 2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: add new routine cpufreq_verify_within_cpu_limits()
Most of the users of cpufreq_verify_within_limits() calls it for limiting with min/max from policy->cpuinfo. We can make that code simple by introducing another routine which will do this for them automatically.
This patch adds another routine cpufreq_verify_within_cpu_limits() and updates others to use it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Dirk Brandewie <dirk.j.brandewie@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
H A D | davinci-cpufreq.c | diff be49e3465f222b4b796be8a21d14afbfd8f5d20f Wed Oct 02 03:43:19 CDT 2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: add new routine cpufreq_verify_within_cpu_limits()
Most of the users of cpufreq_verify_within_limits() calls it for limiting with min/max from policy->cpuinfo. We can make that code simple by introducing another routine which will do this for them automatically.
This patch adds another routine cpufreq_verify_within_cpu_limits() and updates others to use it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Dirk Brandewie <dirk.j.brandewie@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
H A D | freq_table.c | diff be49e3465f222b4b796be8a21d14afbfd8f5d20f Wed Oct 02 03:43:19 CDT 2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: add new routine cpufreq_verify_within_cpu_limits()
Most of the users of cpufreq_verify_within_limits() calls it for limiting with min/max from policy->cpuinfo. We can make that code simple by introducing another routine which will do this for them automatically.
This patch adds another routine cpufreq_verify_within_cpu_limits() and updates others to use it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Dirk Brandewie <dirk.j.brandewie@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
H A D | pcc-cpufreq.c | diff be49e3465f222b4b796be8a21d14afbfd8f5d20f Wed Oct 02 03:43:19 CDT 2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: add new routine cpufreq_verify_within_cpu_limits()
Most of the users of cpufreq_verify_within_limits() calls it for limiting with min/max from policy->cpuinfo. We can make that code simple by introducing another routine which will do this for them automatically.
This patch adds another routine cpufreq_verify_within_cpu_limits() and updates others to use it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Dirk Brandewie <dirk.j.brandewie@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
H A D | intel_pstate.c | diff be49e3465f222b4b796be8a21d14afbfd8f5d20f Wed Oct 02 03:43:19 CDT 2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: add new routine cpufreq_verify_within_cpu_limits()
Most of the users of cpufreq_verify_within_limits() calls it for limiting with min/max from policy->cpuinfo. We can make that code simple by introducing another routine which will do this for them automatically.
This patch adds another routine cpufreq_verify_within_cpu_limits() and updates others to use it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Dirk Brandewie <dirk.j.brandewie@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
/openbmc/linux/include/linux/ |
H A D | cpufreq.h | diff be49e3465f222b4b796be8a21d14afbfd8f5d20f Wed Oct 02 03:43:19 CDT 2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: add new routine cpufreq_verify_within_cpu_limits()
Most of the users of cpufreq_verify_within_limits() calls it for limiting with min/max from policy->cpuinfo. We can make that code simple by introducing another routine which will do this for them automatically.
This patch adds another routine cpufreq_verify_within_cpu_limits() and updates others to use it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Dirk Brandewie <dirk.j.brandewie@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|