commit | f5d7a13b18706c3328c6aac3bf782a13cabf255a | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Mon Oct 25 11:40:30 2010 +0200 |
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Wed Nov 17 08:58:08 2010 +0100 |
tree | a8d10eb1e6eadb98557970fb1a5d47f992b0cd95 | |
parent | 9651b7db59893e796dfdd170485543b9863be9d8 [diff] |
ARM: imx: refactor the io mapping macro This makes it more assembler friendly and allows it to be used in situation that need an unsigned long and not a pointer. Also the naming is clearer. IOMEM is introduced without IMX_ prefix as it is used this way in more than one ARM subarch and it might become globally available soon. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>