ARM: OMAP2+: clock: remove clkdm_control static boolean from code
authorTero Kristo <t-kristo@ti.com>
Tue, 3 Mar 2015 13:13:50 +0000 (15:13 +0200)
committerTero Kristo <t-kristo@ti.com>
Tue, 2 Jun 2015 09:31:21 +0000 (12:31 +0300)
clkdm_control is used to determine, whether clocks should trigger a
clockdomain transition when they are enabled/disabled. Keep this
functionality intact, but replace this with a clk_features flag
which can be initialized during boot if needed.

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

Simple merge
Simple merge
Simple merge