]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
MIPS: GIO bus support for SGI IP22/28
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 22 Nov 2011 14:38:02 +0000 (14:38 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 7 Dec 2011 22:03:44 +0000 (22:03 +0000)
commite84de0c61905030a0fe66b7210b6f1bb7c3e1eab
tree005bbd00a34966e36dd99dcbfd66428bf97769fa
parent5611cc4572e889b62a7b4c72a413536bf6a9c416
MIPS: GIO bus support for SGI IP22/28

SGI IP22/IP28 machines have GIO busses for adding graphics and other
extension cards. This patch adds support for GIO driver/device
handling and converts the newport console driver to a GIO driver.

[ralf@linux-mips.org: Fixed build error caused by the modules.h -> export.h
changes.]

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Acked-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
To: linux-fbdev@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/2886/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/gio_device.h [new file with mode: 0644]
arch/mips/sgi-ip22/Makefile
arch/mips/sgi-ip22/ip22-gio.c [new file with mode: 0644]
arch/mips/sgi-ip22/ip22-mc.c
arch/mips/sgi-ip22/ip22-setup.c
drivers/video/console/newport_con.c