]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Lantiq: Add basic support for FALC-ON
authorJohn Crispin <blogic@openwrt.org>
Mon, 16 Jan 2012 15:43:39 +0000 (16:43 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 26 Apr 2012 23:22:53 +0000 (00:22 +0100)
commit0a060bf8efaad804be48670a5da57afd3277ab12
tree90d056e2b59f5d6538c99a32292d7a02ab5e924d
parent73e67bab7ac340826378be01963235df4fc3c4d7
MIPS: Lantiq: Add basic support for FALC-ON

Adds support for the FALC-ON SoC. This SoC is from the FTTH/GPON SoC family.

Signed-off-by: Thomas Langer <thomas.langer@lantiq.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3271/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
14 files changed:
arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h [new file with mode: 0644]
arch/mips/include/asm/mach-lantiq/falcon/irq.h [new file with mode: 0644]
arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h [new file with mode: 0644]
arch/mips/include/asm/mach-lantiq/lantiq.h
arch/mips/lantiq/Kconfig
arch/mips/lantiq/Makefile
arch/mips/lantiq/Platform
arch/mips/lantiq/falcon/Makefile [new file with mode: 0644]
arch/mips/lantiq/falcon/clk.c [new file with mode: 0644]
arch/mips/lantiq/falcon/devices.c [new file with mode: 0644]
arch/mips/lantiq/falcon/devices.h [new file with mode: 0644]
arch/mips/lantiq/falcon/prom.c [new file with mode: 0644]
arch/mips/lantiq/falcon/reset.c [new file with mode: 0644]
arch/mips/lantiq/falcon/sysctrl.c [new file with mode: 0644]