omap: Split omap_read/write functions for omap1 and omap2+
authorTony Lindgren <tony@atomide.com>
Fri, 10 Dec 2010 17:46:24 +0000 (09:46 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 10 Dec 2010 17:46:24 +0000 (09:46 -0800)
commitdf1e9d1c218ba696e376cad371b57c0109fe98c9
tree76c0ec709eb544d94d9735a164592d96efd59247
parent67b738ef32df7ec429004866d2a739a3775894d2
omap: Split omap_read/write functions for omap1 and omap2+

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>
arch/arm/mach-omap1/io.c
arch/arm/mach-omap2/io.c
arch/arm/plat-omap/io.c