MIPS: Alchemy: Unify Devboard support.
authorManuel Lauss <manuel.lauss@gmail.com>
Thu, 20 Feb 2014 13:59:24 +0000 (14:59 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:21 +0000 (23:09 +0100)
commit970e268d6ed1f1799829cc0c87ea271a9e127e79
treee58e6ebbb7061a9f578d35cf254dc35054c90990
parent88e9a93c9d53ddcf633aa07f14245da7f30408c2
MIPS: Alchemy: Unify Devboard support.

This patch merges support for all DB1xxx and PB1xxx
boards into a single image, along with a new single defconfig
for them.

Run-tested on DB1300 and DB1500.

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
Cc: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/6577/
Patchwork: https://patchwork.linux-mips.org/patch/6659/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
12 files changed:
arch/mips/alchemy/Kconfig
arch/mips/alchemy/Platform
arch/mips/alchemy/devboards/Makefile
arch/mips/alchemy/devboards/db1000.c
arch/mips/alchemy/devboards/db1200.c
arch/mips/alchemy/devboards/db1300.c
arch/mips/alchemy/devboards/db1550.c
arch/mips/alchemy/devboards/db1xxx.c [moved from arch/mips/alchemy/devboards/db1235.c with 65% similarity]
arch/mips/configs/db1000_defconfig [deleted file]
arch/mips/configs/db1235_defconfig [deleted file]
arch/mips/configs/db1xxx_defconfig [new file with mode: 0644]
drivers/spi/spi-au1550.c