Re: [PATCH v5 3/7] cpufreq:acpi:x86: Adjust the acpi-cpufreq.c code to work with common boost solution

2013-07-16 Thread Lukasz Majewski
On Tue, 16 Jul 2013 15:34:02 +0530 Viresh Kumar viresh.ku...@linaro.org wrote, > On 4 July 2013 14:20, Lukasz Majewski wrote: > > static void __init acpi_cpufreq_boost_init(void) > > @@ -953,33 +937,22 @@ static void __init > > acpi_cpufreq_boost_init(void) if (!msrs) > >

Re: [PATCH v5 3/7] cpufreq:acpi:x86: Adjust the acpi-cpufreq.c code to work with common boost solution

2013-07-16 Thread Viresh Kumar
On 4 July 2013 14:20, Lukasz Majewski wrote: > static void __init acpi_cpufreq_boost_init(void) > @@ -953,33 +937,22 @@ static void __init acpi_cpufreq_boost_init(void) > if (!msrs) > return; > > - boost_supported = true; > -

Re: [PATCH v5 3/7] cpufreq:acpi:x86: Adjust the acpi-cpufreq.c code to work with common boost solution

2013-07-16 Thread Viresh Kumar
On 4 July 2013 14:20, Lukasz Majewski l.majew...@samsung.com wrote: static void __init acpi_cpufreq_boost_init(void) @@ -953,33 +937,22 @@ static void __init acpi_cpufreq_boost_init(void) if (!msrs) return; - boost_supported = true; -

Re: [PATCH v5 3/7] cpufreq:acpi:x86: Adjust the acpi-cpufreq.c code to work with common boost solution

2013-07-16 Thread Lukasz Majewski
On Tue, 16 Jul 2013 15:34:02 +0530 Viresh Kumar viresh.ku...@linaro.org wrote, On 4 July 2013 14:20, Lukasz Majewski l.majew...@samsung.com wrote: static void __init acpi_cpufreq_boost_init(void) @@ -953,33 +937,22 @@ static void __init acpi_cpufreq_boost_init(void) if (!msrs)

[PATCH v5 3/7] cpufreq:acpi:x86: Adjust the acpi-cpufreq.c code to work with common boost solution

2013-07-04 Thread Lukasz Majewski
The Intel's hardware based boost solution driver has been changed to cooperate with common cpufreq boost framework. The global sysfs boost attribute entry code (/sys/devices/system/cpu/cpufreq/boost) has been moved to a core cpufreq code. This attribute is now only visible, when cpufreq driver

[PATCH v5 3/7] cpufreq:acpi:x86: Adjust the acpi-cpufreq.c code to work with common boost solution

2013-07-04 Thread Lukasz Majewski
The Intel's hardware based boost solution driver has been changed to cooperate with common cpufreq boost framework. The global sysfs boost attribute entry code (/sys/devices/system/cpu/cpufreq/boost) has been moved to a core cpufreq code. This attribute is now only visible, when cpufreq driver