Re: [PATCH 0/2] change lpj in arm smp common code

2012-03-31 Thread Richard Zhao
On Wed, Feb 29, 2012 at 10:21:19AM -0800, Kevin Hilman wrote: > Richard Zhao writes: > > > The two patches were originally in [PATCH V6 0/7] add a generic cpufreq > > driver. > > I seperated them and hope they can go to upstream earlier. > > > > Richard Zhao (2): > > ARM: add cpufreq transiton

Re: [PATCH 0/2] change lpj in arm smp common code

2012-02-29 Thread Kevin Hilman
Richard Zhao writes: > The two patches were originally in [PATCH V6 0/7] add a generic cpufreq > driver. > I seperated them and hope they can go to upstream earlier. > > Richard Zhao (2): > ARM: add cpufreq transiton notifier to adjust loops_per_jiffy for smp > cpufreq: OMAP: remove loops_pe

[PATCH 0/2] change lpj in arm smp common code

2012-02-28 Thread Richard Zhao
The two patches were originally in [PATCH V6 0/7] add a generic cpufreq driver. I seperated them and hope they can go to upstream earlier. Richard Zhao (2): ARM: add cpufreq transiton notifier to adjust loops_per_jiffy for smp cpufreq: OMAP: remove loops_per_jiffy recalculate for smp arch/ar