MIPS: ath25: add common parts
authorSergey Ryazanov <ryazanov.s.a@gmail.com>
Tue, 28 Oct 2014 23:18:38 +0000 (03:18 +0400)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 24 Nov 2014 06:45:26 +0000 (07:45 +0100)
commit43cc739fd98b8c517ad45756d869f866e746ba04
treec358c406d9e102d83da4e7f1951b09b8ecb0ac91
parent484c344985ddf8e9ed12b8cf540eba0b1d869236
MIPS: ath25: add common parts

Add common code for Atheros AR5312 and Atheros AR2315 SoCs families.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Cc: Linux MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/8237
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
12 files changed:
arch/mips/Kbuild.platforms
arch/mips/Kconfig
arch/mips/ath25/Makefile [new file with mode: 0644]
arch/mips/ath25/Platform [new file with mode: 0644]
arch/mips/ath25/board.c [new file with mode: 0644]
arch/mips/ath25/devices.c [new file with mode: 0644]
arch/mips/ath25/devices.h [new file with mode: 0644]
arch/mips/ath25/prom.c [new file with mode: 0644]
arch/mips/include/asm/mach-ath25/cpu-feature-overrides.h [new file with mode: 0644]
arch/mips/include/asm/mach-ath25/dma-coherence.h [new file with mode: 0644]
arch/mips/include/asm/mach-ath25/gpio.h [new file with mode: 0644]
arch/mips/include/asm/mach-ath25/war.h [new file with mode: 0644]