]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Lantiq: Reorganize xway code
authorJohn Crispin <blogic@openwrt.org>
Mon, 16 Jan 2012 16:43:38 +0000 (17:43 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 26 Apr 2012 23:22:52 +0000 (00:22 +0100)
commit7036f0a302e5a44175ca8daf63b90f6521b45643
treee402757d032cfb58d558887f87cb342b08d6b55e
parent66f75a5d028beaf67c931435fdc3e7823125730c
MIPS: Lantiq: Reorganize xway code

Inside the folder arch/mips/lantiq/xway, there were alot of small files
with lots of duplicated code. This patch adds a wrapper function for
inserting and requesting resources and unifies the small files into one
bigger file.

This patch makes the xway code consistent with the falcon support added
later in this series.

Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3270/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
19 files changed:
arch/mips/include/asm/mach-lantiq/lantiq.h
arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
arch/mips/lantiq/clk.c
arch/mips/lantiq/devices.c
arch/mips/lantiq/devices.h
arch/mips/lantiq/prom.c
arch/mips/lantiq/prom.h
arch/mips/lantiq/xway/Makefile
arch/mips/lantiq/xway/devices.c
arch/mips/lantiq/xway/dma.c
arch/mips/lantiq/xway/ebu.c [deleted file]
arch/mips/lantiq/xway/pmu.c [deleted file]
arch/mips/lantiq/xway/prom-ase.c
arch/mips/lantiq/xway/prom-xway.c
arch/mips/lantiq/xway/reset.c
arch/mips/lantiq/xway/setup-ase.c [deleted file]
arch/mips/lantiq/xway/setup-xway.c [deleted file]
arch/mips/lantiq/xway/sysctrl.c [new file with mode: 0644]
drivers/watchdog/lantiq_wdt.c