[PATCH V2 01/10] ARM: PMU: Add runtime PM Support
From: Jon Hunter <hidden>
Date: 2012-07-02 16:50:38
Also in:
linux-omap
Hi Will, On 07/02/2012 04:55 AM, Will Deacon wrote:
Hi Jon, Did you have any luck getting to the bottom of this?
I am still waiting for feedback from design. They were trying to confirm my observations. Unfortunately, it is taking some time. I will ping them again.
It would be good to take your PMU suspend/resume patches once we know that they will get used.
Yes that would be good. I could drop the 4460 specific changes for now and make 4460 work in the same way as 4430 (using CTI) for the time being and see if we can get these in. However, I recall that was not working for you, but it was working fine for me.
On Tue, Jun 12, 2012 at 11:41:27PM +0100, Jon Hunter wrote:quoted
On 06/12/2012 04:31 PM, Will Deacon wrote:quoted
That's understandable -- one of the CPUs is likely more loaded than the other. However, I'd like to confirm whether or not you see what I see. With the 4430_init hack on a 4460, if I run: # taskset 0x2 perf top then I get no samples. If I do: # taskset 0x1 perf top then I *do* get samples and from *both* CPUs. So it smells more like an issue poking some configuration registers from CPU1 rather than the IRQ path being broken. As I said before, if I don't do the extra init hack then I don't get this problem (but event counters don't tick).In both cases, I see interrupts on both CPUs. However, typically more on the CPU that perf is running on (which is probably to be expected). And I confirm that the only change I made was ...[...]quoted
When you boot the kernel what 4460 rev does it show (very early in the kernel boot log)? Mine shows ... [ 0.000000] OMAP4460 ES1.1Snap: [ 0.000000] OMAP4460 ES1.1
Ok.
quoted
However, the A9 version has not changed between ES1.0 and ES1.1. Both should be r2p10.Yup, that's what /proc/cpuinfo says.
Hmmm ... so that does not explain the observation that you made with 4460. Cheers Jon