MIPS: bcm3384: Rename "bcm3384" target to "bmips"
authorKevin Cernekee <cernekee@gmail.com>
Thu, 25 Dec 2014 17:49:00 +0000 (09:49 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 1 Apr 2015 15:21:35 +0000 (17:21 +0200)
commit5f2d44591fb374ae346a3df682d722b68552adc2
tree22bd5d017c3b9fe25a25587ebb65b05abf37cbe1
parenteb2236ea580bb21c954c889cc3dc05b3e98238cd
MIPS: bcm3384: Rename "bcm3384" target to "bmips"

This platform is configured primarily through device tree, and we can
reuse the same code to support a bunch of other chips.  Change the name
to reflect this.

[ralf@linux-mips.org: Fix conflicts with other patches.]

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Cc: f.fainelli@gmail.com
Cc: jaedon.shin@gmail.com
Cc: abrestic@chromium.org
Cc: tglx@linutronix.de
Cc: jason@lakedaemon.net
Cc: jogo@openwrt.org
Cc: computersforpeace@gmail.com
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/8838/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
17 files changed:
arch/mips/Kbuild.platforms
arch/mips/Kconfig
arch/mips/bcm3384/Makefile [deleted file]
arch/mips/bcm3384/Platform [deleted file]
arch/mips/bcm3384/dma.c [deleted file]
arch/mips/bcm3384/irq.c [deleted file]
arch/mips/bcm3384/setup.c [deleted file]
arch/mips/bmips/Makefile [new file with mode: 0644]
arch/mips/bmips/Platform [new file with mode: 0644]
arch/mips/bmips/dma.c [new file with mode: 0644]
arch/mips/bmips/irq.c [new file with mode: 0644]
arch/mips/bmips/setup.c [new file with mode: 0644]
arch/mips/boot/dts/brcm/Makefile
arch/mips/configs/bcm3384_defconfig [deleted file]
arch/mips/configs/bmips_be_defconfig [new file with mode: 0644]
arch/mips/include/asm/mach-bcm3384/dma-coherence.h [deleted file]
arch/mips/include/asm/mach-bmips/dma-coherence.h [new file with mode: 0644]