From mboxrd@z Thu Jan 1 00:00:00 1970 From: marek.vasut@gmail.com (Marek Vasut) Date: Mon, 25 Oct 2010 17:46:49 +0200 Subject: [PATCH 01/14 v2] ARM: pxa: Introduce pxa[23]xx_map_io In-Reply-To: References: <1286756432-5873-1-git-send-email-marek.vasut@gmail.com> Message-ID: <201010251746.49608.marek.vasut@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday 25 October 2010 05:07:34 Eric Miao wrote: > On Mon, Oct 11, 2010 at 5:14 PM, Haojian Zhuang > > wrote: > > On Mon, Oct 11, 2010 at 8:20 AM, Marek Vasut wrote: > >> 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 > >> --- > >> 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 > 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 > Acked-by: Haojian Zhuang > Signed-off-by: Eric Miao > --- I reviewed it ... it seems ok: Acked-by: Marek Vasut