From: Tero Kristo Date: Fri, 21 Feb 2014 15:22:32 +0000 (+0200) Subject: CLK: TI: DPLL: simplify autoidle register detection logic X-Git-Tag: omap-for-v3.16/fixes-against-rc1~11^2~1^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6fe3771d389cc660933509b7dfb945c596636f5;p=pandora-kernel.git CLK: TI: DPLL: simplify autoidle register detection logic AMxxxx dpll_data previously had autoidle_mask set, even if these SoC:s don't have autoidle register. Remove the bit-field value as it is unused, also drop the unnecessary DPLL_HAS_AUTOIDLE flag passing during init, as we can just simply check against the contents of the autoidle_mask. Signed-off-by: Tero Kristo --- Reading git-diff-tree failed