From: Vaibhav Bedia Date: Tue, 8 May 2012 05:55:30 +0000 (-0600) Subject: ARM: OMAP3+: dpll: Configure autoidle mode only if it's supported X-Git-Tag: omap-devel-prcm-for-v3.5^2^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d76316fef3f2ecec210b78a38263a06bb4f6c1b9;p=pandora-kernel.git ARM: OMAP3+: dpll: Configure autoidle mode only if it's supported The current DPLL code enables and disables autoidle features without checking whether the autoidle register is available. Fix this by putting a check for the existence of the autoidle register in the DPLL data. With such a check in place, for DPLLs which do not support this feature, simply skipping the autoidle_reg entry in the DPLL data is sufficient. Signed-off-by: Vaibhav Bedia Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed