From: Tero Kristo Date: Fri, 3 Oct 2014 13:57:11 +0000 (+0300) Subject: ARM: OMAP3: clock: add new rate changing logic support for noncore DPLLs X-Git-Tag: omap-for-v3.19/clocks-and-pm^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d539efa37f1f789339699c941e72e320d12d5f28;p=pandora-kernel.git ARM: OMAP3: clock: add new rate changing logic support for noncore DPLLs Currently, DPLL code hides the re-parenting within its internals, which is wrong. This needs to be exposed to the common clock code via determine_rate and set_rate_and_parent APIs. This patch adds support for these, which will be taken into use in the following patches. Signed-off-by: Tero Kristo Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed