Re: [PATCH 4/7] cpufreq: intel_pstate: Simplify code in intel_pstate_adjust_busy_pstate

2014-06-10 Thread Stratos Karafotis
On 10/06/2014 08:07 μμ, Dirk Brandewie wrote: > On 06/10/2014 07:51 AM, Stratos Karafotis wrote: >> On 10/06/2014 08:27 πμ, Viresh Kumar wrote: >>> On 10 June 2014 02:30, Stratos Karafotis wrote: Simplify the code by removing the inline functions pstate_increase and pstate_decrease and

Re: [PATCH 4/7] cpufreq: intel_pstate: Simplify code in intel_pstate_adjust_busy_pstate

2014-06-10 Thread Dirk Brandewie
On 06/10/2014 07:51 AM, Stratos Karafotis wrote: On 10/06/2014 08:27 πμ, Viresh Kumar wrote: On 10 June 2014 02:30, Stratos Karafotis wrote: Simplify the code by removing the inline functions pstate_increase and pstate_decrease and use directly the intel_pstate_set_pstate. Doesn't apply

Re: [PATCH 4/7] cpufreq: intel_pstate: Simplify code in intel_pstate_adjust_busy_pstate

2014-06-10 Thread Stratos Karafotis
On 10/06/2014 08:27 πμ, Viresh Kumar wrote: > On 10 June 2014 02:30, Stratos Karafotis wrote: >> Simplify the code by removing the inline functions >> pstate_increase and pstate_decrease and use directly the >> intel_pstate_set_pstate. >> >> Signed-off-by: Stratos Karafotis >> --- >>

Re: [PATCH 4/7] cpufreq: intel_pstate: Simplify code in intel_pstate_adjust_busy_pstate

2014-06-10 Thread Stratos Karafotis
On 10/06/2014 08:27 πμ, Viresh Kumar wrote: On 10 June 2014 02:30, Stratos Karafotis strat...@semaphore.gr wrote: Simplify the code by removing the inline functions pstate_increase and pstate_decrease and use directly the intel_pstate_set_pstate. Signed-off-by: Stratos Karafotis

Re: [PATCH 4/7] cpufreq: intel_pstate: Simplify code in intel_pstate_adjust_busy_pstate

2014-06-10 Thread Dirk Brandewie
On 06/10/2014 07:51 AM, Stratos Karafotis wrote: On 10/06/2014 08:27 πμ, Viresh Kumar wrote: On 10 June 2014 02:30, Stratos Karafotis strat...@semaphore.gr wrote: Simplify the code by removing the inline functions pstate_increase and pstate_decrease and use directly the

Re: [PATCH 4/7] cpufreq: intel_pstate: Simplify code in intel_pstate_adjust_busy_pstate

2014-06-10 Thread Stratos Karafotis
On 10/06/2014 08:07 μμ, Dirk Brandewie wrote: On 06/10/2014 07:51 AM, Stratos Karafotis wrote: On 10/06/2014 08:27 πμ, Viresh Kumar wrote: On 10 June 2014 02:30, Stratos Karafotis strat...@semaphore.gr wrote: Simplify the code by removing the inline functions pstate_increase and

Re: [PATCH 4/7] cpufreq: intel_pstate: Simplify code in intel_pstate_adjust_busy_pstate

2014-06-09 Thread Viresh Kumar
On 10 June 2014 02:30, Stratos Karafotis wrote: > Simplify the code by removing the inline functions > pstate_increase and pstate_decrease and use directly the > intel_pstate_set_pstate. > > Signed-off-by: Stratos Karafotis > --- > drivers/cpufreq/intel_pstate.c | 26 +++---

[PATCH 4/7] cpufreq: intel_pstate: Simplify code in intel_pstate_adjust_busy_pstate

2014-06-09 Thread Stratos Karafotis
Simplify the code by removing the inline functions pstate_increase and pstate_decrease and use directly the intel_pstate_set_pstate. Signed-off-by: Stratos Karafotis --- drivers/cpufreq/intel_pstate.c | 26 +++--- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git

[PATCH 4/7] cpufreq: intel_pstate: Simplify code in intel_pstate_adjust_busy_pstate

2014-06-09 Thread Stratos Karafotis
Simplify the code by removing the inline functions pstate_increase and pstate_decrease and use directly the intel_pstate_set_pstate. Signed-off-by: Stratos Karafotis strat...@semaphore.gr --- drivers/cpufreq/intel_pstate.c | 26 +++--- 1 file changed, 3 insertions(+), 23

Re: [PATCH 4/7] cpufreq: intel_pstate: Simplify code in intel_pstate_adjust_busy_pstate

2014-06-09 Thread Viresh Kumar
On 10 June 2014 02:30, Stratos Karafotis strat...@semaphore.gr wrote: Simplify the code by removing the inline functions pstate_increase and pstate_decrease and use directly the intel_pstate_set_pstate. Signed-off-by: Stratos Karafotis strat...@semaphore.gr ---