On Mon, Oct 11, 2010 at 5:14 PM, Haojian Zhuang
[off-list ref] wrote:
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: