MXC: rename mxc_map_io to architecture specific versions
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 2 Apr 2009 20:32:10 +0000 (22:32 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 7 May 2009 14:15:37 +0000 (16:15 +0200)
commitcd4a05f9df859e7cd2efa96e035444a3decb427a
treea09a737f4e41da61216fae85a845d6902b7a144c
parent13e9f61235616966f9f6caefd533046c19d35c92
MXC: rename mxc_map_io to architecture specific versions

This allows us to have more mapping functions for more than one
i.MX architecture in the kernel. As this is the earliest board
specific hook we have, also use it to set the cpu type.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
16 files changed:
arch/arm/mach-mx1/generic.c
arch/arm/mach-mx1/mx1ads.c
arch/arm/mach-mx1/scb9328.c
arch/arm/mach-mx2/generic.c
arch/arm/mach-mx2/mx27ads.c
arch/arm/mach-mx2/pcm038.c
arch/arm/mach-mx3/clock-imx35.c
arch/arm/mach-mx3/clock.c
arch/arm/mach-mx3/mm.c
arch/arm/mach-mx3/mx31ads.c
arch/arm/mach-mx3/mx31lite.c
arch/arm/mach-mx3/mx31moboard.c
arch/arm/mach-mx3/mx31pdk.c
arch/arm/mach-mx3/pcm037.c
arch/arm/mach-mx3/pcm043.c
arch/arm/plat-mxc/include/mach/common.h
This page took 0.028196 seconds and 5 git commands to generate.