]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[CPUFREQ] ARM: ux500: send cpufreq notification for all cpus
authorVincent Guittot <vincent.guittot@linaro.org>
Thu, 25 Aug 2011 06:31:20 +0000 (08:31 +0200)
committerDave Jones <davej@redhat.com>
Mon, 29 Aug 2011 16:32:56 +0000 (12:32 -0400)
commitf4e78a2d9fde8ea56303bd06076911b63fd27e68
treec1118ebcdbfb05f4216369a3fd330a705c4e9ff1
parent307c602bcf5760c4c2a58af5a33f78a94611423a
[CPUFREQ] ARM: ux500: send cpufreq notification for all cpus

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 <vincent.guittot@linaro.org>
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/cpufreq/db8500-cpufreq.c