]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
OMAP2/3 PRCM: convert IDLEST register bit macros to use the _SHIFT/_MASK style
authorPaul Walmsley <paul@pwsan.com>
Tue, 16 Sep 2008 14:58:33 +0000 (08:58 -0600)
committerTony Lindgren <tony@atomide.com>
Mon, 22 Sep 2008 14:53:24 +0000 (17:53 +0300)
commite1f1a5cc24615fb790cc763c96d1c5cfe6296f5b
tree296a0a0fb52be478c3d12d4afaca941a5ad76cd2
parentd18eff5b5fa15e170794397a6a94486d1f774f77
OMAP2/3 PRCM: convert IDLEST register bit macros to use the _SHIFT/_MASK style

Originally when the PRCM register macros were defined, bit shift macros
used a "_SHIFT" suffix, and mask macros used none.  This became a source
of bugs and confusion, as the mask macros were mistakenly used for shift
values.  Gradually, the mask macros have been updated, piece by piece,
to add a "_MASK" suffix on the end to clarify.  This patch applies this
change to the CM_IDLEST_* register bits.

The patch also adds a few bits that were missing, mostly from the 3430ES1
to ES2 revisions.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock.c
arch/arm/mach-omap2/cm-regbits-24xx.h
arch/arm/mach-omap2/cm-regbits-34xx.h
arch/arm/mach-omap2/pm-debug.c
arch/arm/mach-omap2/prcm-common.h