MIPS: ralink: add MT7621 support
authorJohn Crispin <blogic@openwrt.org>
Mon, 4 Jan 2016 19:23:55 +0000 (20:23 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 19 Jan 2016 23:39:20 +0000 (00:39 +0100)
commit1df7addb9671ace5fbae4daa45b0755cebefb1dc
tree9d89a771cc553f809520e8896f841e5e568f478c
parent2761f83cad764f2b13ca3d7fb2f3fb5bedae1cd3
MIPS: ralink: add MT7621 support

MT7621 is based on a 1004k core. This patch adds support for the SoC. The
timer and IRQ is just boiler plate as GIC has recently been moved to
generic places in the kernel and just works.

Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11990/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mach-ralink/irq.h [new file with mode: 0644]
arch/mips/include/asm/mach-ralink/mt7621.h [new file with mode: 0644]
arch/mips/include/asm/mach-ralink/mt7621/cpu-feature-overrides.h [new file with mode: 0644]
arch/mips/ralink/Kconfig
arch/mips/ralink/Makefile
arch/mips/ralink/Platform
arch/mips/ralink/irq-gic.c [new file with mode: 0644]
arch/mips/ralink/mt7621.c [new file with mode: 0644]
arch/mips/ralink/timer-gic.c [new file with mode: 0644]
This page took 0.043512 seconds and 5 git commands to generate.