[PATCH 04/35] cpufreq: sparc: call cpufreq_frequency_table_get_attr()

2013-08-08 Thread Viresh Kumar
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: David S. Miller Cc: sparcli...@vger.kernel.org Signed-off-by: Viresh Kumar

[PATCH 04/35] cpufreq: sparc: call cpufreq_frequency_table_get_attr()

2013-08-08 Thread Viresh Kumar
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: David S. Miller da...@davemloft.net Cc: sparcli...@vger.kernel.org