]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: ralink: adds support for RT2880 SoC family
authorJohn Crispin <blogic@openwrt.org>
Sun, 27 Jan 2013 08:17:20 +0000 (09:17 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 7 May 2013 23:19:09 +0000 (01:19 +0200)
commit2458c112470056a08fa1ea7d4a79fa7c2daee8e3
tree060e310e43a7a58ae39bf1d0279bc6ff1905dab0
parentc98404810bee0fb59ad4f583d1379c9716763eb7
MIPS: ralink: adds support for RT2880 SoC family

Add support code for rt2880 SOC.

The code detects the SoC and registers the clk / pinmux settings.

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/5176/
arch/mips/Kconfig
arch/mips/include/asm/mach-ralink/rt288x.h [new file with mode: 0644]
arch/mips/ralink/Kconfig
arch/mips/ralink/Makefile
arch/mips/ralink/Platform
arch/mips/ralink/rt288x.c [new file with mode: 0644]