]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
OMAP clock: move rate recalc, propagation code up to plat-omap/clock.c
authorPaul Walmsley <paul@pwsan.com>
Wed, 7 Jan 2009 15:20:23 +0000 (17:20 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 7 Jan 2009 15:20:23 +0000 (17:20 +0200)
commitb66c1baa9f8e60213457414976575e6265217a70
tree663e69062d55d4e851cc5895295bc78ddb0303f1
parent03c03330017eeb445b01957608ff5db49a7151b6
OMAP clock: move rate recalc, propagation code up to plat-omap/clock.c

Previously the individual clock recalculation functions handled their
own rate recalculation.  This can be handled in the clk_set_rate(),
clk_set_parent(), and recalculate_root_clocks() functions in
plat-omap/clock.c.  Removes duplicate code and clarifies the role of the
recalc functions.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/clock.c
arch/arm/mach-omap2/clock.c
arch/arm/mach-omap2/clock24xx.c
arch/arm/mach-omap2/clock34xx.c
arch/arm/plat-omap/clock.c