ARM: OMAP2+: clock: add support for specific CM ops to ti_clk_ll_ops
authorTero Kristo <t-kristo@ti.com>
Tue, 3 Mar 2015 11:47:08 +0000 (13:47 +0200)
committerTero Kristo <t-kristo@ti.com>
Tue, 2 Jun 2015 09:31:13 +0000 (12:31 +0300)
commit192383d87b876ea9879d8b598af593809a25b7d2
tree2bc4193313213478bce85068661710f937509074
parent9a356d622e8e559eff50b298e574bbc34e860aba
ARM: OMAP2+: clock: add support for specific CM ops to ti_clk_ll_ops

Clock driver requires access to some CM API functions once the code
is being moved under the clock driver from the platform directory.
Gate type clock requires access to cm_wait_module_ready and
cm_split_idlest_reg functions, which are both used for waiting until
the module being clocked has been successfully activated. These CM
APIs are now exported through the ti_clk_ll_ops struct.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm/mach-omap2/clock.c
include/linux/clk/ti.h