Re: [PATCH V3 1/2] cpufreq: ondemand: allow custom powersave_bias_target handler to be registered

2013-04-02 Thread Viresh Kumar
On 2 April 2013 23:41, Jacob Shin wrote: > This allows for another [arch specific] driver to hook into existing > powersave bias function of the ondemand governor. i.e. This allows AMD > specific powersave bias function (in a separate AMD specific driver) > to aid ondemand governor's frequency

Re: [PATCH V3 1/2] cpufreq: ondemand: allow custom powersave_bias_target handler to be registered

2013-04-02 Thread Borislav Petkov
On Tue, Apr 02, 2013 at 01:11:43PM -0500, Jacob Shin wrote: > This allows for another [arch specific] driver to hook into existing > powersave bias function of the ondemand governor. i.e. This allows AMD > specific powersave bias function (in a separate AMD specific driver) > to aid ondemand

[PATCH V3 1/2] cpufreq: ondemand: allow custom powersave_bias_target handler to be registered

2013-04-02 Thread Jacob Shin
This allows for another [arch specific] driver to hook into existing powersave bias function of the ondemand governor. i.e. This allows AMD specific powersave bias function (in a separate AMD specific driver) to aid ondemand governor's frequency transition deicisions. Signed-off-by: Jacob Shin

[PATCH V3 1/2] cpufreq: ondemand: allow custom powersave_bias_target handler to be registered

2013-04-02 Thread Jacob Shin
This allows for another [arch specific] driver to hook into existing powersave bias function of the ondemand governor. i.e. This allows AMD specific powersave bias function (in a separate AMD specific driver) to aid ondemand governor's frequency transition deicisions. Signed-off-by: Jacob Shin

Re: [PATCH V3 1/2] cpufreq: ondemand: allow custom powersave_bias_target handler to be registered

2013-04-02 Thread Borislav Petkov
On Tue, Apr 02, 2013 at 01:11:43PM -0500, Jacob Shin wrote: This allows for another [arch specific] driver to hook into existing powersave bias function of the ondemand governor. i.e. This allows AMD specific powersave bias function (in a separate AMD specific driver) to aid ondemand

Re: [PATCH V3 1/2] cpufreq: ondemand: allow custom powersave_bias_target handler to be registered

2013-04-02 Thread Viresh Kumar
On 2 April 2013 23:41, Jacob Shin jacob.s...@amd.com wrote: This allows for another [arch specific] driver to hook into existing powersave bias function of the ondemand governor. i.e. This allows AMD specific powersave bias function (in a separate AMD specific driver) to aid ondemand