aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/clock.c
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-11-13 13:01:32 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-02-08 17:50:10 +0000
commitc6af45085211db8720d6b94b3985ce7198d764e3 (patch)
tree81c2402e528cf772256b35eec0e154378b778db1 /arch/arm/mach-omap1/clock.c
parent[ARM] omap: provide a standard clk_get_parent() implementation (diff)
downloadlinux-dev-c6af45085211db8720d6b94b3985ce7198d764e3.tar.xz
linux-dev-c6af45085211db8720d6b94b3985ce7198d764e3.zip
[ARM] omap: move clock propagation into core omap clock code
Move the clock propagation calls for set_parent and set_rate into the core omap clock code, rather than having these calls scattered throughout the OMAP1 and OMAP2 implementations. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-omap1/clock.c')
-rw-r--r--arch/arm/mach-omap1/clock.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap1/clock.c b/arch/arm/mach-omap1/clock.c
index ff408105ffb2..ee1b9f20544a 100644
--- a/arch/arm/mach-omap1/clock.c
+++ b/arch/arm/mach-omap1/clock.c
@@ -628,9 +628,6 @@ static int omap1_clk_set_rate(struct clk *clk, unsigned long rate)
ret = 0;
}
- if (unlikely(ret == 0 && (clk->flags & RATE_PROPAGATES)))
- propagate_rate(clk);
-
return ret;
}