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