Re: [PATCH 00/44] cpufreq: define generic routines for cpufreq drivers: for 3.13

2013-08-10 Thread Viresh Kumar
On 10 August 2013 12:13, Viresh Kumar wrote: > cpufreq: pass suitable index instead of freq to > cpufreq_driver->target() This one is sent by mistake.. It isn't ready yet and will be sent separately later. :( -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[PATCH 00/44] cpufreq: define generic routines for cpufreq drivers: for 3.13

2013-08-10 Thread Viresh Kumar
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 patchset first fixes all existing drivers to do cpufreq_frequency_table_put_attr() corresponding to

[PATCH 00/44] cpufreq: define generic routines for cpufreq drivers: for 3.13

2013-08-10 Thread Viresh Kumar
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 patchset first fixes all existing drivers to do cpufreq_frequency_table_put_attr() corresponding to

Re: [PATCH 00/44] cpufreq: define generic routines for cpufreq drivers: for 3.13

2013-08-10 Thread Viresh Kumar
On 10 August 2013 12:13, Viresh Kumar viresh.ku...@linaro.org wrote: cpufreq: pass suitable index instead of freq to cpufreq_driver-target() This one is sent by mistake.. It isn't ready yet and will be sent separately later. :( -- To unsubscribe from this list: send the line unsubscribe