From: Arnd Bergmann Date: Thu, 1 Mar 2012 03:36:27 +0000 (-0600) Subject: iop13xx: use more regular PCI I/O space handling X-Git-Tag: omap-cleanup-local-headers-for-v3.7~48^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b334eb2a9422f4658f353a550db10b8a6b691f9;p=pandora-kernel.git iop13xx: use more regular PCI I/O space handling iop13xx confuses I/O port numbers with physical addresses, which breaks legacy ISA I/O access behind PCI bridges and makes it unnecessarily hard to unify the inb/outb accessors with other platforms. This removes the special-casing and just puts all I/O ports into a single 128KB virtually mapped I/O port range starting at port zero. Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed