[PATCH 01/14 v2] ARM: pxa: Introduce pxa[23]xx_map_io
From: Marek Vasut <hidden>
Date: 2010-10-25 15:46:49
On Monday 25 October 2010 05:07:34 Eric Miao wrote:
On Mon, Oct 11, 2010 at 5:14 PM, Haojian Zhuang [off-list ref] wrote:quoted
On Mon, Oct 11, 2010 at 8:20 AM, Marek Vasut [off-list ref] wrote:quoted
This patch introduces pxa2xx_map_io() and pxa3xx_map_io() to distinguish between PXA2xx and PXA3xx memory mapping. Also, fixup for platforms broken after introducing pxa2xx_map_io() and pxa3xx_map_io() is included. Signed-off-by: Marek Vasut <redacted> --- v2: Fix spitz.c containing code from patch 02/14. Thanks, Igor.Finally got some time on this, I've come up with a refined version, the reason is that pxa25x/pxa27x doesn't share the exact mapping since pxa25x doesn't have Internal Memory, and that's specific to pxa27x and pxa3xx. Further leads to pxa{25x,27x,3xx}_map_io() and thus been placed into the specific files. Please check below and let know if it's OK: From e5d57c3887e8ee7ad75d4f5104e306683d2feb3d Mon Sep 17 00:00:00 2001 From: Marek Vasut <redacted> Date: Mon, 11 Oct 2010 02:20:19 +0200 Subject: [PATCH] ARM: pxa: Introduce pxa{25x,27x,3xx}_map_io() This patch introduces pxa2xx_map_io() and pxa3xx_map_io() to distinguish between PXA25x/PXA27x and PXA3xx memory mapping. Also, fixup for platforms broken after introducing pxa{25x,27x}_map_io() and pxa3xx_map_io() is included. Signed-off-by: Marek Vasut <redacted> Acked-by: Haojian Zhuang <redacted> Signed-off-by: Eric Miao <redacted> ---
I reviewed it ... it seems ok: Acked-by: Marek Vasut <redacted>