RE: [PATCH-V2] OMAP: Fix for bus width which improves SD card's peformance.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Madhusudhan
Date: Wednesday, March 31, 2010 - 9:37 am

> -----Original Message-----
Kishore,

Since this patch is not yet pushed it makes sense to fix the readability
issue.

Since 8-bit is the max how about:

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

This would be little easy to read the code.

Can you please repost the patch??

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 ..., Madhusudhan, (Wed Mar 31, 9:37 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)