Re: [PATCH v5 7/7] Documentation:cpufreq:boost: Update BOOST documentation

2013-07-17 Thread Lukasz Majewski
On Wed, 17 Jul 2013 13:29:26 +0530 Viresh Kumar viresh.ku...@linaro.org wrote, > On 17 July 2013 13:06, Lukasz Majewski wrote: > > At v4 there was the old acpi-cpufreq.c behaviour preserved (with > > always exporting boost - when not supported ro, when supported rw). > > > > Due to Rafael and

Re: [PATCH v5 7/7] Documentation:cpufreq:boost: Update BOOST documentation

2013-07-17 Thread Viresh Kumar
On 17 July 2013 13:06, Lukasz Majewski wrote: > At v4 there was the old acpi-cpufreq.c behaviour preserved (with always > exporting boost - when not supported ro, when supported rw). > > Due to Rafael and Dirk comments it has been rewritten at v5: > >

Re: [PATCH v5 7/7] Documentation:cpufreq:boost: Update BOOST documentation

2013-07-17 Thread Lukasz Majewski
On Wed, 17 Jul 2013 10:52:18 +0530 Viresh Kumar viresh.ku...@linaro.org wrote, > On 16 July 2013 17:03, Lukasz Majewski wrote: > > As fair as I've understood our previous discussion (at [*]) we have > > agreed about this. We only export boost attribute when it is > > supported by cpufreq_driver.

Re: [PATCH v5 7/7] Documentation:cpufreq:boost: Update BOOST documentation

2013-07-17 Thread Lukasz Majewski
On Wed, 17 Jul 2013 10:52:18 +0530 Viresh Kumar viresh.ku...@linaro.org wrote, On 16 July 2013 17:03, Lukasz Majewski l.majew...@samsung.com wrote: As fair as I've understood our previous discussion (at [*]) we have agreed about this. We only export boost attribute when it is supported by

Re: [PATCH v5 7/7] Documentation:cpufreq:boost: Update BOOST documentation

2013-07-17 Thread Viresh Kumar
On 17 July 2013 13:06, Lukasz Majewski l.majew...@samsung.com wrote: At v4 there was the old acpi-cpufreq.c behaviour preserved (with always exporting boost - when not supported ro, when supported rw). Due to Rafael and Dirk comments it has been rewritten at v5:

Re: [PATCH v5 7/7] Documentation:cpufreq:boost: Update BOOST documentation

2013-07-17 Thread Lukasz Majewski
On Wed, 17 Jul 2013 13:29:26 +0530 Viresh Kumar viresh.ku...@linaro.org wrote, On 17 July 2013 13:06, Lukasz Majewski l.majew...@samsung.com wrote: At v4 there was the old acpi-cpufreq.c behaviour preserved (with always exporting boost - when not supported ro, when supported rw). Due to

Re: [PATCH v5 7/7] Documentation:cpufreq:boost: Update BOOST documentation

2013-07-16 Thread Viresh Kumar
On 16 July 2013 17:03, Lukasz Majewski wrote: > As fair as I've understood our previous discussion (at [*]) we have > agreed about this. We only export boost attribute when it is supported > by cpufreq_driver. Rafael was very clear about exporting boost > attribute: > > "Simple: Export it only

Re: [PATCH v5 7/7] Documentation:cpufreq:boost: Update BOOST documentation

2013-07-16 Thread Lukasz Majewski
On Tue, 16 Jul 2013 15:31:43 +0530 Viresh Kumar viresh.ku...@linaro.org wrote, > On 4 July 2013 14:20, Lukasz Majewski wrote: > > -Reading the file is always supported, even if the processor does > > not -support boosting. In this case the file will be read-only and > > always -reads as "0".

Re: [PATCH v5 7/7] Documentation:cpufreq:boost: Update BOOST documentation

2013-07-16 Thread Viresh Kumar
On 4 July 2013 14:20, Lukasz Majewski wrote: > -Reading the file is always supported, even if the processor does not > -support boosting. In this case the file will be read-only and always > -reads as "0". Explicitly changing the permissions and writing to that > -file anyway will return EINVAL.

Re: [PATCH v5 7/7] Documentation:cpufreq:boost: Update BOOST documentation

2013-07-16 Thread Viresh Kumar
On 4 July 2013 14:20, Lukasz Majewski l.majew...@samsung.com wrote: -Reading the file is always supported, even if the processor does not -support boosting. In this case the file will be read-only and always -reads as 0. Explicitly changing the permissions and writing to that -file anyway will

Re: [PATCH v5 7/7] Documentation:cpufreq:boost: Update BOOST documentation

2013-07-16 Thread Lukasz Majewski
On Tue, 16 Jul 2013 15:31:43 +0530 Viresh Kumar viresh.ku...@linaro.org wrote, On 4 July 2013 14:20, Lukasz Majewski l.majew...@samsung.com wrote: -Reading the file is always supported, even if the processor does not -support boosting. In this case the file will be read-only and always

Re: [PATCH v5 7/7] Documentation:cpufreq:boost: Update BOOST documentation

2013-07-16 Thread Viresh Kumar
On 16 July 2013 17:03, Lukasz Majewski l.majew...@samsung.com wrote: As fair as I've understood our previous discussion (at [*]) we have agreed about this. We only export boost attribute when it is supported by cpufreq_driver. Rafael was very clear about exporting boost attribute: Simple:

[PATCH v5 7/7] Documentation:cpufreq:boost: Update BOOST documentation

2013-07-04 Thread Lukasz Majewski
Since the support for software and hardware controlled boosting has been added, the corresponding Documentation entry had been updated. Signed-off-by: Lukasz Majewski Signed-off-by: Myungjoo Ham --- Changes for v5: - New patch Documentation/cpu-freq/boost.txt | 26

[PATCH v5 7/7] Documentation:cpufreq:boost: Update BOOST documentation

2013-07-04 Thread Lukasz Majewski
Since the support for software and hardware controlled boosting has been added, the corresponding Documentation entry had been updated. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Myungjoo Ham myungjoo@samsung.com --- Changes for v5: - New patch