From: Rajendra Nayak Date: Fri, 19 Aug 2011 22:59:39 +0000 (-0600) Subject: OMAP: powerdomains: Make all powerdomain target states as ON at init X-Git-Tag: v3.1-rc6~2^2~2^2^5~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c956b753e706f24d18a026f8efa4df3b1919fcc9;p=pandora-kernel.git OMAP: powerdomains: Make all powerdomain target states as ON at init Program all powerdomain target state as ON; this is to prevent domains from hitting low power states (if bootloader has target states set to something other than ON) and potentially even losing context while PM is not fully initialized, which can cause the system to crash. The PM late init code can then program the desired target state for all the power domains. Signed-off-by: Rajendra Nayak Signed-off-by: Santosh Shilimkar [paul@pwsan.com: dropped comment typo hunk; fixed comment indent and moved to kerneldoc; moved code to pwrdm_init(); changed pwrdm_init() argument name to prevent clash; cleaned up patch description] Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed