Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Madhusudhan
Subject:
Date: Tuesday, April 6, 2010 - 9:16 am

> -----Original Message-----

The point we should note here is that MMC spec supports a max bus width of
8-bit. So anything beyond 8-bit is not in the picture as of today.

But, my bad on miss interpreting the snippet Felipe sent earlier.

if (mmc_slot(host).wires >= 8)
	mmc->caps |= MMC_CAP_8_BIT_DATA;
if (mmc_slot(host).wires >= 4)
	mmc->caps |= MMC_CAP_4_BIT_DATA;

I missed the fact that you removed the setting of 4-bit from the first
check.

I am okay with the above snippet as it is a trivial change that we are
trying to patch here which fixes an important issue.

Regards,
Madhu

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] OMAP: Fix for bus width which improves SD card's ..., kishore kadiyala, (Thu Feb 11, 7:20 am)
[PATCH-V2] OMAP: Fix for bus width which improves SD card' ..., kishore kadiyala, (Tue Mar 30, 11:07 pm)
Re: [PATCH-V2] OMAP: Fix for bus width which improves SD c ..., kishore kadiyala, (Wed Mar 31, 12:03 am)
Re: [PATCH-V2] OMAP: Fix for bus width which improves SD c ..., kishore kadiyala, (Wed Mar 31, 11:31 pm)
[No subject], Madhusudhan, (Tue Apr 6, 9:16 am)
[No subject], Felipe Balbi, (Tue Apr 6, 9:32 am)
[No subject], Nishanth Menon, (Tue Apr 6, 9:55 am)
[No subject], Felipe Balbi, (Tue Apr 6, 9:57 am)