commit | db9be2194a829b26d66a2a25e590d2fc39179ba3 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Oct 03 20:27:56 2013 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Oct 16 00:50:23 2013 +0200 |
tree | 9bad6dc1a3cfa196ea6bd27a67afb1949f80a861 | |
parent | 184345129c53e76069c209f9912ed7c457eceb31 [diff] |
cpufreq: acpi: 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 the generic verify routine in the ACPI driver. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>