Hi, > From: Sujit Reddy Thumma <sthumma@xxxxxxxxxxxxxx> > > According to UHS-I initialization sequence for SDIO 3.0 cards, > the host must set bit[24] (S18R) of OCR register during OCR > handshake to know whether the SDIO card is capable of doing > 1.8V I/O. In SDIO 2.0 spec, bit[24] is reserved, "shall be set to 0". Setting it to 1 might cause side effect to 2.0 cards. Perhaps using a quirk for S18R is more suitable for all combinations. Regards, Bing > > Signed-off-by: Sujit Reddy Thumma <sthumma@xxxxxxxxxxxxxx> > Signed-off-by: Subhash Jadavani <subhashj@xxxxxxxxxxxxxx> > --- > drivers/mmc/core/sdio.c | 22 +++++++++++----------- > include/linux/mmc/host.h | 8 ++++++++ > 2 files changed, 19 insertions(+), 11 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html