[ARM] pxamci: add simple gpio controls
authorRobert Jarzmik <robert.jarzmik@free.fr>
Tue, 23 Jun 2009 21:21:03 +0000 (23:21 +0200)
committerEric Miao <eric.y.miao@gmail.com>
Thu, 10 Sep 2009 10:49:29 +0000 (18:49 +0800)
commitb405db6c015fe8e4c9d8199a0355bb16d95d7049
tree691c77f067e550deb36e973952144ed3378bc2b9
parent53eff4175f1eb25f97425b1526774fecb81444d4
[ARM] pxamci: add simple gpio controls

The MMC block needs 3 external datas to work :
 - is the MMC card put in "read-only mode" ?
 - is a MMC card inserted or removed ?
 - enable power towards the MMC card

Several platforms provide these controls through
gpios. Expand the platform_data to request and use these
gpios is set up by board code.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Acked-by: Pierre.Ossman <pierre@ossman.eu>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/include/mach/mmc.h
drivers/mmc/host/pxamci.c