commit | 6a77a1e6429c96be0dab06660b137847e2802806 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Mon Sep 16 18:56:04 2013 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Sep 30 20:18:41 2013 +0200 |
tree | 96ba7442a3d395a883500ebffbad0df441f253c1 | |
parent | 27047a603645d0885bcd72d7a0b6cce6e3c94ca7 [diff] |
cpufreq: pxa: call cpufreq_frequency_table_get_attr() This exposes frequency table of driver to cpufreq core and is required for core to guess what the index for a target frequency is, when it calls cpufreq_frequency_table_target(). And so this driver needs to expose it. Cc: Eric Miao <eric.y.miao@gmail.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>