[PATCH] sh: I/O routine cleanups and ioremap() overhaul
authorPaul Mundt <lethal@linux-sh.org>
Tue, 17 Jan 2006 06:14:15 +0000 (22:14 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Jan 2006 07:15:28 +0000 (23:15 -0800)
commitb66c1a3919abb40f9bd8fb92a0d9fd77eb899c54
treee83c11e63f760e8a3c09ab44e8c951a6df0400b7
parentbf3a00f88c926635932c91afd90b4a0907dfbe78
[PATCH] sh: I/O routine cleanups and ioremap() overhaul

This introduces a few changes in the way that the I/O routines are defined on
SH, specifically so that things like the iomap API properly wrap through the
machvec for board-specific quirks.

In addition to this, the old p3_ioremap() work is converted to a more generic
__ioremap() that will map through the PMB if it's available, or fall back on
page tables for everything else.

An alpha-like IO_CONCAT is also added so we can start to clean up the
board-specific io.h mess, which will be handled in board update patches..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/sh/kernel/io.c
arch/sh/kernel/io_generic.c
arch/sh/mm/ioremap.c
include/asm-sh/io.h
include/asm-sh/io_generic.h
include/asm-sh/machvec.h