From: Tero Kristo Date: Wed, 2 Jul 2014 08:47:42 +0000 (+0300) Subject: ARM: OMAP2+: clock/dpll: convert bypass check to use clk_features X-Git-Tag: omap-for-v3.17/soc-cleanup^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=512d91cbd990c67df16d0a7b3ff5d35055ac6b39;p=pandora-kernel.git ARM: OMAP2+: clock/dpll: convert bypass check to use clk_features OMAP2 DPLL code for checking whether DPLL is in bypass mode now uses clk_features data provided during boot. This avoids the need to use cpu_is_X type checks runtime, and allows us to eventually move the clock code under the clock driver. Signed-off-by: Tero Kristo Reviewed-by: Mike Turquette Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed