* [PATCH 3/3] MMC: OMAP: Adds MMC basic support for Siemens SX1
@ 2007-10-18 18:29 Carlos Aguiar
0 siblings, 0 replies; only message in thread
From: Carlos Aguiar @ 2007-10-18 18:29 UTC (permalink / raw)
To: Tony Lindgren, Vladimir Ananiev; +Cc: omap-linux
From: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
Adds MMC basic support for Siemens SX1 mobile phone.
Signed-off-by: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
---
drivers/mmc/host/omap.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/mmc/host/omap.c b/drivers/mmc/host/omap.c
index c6f5344..1ab8a4e 100644
--- a/drivers/mmc/host/omap.c
+++ b/drivers/mmc/host/omap.c
@@ -1093,6 +1093,9 @@ static void mmc_omap_set_power(struct mmc_omap_slot *slot, int power_on,
slot->pdata->set_power(mmc_dev(slot->mmc), slot->id, power_on,
vdd);
+ if (machine_is_sx1())
+ sx1_setmmcpower(power_on);
+
if (cpu_is_omap24xx()) {
u16 w;
-- 1.5.3.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-18 18:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-18 18:29 [PATCH 3/3] MMC: OMAP: Adds MMC basic support for Siemens SX1 Carlos Aguiar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox