Re: [PATCH v2 6/6] powernv:cpufreq: Implement the driver-get() method

2014-03-17 Thread Preeti U Murthy
On 03/10/2014 04:41 PM, Gautham R. Shenoy wrote: From: Gautham R. Shenoy e...@linux.vnet.ibm.com The current frequency of a cpu is reported through the sysfs file cpuinfo_cur_freq. This requires the driver to implement a -get(unsigned int cpu) method which will return the current operating

[PATCH v2 6/6] powernv:cpufreq: Implement the driver-get() method

2014-03-10 Thread Gautham R. Shenoy
From: Gautham R. Shenoy e...@linux.vnet.ibm.com The current frequency of a cpu is reported through the sysfs file cpuinfo_cur_freq. This requires the driver to implement a -get(unsigned int cpu) method which will return the current operating frequency. Implement a function named