Searched hist:d5ca1649c1aebf1e5c95a33fdd80ad415f41dd1d (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/cpufreq/ |
H A D | omap-cpufreq.c | diff d5ca1649c1aebf1e5c95a33fdd80ad415f41dd1d Thu Oct 03 09:58:13 CDT 2013 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: omap: Use generic cpufreq routines
Most of the CPUFreq drivers do similar things in .exit() and .verify() routines and .attr. So its better if we have generic routines for them which can be used by cpufreq drivers then.
This patch uses these generic routines in the OMAP driver.
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|