]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
omap2: add OMAP24XX Power/Reset Management register defines
authorPaul Walmsley <paul@pwsan.com>
Thu, 3 May 2007 22:52:46 +0000 (16:52 -0600)
committerTony Lindgren <tony@atomide.com>
Fri, 25 May 2007 18:27:18 +0000 (11:27 -0700)
commite39108b52c4edf6fee3fcf227bad246d1213609b
tree2e0862254c7d0eb8d9241eba0184cddab99a9391
parent9cfac26f2240f1761d31e3a311d00f98ebc49f2f
omap2: add OMAP24XX Power/Reset Management register defines

Add symbolic constants for OMAP24XX Power/Reset Management registers,
along with read/write functions.  The registers are divided into two
groups: global registers and module registers.  Global registers appear
only once on the chip, and are used with prm_{read,write}_reg().  Module
registers generally appear more than once, in different OMAP modules,
and have similar functions in each module.  They are used with
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/prm.h [new file with mode: 0644]