From e39108b52c4edf6fee3fcf227bad246d1213609b Mon Sep 17 00:00:00 2001 From: Paul Walmsley Date: Thu, 3 May 2007 16:52:46 -0600 Subject: [PATCH] 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 Signed-off-by: Tony Lindgren --- Reading git-format-patch failed