]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
omap2: convert clock.c to use new PRCM functions and symbolic constants
authorPaul Walmsley <paul@pwsan.com>
Thu, 3 May 2007 22:52:53 +0000 (16:52 -0600)
committerTony Lindgren <tony@atomide.com>
Fri, 25 May 2007 18:27:21 +0000 (11:27 -0700)
commit7d86fc10e840fb4d880a7d0b1d614d372808abac
tree77e52d6a13a1d2838cac6c53d8590d92352e7dff
parent670470bc86ecb03ce625c3fa28eb6b0f9cf3b4be
omap2: convert clock.c to use new PRCM functions and symbolic constants

Replace magic numbers, prcm-regs.h-sourced defines, and local defines
with the new PRCM register and register bit defines.  Also convert
register read/write code to use {cm,prm}_{read,write}_{,mod}_reg().

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