From: Paul Walmsley Date: Thu, 3 May 2007 22:52:44 +0000 (-0600) Subject: omap2: add OMAP24XX Clock Management register defines X-Git-Tag: v2.6.22-omap1~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35c7b1d497c161f33bdce0895d1d4bd5d2a52035;p=pandora-kernel.git omap2: add OMAP24XX Clock Management register defines Add symbolic constants for OMAP24XX Clock 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 cm_{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 cm_{read,write}_mod_reg(). Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed