From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Tue, 13 May 2014 16:15:43 -0600 Subject: [PATCH] ARM: Don't ever downscale loops_per_jiffy in SMP systems# In-Reply-To: References: <20140508192209.GH3693@n2100.arm.linux.org.uk> <20140508205223.GI3693@n2100.arm.linux.org.uk> <20140509091824.GL3693@n2100.arm.linux.org.uk> <20140509182245.GM3693@n2100.arm.linux.org.uk> Message-ID: <5372998F.6020502@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/13/2014 03:50 PM, Doug Anderson wrote: ... > ...but then I found the true problem shows up when we transition > between very low frequencies on exynos, like between 200MHz and > 300MHz. While transitioning between frequencies the system > temporarily bumps over to the "switcher" PLL running at 800MHz while > waiting for the main PLL to stabilize. No CPUFREQ notification is > sent for that. That means there's a period of time when we're running > at 800MHz but loops_per_jiffy is calibrated at between 200MHz and > 300MHz. > > > I'm welcome to any suggestions for how to address this. It sorta > feels like it would be a common thing to have a temporary PLL during > the transition, ... We definitely do that on Tegra for some cpufreq transitions.