OMAP clock: make the fixed divisor clock code available for all OMAPs
authorPaul Walmsley <paul@pwsan.com>
Wed, 27 Jan 2010 03:12:57 +0000 (20:12 -0700)
committerPaul Walmsley <paul@pwsan.com>
Wed, 27 Jan 2010 03:12:57 +0000 (20:12 -0700)
commite9b98f6040f5a7a04d659759d83ea28d9c528800
tree904811708c1e70cb26eb5e680e3974087085954f
parentced825293ac34d4f250775c40f13cc6330653309
OMAP clock: make the fixed divisor clock code available for all OMAPs

One of the OMAP1 clocks can use the fixed divisor recalculation code
introduced in the OMAP2 clock code, so rename the
omap2_fixed_divisor_recalc() function to omap_fixed_divisor_recalc()
and make it available to all OMAPs.  A followup patch converts the OMAP1
clock.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/clock.c
arch/arm/mach-omap2/clock.h
arch/arm/mach-omap2/clock2xxx_data.c
arch/arm/mach-omap2/clock34xx_data.c
arch/arm/plat-omap/clock.c
arch/arm/plat-omap/include/plat/clock.h
This page took 0.024654 seconds and 5 git commands to generate.