MIPS: ath25: add basic AR5312 SoC support
authorSergey Ryazanov <ryazanov.s.a@gmail.com>
Tue, 28 Oct 2014 23:18:39 +0000 (03:18 +0400)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 24 Nov 2014 06:45:26 +0000 (07:45 +0100)
commit3b12308f3337c09b424a2b9cf73c2c06521abe7e
tree05c5ac8b34e1036d1d340a7817f92452a5dd3da9
parent43cc739fd98b8c517ad45756d869f866e746ba04
MIPS: ath25: add basic AR5312 SoC support

Add basic support for Atheros AR5312/AR2312 SoCs: registers definition
file and initial setup code.

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/8238/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
arch/mips/ath25/Kconfig [new file with mode: 0644]
arch/mips/ath25/Makefile
arch/mips/ath25/ar5312.c [new file with mode: 0644]
arch/mips/ath25/ar5312.h [new file with mode: 0644]
arch/mips/ath25/ar5312_regs.h [new file with mode: 0644]
arch/mips/ath25/board.c
This page took 0.026262 seconds and 5 git commands to generate.