]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit71435bbfeba69a0c28f6d93e60977f9194dda900
tree9d89a771cc553f809520e8896f841e5e568f478c
parentf6b77ee324ad498e37eeacb11a052d25846f44c5
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]