From: Paul Walmsley Date: Fri, 25 Feb 2011 22:49:53 +0000 (-0700) Subject: OMAP2+: clock: disable autoidle on all clocks during clock init X-Git-Tag: v2.6.39-rc1~432^2~10^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6461f5c5970833cf28c5096cdfc7a095eb3bbb5;p=pandora-kernel.git OMAP2+: clock: disable autoidle on all clocks during clock init Disable autoidle on all clocks during clock framework initialization. (If CONFIG_PM is set, autoidle is re-enabled for all clocks later in the boot process.) The principle behind this patch, and some similar patches, is that the kernel should start with all power management features disabled. Later in the boot process, the PM code, if compiled in with CONFIG_PM, enables or re-enables power management features. Signed-off-by: Paul Walmsley Tested-by: Rajendra Nayak Reviewed-by: Kevin Hilman --- Reading git-diff-tree failed