commit | df1e9d1c218ba696e376cad371b57c0109fe98c9 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Fri Dec 10 09:46:24 2010 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Fri Dec 10 09:46:24 2010 -0800 |
tree | 76c0ec709eb544d94d9735a164592d96efd59247 | |
parent | 67b738ef32df7ec429004866d2a739a3775894d2 [diff] |
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>