sdio: do not ignore MMC_VDD_165_195
authorOhad Ben-Cohen <[email protected]>
Tue, 22 Sep 2009 23:44:28 +0000 (16:44 -0700)
committerLinus Torvalds <[email protected]>
Wed, 23 Sep 2009 14:39:33 +0000 (07:39 -0700)
This is needed for 1.8V embedded SDIO devices and supporting host controllers
(e.g. TI 127x and ZOOM2 boards)

Signed-off-by: Ohad Ben-Cohen <[email protected]>
Acked-by: Matt Fleming <[email protected]>
Cc: Ian Molton <[email protected]>
Cc: Pierre Ossman <[email protected]>
Cc: Ian Molton <[email protected]>
Cc: "Roberto A. Foglietta" <[email protected]>
Cc: Philip Langdale <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/mmc/core/sdio.c

index fb99ccff908077f1a5bdf1cdc78099fd0ecd19c2..6f221dc029ad82f75c78ffbd9bd2978ecb2e03c3 100644 (file)
@@ -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);
 
        /*