]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
commit046b7c31668311942a2e431e7983d8ab9874d845
tree972738422cee72d9223b170b098f44c0d9834a45
parent6f0051da4bb5b35014e1bb326d0a31fcad2369e5
ARM: OMAP2+: clock: remove clkdm_control static boolean from code

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