Re: [PATCH 1/4] omap: Disable omap_read/write functions for omap2+

2010-12-07 Thread Tony Lindgren
* Tony Lindgren [101207 17:32]: > * Tony Lindgren [101204 13:27]: > > These should be now long gone and break multi-omap support for omap1 > > as the cpu_class_is_omap1() won't work until the SOC is detected. > > > > So just disable and warn for omap2+ in case somebody still attampts > > to use

Re: [PATCH 1/4] omap: Disable omap_read/write functions for omap2+

2010-12-07 Thread Tony Lindgren
* Tony Lindgren [101204 13:27]: > These should be now long gone and break multi-omap support for omap1 > as the cpu_class_is_omap1() won't work until the SOC is detected. > > So just disable and warn for omap2+ in case somebody still attampts > to use these. Heh this was totally not working and

[PATCH 1/4] omap: Disable omap_read/write functions for omap2+

2010-12-04 Thread Tony Lindgren
These should be now long gone and break multi-omap support for omap1 as the cpu_class_is_omap1() won't work until the SOC is detected. So just disable and warn for omap2+ in case somebody still attampts to use these. Signed-off-by: Tony Lindgren --- arch/arm/plat-omap/include/plat/io.h | 45 +