Re: [PATCH] cpufreq: set value of CPUFREQ_BOOST_FREQ to 0xABABABAB

2014-03-28 Thread Viresh Kumar
On 24 March 2014 12:18, Viresh Kumar wrote: > Ideally, .driver_data field of struct cpufreq_frequency_table must not be used > by core at all. But during a recent change if its value is same as > CPUFREQ_BOOST_FREQ macro, then it is treated specially by core. > > The value of this macro was set to

Re: [PATCH] cpufreq: set value of CPUFREQ_BOOST_FREQ to 0xABABABAB

2014-03-24 Thread Gautham R Shenoy
On Mon, Mar 24, 2014 at 12:18:14PM +0530, Viresh Kumar wrote: > Ideally, .driver_data field of struct cpufreq_frequency_table must not be used > by core at all. But during a recent change if its value is same as > CPUFREQ_BOOST_FREQ macro, then it is treated specially by core. > > The value of thi

Re: [PATCH] cpufreq: set value of CPUFREQ_BOOST_FREQ to 0xABABABAB

2014-03-24 Thread Viresh Kumar
On 24 March 2014 13:51, Lukasz Majewski wrote: > I think that a name of the patchset, for which the current setting > causes problem would be welcome here. I couldn't find a lkml link to the exact message earlier, but it was discussed here: https://patchwork.kernel.org/patch/3865481/ > Otherwis

Re: [PATCH] cpufreq: set value of CPUFREQ_BOOST_FREQ to 0xABABABAB

2014-03-24 Thread Lukasz Majewski
Hi Viresh, > Ideally, .driver_data field of struct cpufreq_frequency_table must > not be used by core at all. But during a recent change if its value > is same as CPUFREQ_BOOST_FREQ macro, then it is treated specially by > core. > > The value of this macro was set to ~2 earlier, i.e. 0xFFFD.

[PATCH] cpufreq: set value of CPUFREQ_BOOST_FREQ to 0xABABABAB

2014-03-23 Thread Viresh Kumar
Ideally, .driver_data field of struct cpufreq_frequency_table must not be used by core at all. But during a recent change if its value is same as CPUFREQ_BOOST_FREQ macro, then it is treated specially by core. The value of this macro was set to ~2 earlier, i.e. 0xFFFD. In case some driver is u