From: Paul Mundt Date: Wed, 27 Sep 2006 06:16:42 +0000 (+0900) Subject: sh: ioremap() overhaul. X-Git-Tag: v2.6.19-rc1~902^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7cdc9e8ac82c43fdcd4fde6b5b53d2dcba7f707;p=pandora-kernel.git sh: ioremap() overhaul. ioremap() overhaul. Add support for transparent PMB mapping, get rid of p3_ioremap(), etc. Also drop ioremap() and iounmap() routines from the machvec, as everyone can use the generic ioremap() API instead. For PCI memory apertures and other special cases, use the pci_iomap() API, as boards are already required to get the mapping right there. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed