From: Tero Kristo Date: Fri, 3 Oct 2014 13:57:14 +0000 (+0300) Subject: ARM: OMAP3+: DPLL: use determine_rate() and set_rate_and_parent() X-Git-Tag: omap-for-v3.19/clocks-and-pm^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e1a7b014f;p=pandora-kernel.git ARM: OMAP3+: DPLL: use determine_rate() and set_rate_and_parent() Currently, DPLLs are hiding the gory details of switching parent within set_rate, which confuses the common clock code and is wrong. Fixed by applying the new determine_rate() and set_rate_and_parent() functionality to any clock-ops previously using the broken approach. This patch also removes the broken legacy code. Signed-off-by: Tero Kristo Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed