ARM: OMAP2+: clock: add support for clkdm ops to the low level clk ops
authorTero Kristo <t-kristo@ti.com>
Tue, 3 Mar 2015 09:14:31 +0000 (11:14 +0200)
committerTero Kristo <t-kristo@ti.com>
Tue, 2 Jun 2015 09:31:13 +0000 (12:31 +0300)
Clock driver requires access to certain clockdomain handling ops once
the code is being moved over under clock driver. Example of this is
clk_enable / clk_disable under omap3 DPLL code. The required clkdm
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

Simple merge
Simple merge