omap: Split omap_read/write functions for omap1 and omap2+
authorTony Lindgren <tony@atomide.com>
Wed, 8 Dec 2010 00:57:01 +0000 (16:57 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 8 Dec 2010 03:49:45 +0000 (19:49 -0800)
Otherwise multi-omap1 support for omap1 won't work as the cpu_class_is_omap1()
won't work until the SoC is detected.

Note that eventually these will go away, please use ioremap + read/write instead.

Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found