OMAP2/3 clock: add _omap2_clk_{read,write}_reg()
authorPaul Walmsley <paul@pwsan.com>
Thu, 18 Sep 2008 17:47:06 +0000 (11:47 -0600)
committerTony Lindgren <tony@atomide.com>
Mon, 22 Sep 2008 14:49:49 +0000 (17:49 +0300)
Create new static functions to read/write registers used in the struct
clk, _omap2_clk_{read,write}_reg().  A subsequent patch will use these
to ensure the correct register read/write instruction is used, which depends
on whether the clock registers are in the CM, PRM, or SCM.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found