[ARM] pxa/zeus: make Viper pcmcia support more generic to support Zeus
authorMarc Zyngier <maz@misterjones.org>
Sat, 14 Nov 2009 12:39:13 +0000 (13:39 +0100)
committerEric Miao <eric.y.miao@gmail.com>
Sun, 13 Dec 2009 13:42:58 +0000 (21:42 +0800)
commitc2de1c382933fd9ef0a3db13b6747115e1e32c56
treed9e0fa251d376fb7d5f9906952bf02f2f31570e0
parente491a11c77a4ed93ec14cc052b1f048bddc9e99a
[ARM] pxa/zeus: make Viper pcmcia support more generic to support Zeus

The Arcom Zeus CF slot requires the same kind of support as the Viper.
To avoid code duplication, introduce a platform device that abstracts
the differences.

This also allows for the removal of the ugly export of viper_cf_rst().

Signed-off-by: Marc Zyngier <maz@misterjones.org>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/Kconfig
arch/arm/mach-pxa/include/mach/arcom-pcmcia.h [new file with mode: 0644]
arch/arm/mach-pxa/include/mach/viper.h
arch/arm/mach-pxa/viper.c
arch/arm/mach-pxa/zeus.c
drivers/pcmcia/Kconfig
drivers/pcmcia/Makefile
drivers/pcmcia/pxa2xx_base.c
drivers/pcmcia/pxa2xx_viper.c