Re: [PATCH 1/2] cpufreq: Notify all policy->cpus in cpufreq_notify_transition()

2013-03-25 Thread Stephen Warren
On 03/24/2013 11:19 PM, Viresh Kumar wrote: > On 24 March 2013 19:18, Viresh Kumar wrote: >> policy->cpus contains all online cpus that have single shared clock line. And >> their frequencies are always updated together. >> >> Many SMP system's cpufreq drivers take care of this in individual drive

Re: [PATCH 1/2] cpufreq: Notify all policy->cpus in cpufreq_notify_transition()

2013-03-25 Thread Viresh Kumar
On 25 March 2013 22:18, Stephen Warren wrote: > On 03/24/2013 11:19 PM, Viresh Kumar wrote: >> On 24 March 2013 19:18, Viresh Kumar wrote: >>> policy->cpus contains all online cpus that have single shared clock line. >>> And >>> their frequencies are always updated together. >>> >>> Many SMP sys

Re: [PATCH 1/2] cpufreq: Notify all policy->cpus in cpufreq_notify_transition()

2013-03-24 Thread Viresh Kumar
On 24 March 2013 19:18, Viresh Kumar wrote: > policy->cpus contains all online cpus that have single shared clock line. And > their frequencies are always updated together. > > Many SMP system's cpufreq drivers take care of this in individual drivers but > the best place for this code is in cpufre

Re: [PATCH 1/2] cpufreq: Notify all policy->cpus in cpufreq_notify_transition()

2013-03-24 Thread Francesco Lavra
On 03/24/2013 02:48 PM, Viresh Kumar wrote: > policy->cpus contains all online cpus that have single shared clock line. And > their frequencies are always updated together. > > Many SMP system's cpufreq drivers take care of this in individual drivers but > the best place for this code is in cpufre

Re: [PATCH 1/2] cpufreq: Notify all policy->cpus in cpufreq_notify_transition()

2013-03-24 Thread Rafael J. Wysocki
On Sunday, March 24, 2013 08:23:27 PM Viresh Kumar wrote: > On 24 March 2013 20:07, Francesco Lavra wrote: > > On 03/24/2013 02:48 PM, Viresh Kumar wrote: > >> policy->cpus contains all online cpus that have single shared clock line. > >> And > >> their frequencies are always updated together. >

Re: [PATCH 1/2] cpufreq: Notify all policy->cpus in cpufreq_notify_transition()

2013-03-24 Thread Viresh Kumar
On 24 March 2013 20:07, Francesco Lavra wrote: > On 03/24/2013 02:48 PM, Viresh Kumar wrote: >> policy->cpus contains all online cpus that have single shared clock line. And >> their frequencies are always updated together. >> >> Many SMP system's cpufreq drivers take care of this in individual dr