commit | d539efa37f1f789339699c941e72e320d12d5f28 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Fri Oct 03 16:57:11 2014 +0300 |
committer | Paul Walmsley <paul@pwsan.com> | Thu Nov 13 09:26:16 2014 -0700 |
tree | 8256b57b68bd582e1d8440be29cb6bb74d53abc2 | |
parent | f0d2f68a6387867c4748bc94c9b0165a49701204 [diff] |
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 <t-kristo@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>