<snip>

> -----Original Message-----
> From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-
> ow...@vger.kernel.org] On Behalf Of Nayak, Rajendra
> Sent: Tuesday, December 01, 2009 5:57 PM
> To: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org
> 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 <rna...@ti.com>
> Cc: Paul Walmsley <p...@pwsan.com>
> Cc: Benoit Cousson <b-cous...@ti.com>
> ---
>  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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to