<snip> > -----Original Message----- > From: linux-omap-owner@xxxxxxxxxxxxxxx [mailto:linux-omap- > owner@xxxxxxxxxxxxxxx] On Behalf Of Nayak, Rajendra > Sent: Tuesday, December 01, 2009 5:57 PM > To: linux-omap@xxxxxxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > Cc: Nayak, Rajendra; Paul Walmsley; Cousson, Benoit > Subject: [PATCH 3/5] 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@xxxxxx> > Cc: Paul Walmsley <paul@xxxxxxxxx> > Cc: Benoit Cousson <b-cousson@xxxxxx> > --- > arch/arm/mach-omap2/Makefile | 3 +- > arch/arm/mach-omap2/clock.h | 13 + > arch/arm/mach-omap2/clock34xx.c | 511 ---------------------------- > --------- > arch/arm/mach-omap2/clock34xx.h | 11 - > arch/arm/mach-omap2/clock44xx.c | 8 +- > arch/arm/mach-omap2/clock44xx.h | 4 - > arch/arm/mach-omap2/dpll.c | 539 > +++++++++++++++++++++++++++++++++++++++ > 7 files changed, 558 insertions(+), 531 deletions(-) > create mode 100644 arch/arm/mach-omap2/dpll.c > .... On OMAP4, we might need an additional API since different DPLL outputs Like M2, M3 , M4 etc have individual gating control ( Bit 8) apart form DPLL gating. Regards, Santosh -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html