[PATCH V3 1/5] ARM: tegra: add pending SGI checking API
From: pdeschrijver@nvidia.com (Peter De Schrijver)
Date: 2012-12-20 11:14:09
Also in:
linux-tegra
From: pdeschrijver@nvidia.com (Peter De Schrijver)
Date: 2012-12-20 11:14:09
Also in:
linux-tegra
quoted
So why does OMAP4 have working coupled idle without the SGI check then?Because whenever the OMAP4 CPUs enter into any power states apart from ON, clock-domain force wakeup method us being used to wakeup secondary CPUs. And secondly CPU RET is not supported on purpose because of some known IP block issues.
Aha. That explains indeed why you don't need the check. Cheers, Peter.