[ARM] 4187/1: iop: unify time implementation across iop32x, iop33x, and iop13xx
authorDan Williams <dan.j.williams@intel.com>
Tue, 13 Feb 2007 16:13:34 +0000 (17:13 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 17 Feb 2007 15:05:40 +0000 (15:05 +0000)
commit3668b45d46f777b0773ef5ff49531c1144efb6dd
treed9bb1a1ce8d0cce8bff99578fc0ba4bf8cdedd75
parent4434c5c7fd61c6713de882a2272b66f32fe7cac3
[ARM] 4187/1: iop: unify time implementation across iop32x, iop33x, and iop13xx

* architecture specific details are handled in asm/arch/time.h
* ARCH_IOP13XX now selects PLAT_IOP
* as suggested by Lennert use ifdef CONFIG_XSCALE to skip the cp_wait on
XSC3

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
17 files changed:
arch/arm/mach-iop13xx/Makefile
arch/arm/mach-iop13xx/iq81340mc.c
arch/arm/mach-iop13xx/iq81340sc.c
arch/arm/mach-iop13xx/time.c [deleted file]
arch/arm/mach-iop32x/glantank.c
arch/arm/mach-iop32x/iq31244.c
arch/arm/mach-iop32x/iq80321.c
arch/arm/mach-iop32x/n2100.c
arch/arm/mach-iop33x/iq80331.c
arch/arm/mach-iop33x/iq80332.c
arch/arm/plat-iop/Makefile
arch/arm/plat-iop/time.c
include/asm-arm/arch-iop13xx/iop13xx.h
include/asm-arm/arch-iop13xx/time.h [new file with mode: 0644]
include/asm-arm/arch-iop32x/time.h [new file with mode: 0644]
include/asm-arm/arch-iop33x/time.h [new file with mode: 0644]
include/asm-arm/hardware/iop3xx.h