[ARM] 3818/1: iop3xx: introduce arch/arm/plat-iop for shared iop32x/iop33x code
authorLennert Buytenhek <buytenh@wantstofly.org>
Mon, 18 Sep 2006 22:12:53 +0000 (23:12 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 25 Sep 2006 09:25:37 +0000 (10:25 +0100)
commit7ae1f7ec525c32db441836ab0ab010b85cb819a2
tree25d87bd43198bdc3868c20cf3e8d44e8e343f0e6
parent3f7e5815f4b774270e6506962de37af85aa9c830
[ARM] 3818/1: iop3xx: introduce arch/arm/plat-iop for shared iop32x/iop33x code

Introduce the arch/arm/plat-iop directory, for code shared between the
iop32x and iop33x, and move the common memory map setup bits there.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
14 files changed:
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/mach-iop32x/iq31244-mm.c
arch/arm/mach-iop32x/iq80321-mm.c
arch/arm/mach-iop32x/setup.c
arch/arm/mach-iop33x/Makefile
arch/arm/mach-iop33x/iq80331-mm.c [deleted file]
arch/arm/mach-iop33x/iq80332-mm.c [deleted file]
arch/arm/mach-iop33x/setup.c
arch/arm/plat-iop/Makefile [new file with mode: 0644]
arch/arm/plat-iop/setup.c [new file with mode: 0644]
include/asm-arm/arch-iop32x/iop321.h
include/asm-arm/arch-iop33x/iop331.h
include/asm-arm/hardware/iop3xx.h [new file with mode: 0644]