* [PATCH] sdio: do not ignore MMC_VDD_165_195
@ 2009-07-15 6:42 Ohad Ben-Cohen
0 siblings, 0 replies; only message in thread
From: Ohad Ben-Cohen @ 2009-07-15 6:42 UTC (permalink / raw)
To: Pierre Ossman; +Cc: linux-wireless
From: Ohad Ben-Cohen <ohad@bencohen.org>
This is needed for 1.8V embedded SDIO devices and supporting host controllers
Signed-off-by: Ohad Ben-Cohen <ohad@bencohen.org>
---
Hi Pierre,
Please consider merging this patch -
it is required to support combinations like TI WLAN 127x device and ZOOM2 boards.
If you prefer me to implement this differently please let me know.
Thanks and Regards,
Ohad.
drivers/mmc/core/sdio.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/drivers/mmc/core/sdio.c b/drivers/mmc/core/sdio.c
index fb99ccf..6f221dc 100644
--- a/drivers/mmc/core/sdio.c
+++ b/drivers/mmc/core/sdio.c
@@ -275,13 +275,6 @@ int mmc_attach_sdio(struct mmc_host *host, u32 ocr)
ocr &= ~0x7F;
}
- if (ocr & MMC_VDD_165_195) {
- printk(KERN_WARNING "%s: SDIO card claims to support the "
- "incompletely defined 'low voltage range'. This "
- "will be ignored.\n", mmc_hostname(host));
- ocr &= ~MMC_VDD_165_195;
- }
-
host->ocr = mmc_select_voltage(host, ocr);
/*
--
1.5.4.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-07-15 6:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-15 6:42 [PATCH] sdio: do not ignore MMC_VDD_165_195 Ohad Ben-Cohen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).