]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit69ba18c12b0aebee8f759dc99f34d0c16063e18d
treed9e0fa251d376fb7d5f9906952bf02f2f31570e0
parente88b493dc5c440079b24765962f180a3f59e7ee7
[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