]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
Add support for the Arcom/Eurotech Viper SBC CompactFlash card slot
authorMarc Zyngier <marc.zyngier@altran.com>
Tue, 19 Aug 2008 10:15:53 +0000 (12:15 +0200)
committerMarc Zyngier <maz@young-lust.wild-wind.fr.eu.org>
Tue, 9 Sep 2008 15:41:53 +0000 (17:41 +0200)
commit20f18ff32fe311f60770ac70395b01c06758923b
tree4b1c11b306ce8b24d1b735aa4729405bd9818c2d
parent175ff20f6a681effa82d67e3656c4cc3e7117600
Add support for the Arcom/Eurotech Viper SBC CompactFlash card slot

The Arcom/Eurotech Viper needs some extra care to run. On this board,
the PC104 connector is actually wired to the second PCMCIA slot.
Therefore, this second socket needs to be enabled, despite not being
managed by the PCMCIA code.

I'd rather have the MECR setup in the platform support code so I could,
for example, use the PC104 bus without having the PCMCIA module loaded.

Signed-off-by: Marc Zyngier <marc.zyngier@altran.com>
drivers/pcmcia/Kconfig
drivers/pcmcia/Makefile
drivers/pcmcia/pxa2xx_base.c
drivers/pcmcia/pxa2xx_viper.c [new file with mode: 0644]