Re: [PATCH v2] ARM: ux500: send cpufreq notification for all cpus

2011-08-31 Thread Dave Jones
On Mon, Aug 29, 2011 at 11:44:31AM +0200, Linus Walleij wrote: > On Thu, Aug 25, 2011 at 8:31 AM, Vincent Guittot > wrote: > > > The same clock is used for all cpus so we must notify the frequency change > > for each one in order to update the configuration of all twd clockevents. > > > >

Re: [PATCH v2] ARM: ux500: send cpufreq notification for all cpus

2011-08-29 Thread Linus Walleij
On Thu, Aug 25, 2011 at 8:31 AM, Vincent Guittot wrote: > The same clock is used for all cpus so we must notify the frequency change > for each one in order to update the configuration of all twd clockevents. > > change since V1: > * use policy->cpus instead of cpu_online_mask > > Signed-off-by:

[PATCH v2] ARM: ux500: send cpufreq notification for all cpus

2011-08-24 Thread Vincent Guittot
The same clock is used for all cpus so we must notify the frequency change for each one in order to update the configuration of all twd clockevents. change since V1: * use policy->cpus instead of cpu_online_mask Signed-off-by: Vincent Guittot --- drivers/cpufreq/db8500-cpufreq.c |7 ---