From: Paul Mundt Date: Mon, 20 Apr 2009 07:38:00 +0000 (+0900) Subject: sh: pci: Consolidate pci_iomap() and use the generic I/O base. X-Git-Tag: v2.6.31-rc1~392^2~41^2~124^3~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bb34a6bf1f71d5ad2abfda582a2c2794957bc7b;p=pandora-kernel.git sh: pci: Consolidate pci_iomap() and use the generic I/O base. This consolidates the pci_iomap() definitions and reworks how the I/O port base is handled. PCI channels can register their own I/O map base, or if none is provided, the system-wide generic I/O base is used instead. Functionally nothing changes, while this allows us to kill off lots of I/O address special casing and lookups. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed