13 May, 2010
2 commits
-
Signed-off-by: Guennadi Liakhovetski
Signed-off-by: Paul Mundt -
This patch is V2 of the SH clock framework move from
arch/sh/kernel/cpu/clock.c to drivers/sh/clk.c. All
code except the following functions are moved:
clk_init(), clk_get() and clk_put().The init function is still kept in clock.c since it
depends on the SH-specific machvec implementation.The symbols clk_get() and clk_put() already exist in
the common ARM clkdev code, those symbols are left in
the SH tree to avoid duplicating them for SH-Mobile ARM.Signed-off-by: Magnus Damm
Signed-off-by: Paul Mundt