Re: [PATCH v7 3/7] thermal:boost: Automatic enable/disable of BOOST feature

2013-08-26 Thread Lukasz Majewski
On Mon, 26 Aug 2013 11:03:51 +0530 Viresh Kumar viresh.ku...@linaro.org wrote, > On 13 August 2013 15:38, Lukasz Majewski > wrote: > > diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h > > index b5defd4..ec19da9 100644 > > --- a/include/linux/cpufreq.h > > +++

Re: [PATCH v7 3/7] thermal:boost: Automatic enable/disable of BOOST feature

2013-08-26 Thread Lukasz Majewski
On Mon, 26 Aug 2013 11:03:51 +0530 Viresh Kumar viresh.ku...@linaro.org wrote, On 13 August 2013 15:38, Lukasz Majewski l.majew...@samsung.com wrote: diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index b5defd4..ec19da9 100644 --- a/include/linux/cpufreq.h +++

Re: [PATCH v7 3/7] thermal:boost: Automatic enable/disable of BOOST feature

2013-08-25 Thread Viresh Kumar
On 13 August 2013 15:38, Lukasz Majewski wrote: > diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h > index b5defd4..ec19da9 100644 > --- a/include/linux/cpufreq.h > +++ b/include/linux/cpufreq.h > @@ -408,10 +408,24 @@ int cpufreq_frequency_table_target(struct > cpufreq_policy

Re: [PATCH v7 3/7] thermal:boost: Automatic enable/disable of BOOST feature

2013-08-25 Thread Viresh Kumar
On 13 August 2013 15:38, Lukasz Majewski l.majew...@samsung.com wrote: diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index b5defd4..ec19da9 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -408,10 +408,24 @@ int cpufreq_frequency_table_target(struct

[PATCH v7 3/7] thermal:boost: Automatic enable/disable of BOOST feature

2013-08-13 Thread Lukasz Majewski
This patch provides auto disable/enable operation for boost. When any defined trip point is passed, the boost is disabled. In that moment thermal monitor workqueue is woken up and it monitors if the device temperature drops below 75% of the smallest trip point. When device cools down, the boost is

[PATCH v7 3/7] thermal:boost: Automatic enable/disable of BOOST feature

2013-08-13 Thread Lukasz Majewski
This patch provides auto disable/enable operation for boost. When any defined trip point is passed, the boost is disabled. In that moment thermal monitor workqueue is woken up and it monitors if the device temperature drops below 75% of the smallest trip point. When device cools down, the boost is