]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Alchemy: Add basic support for the GPR board
authorWolfgang Grandegger <wg@grandegger.com>
Thu, 15 Jul 2010 09:21:23 +0000 (11:21 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:26:09 +0000 (13:26 +0100)
commit0a829ef30b3de6bcbfff5eecf31739deb55169ce
tree7bb11d3b2b30daa660f8c040472b498d90b5bf74
parentde7ced6e6f28af3b2e6412f53e02f5a0a81c8f46
MIPS: Alchemy: Add basic support for the GPR board

From: Wolfgang Grandegger <wg@denx.de>

Add basic support for the General Purpose Router (GPR) board from
Trapeze ITS.

Signed-off-by: Wolfgang Grandegger <wg@denx.de>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1460/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/alchemy/Kconfig
arch/mips/alchemy/Platform
arch/mips/alchemy/gpr/Makefile [new file with mode: 0644]
arch/mips/alchemy/gpr/board_setup.c [new file with mode: 0644]
arch/mips/alchemy/gpr/init.c [new file with mode: 0644]
arch/mips/alchemy/gpr/platform.c [new file with mode: 0644]
arch/mips/configs/gpr_defconfig [new file with mode: 0644]