]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: GIO bus support for SGI IP22/28
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 16 Nov 2011 01:32:35 +0000 (01:32 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 16 Nov 2011 01:32:35 +0000 (01:32 +0000)
commit8ca3606a7cb856f78130a0916786cb4b090b6c4c
tree9ae45ba54102fabcbf48afe21382d827f0aa6bb6
parentc32848f45ad92347533764908a3ef01ac53c60b6
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