iop13xx: use more regular PCI I/O space handling
authorArnd Bergmann <arnd@arndb.de>
Thu, 1 Mar 2012 03:36:27 +0000 (21:36 -0600)
committerRob Herring <rob.herring@calxeda.com>
Thu, 26 Jul 2012 14:10:02 +0000 (09:10 -0500)
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 <arnd@arndb.de>

No differences found