]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ARM: OMAP4: PM: Move DPLL control apis to dpll.c
authorRajendra Nayak <rnayak@ti.com>
Wed, 9 Dec 2009 01:47:16 +0000 (18:47 -0700)
committerpaul <paul@twilight.(none)>
Sat, 12 Dec 2009 00:00:46 +0000 (17:00 -0700)
commita1391d276866845018920329bc2a3a82ab322af8
treea16a46b6d0af3cb5e3dcd4f7de207f138d087011
parentd79b126724554122d9598834ef39fb0bb4fc132d
ARM: OMAP4: PM: Move DPLL control apis to dpll.c

This patch moves all the dpll control api's to a
common file dpll.c. This is in preperation of omap4
support wherein most of these api's can be reused.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Benoit Cousson <b-cousson@ti.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/clock.h
arch/arm/mach-omap2/clock34xx.c
arch/arm/mach-omap2/clock34xx.h
arch/arm/mach-omap2/clock44xx.h
arch/arm/mach-omap2/dpll.c [new file with mode: 0644]