commit | 7819189779aab580145edcc94771cb8dd10485a3 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Thu Jul 30 17:20:57 2015 -0700 |
committer | Michael Turquette <mturquette@baylibre.com> | Mon Aug 24 16:48:45 2015 -0700 |
tree | 49eb1a288995ccb0ef7e7c6a7bceebcdcf509bdb | |
parent | b137b4507c55f2aa80aed03c56c28dd34d35c619 [diff] |
ARM: OMAP: Convert __clk_get_rate() to provider/consumer APIs We're removing struct clk from the clk provider API, so switch to clk_get_rate() and clk_hw_get_rate() here appropriately. Acked-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>