[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <v2yce9ab5791003302327hc67deb3akc7d18146534038f9@mail.gmail.com>
Date: Wed, 31 Mar 2010 11:57:20 +0530
From: Vimal Singh <vimal.newwork@...il.com>
To: kishore kadiyala <kishorek.kadiyala@...il.com>
Cc: Madhusudhan <madhu.cr@...com>, tony@...mide.com, svenkatr@...com,
linux-omap@...r.kernel.org, linux-kernel@...r.kernel.org,
jarkko.lavinen@...ia.com
Subject: Re: [PATCH-V2] OMAP: Fix for bus width which improves SD card's
peformance.
> drivers/mmc/host/omap_hsmmc.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
> index 83f0aff..8c97c22 100644
> --- a/drivers/mmc/host/omap_hsmmc.c
> +++ b/drivers/mmc/host/omap_hsmmc.c
> @@ -2092,7 +2092,7 @@ static int __init omap_hsmmc_probe(struct
> MMC_CAP_WAIT_WHILE_BUSY;
>
> if (mmc_slot(host).wires >= 8)
> - mmc->caps |= MMC_CAP_8_BIT_DATA;
> + mmc->caps |= (MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA);
> else if (mmc_slot(host).wires >= 4)
> mmc->caps |= MMC_CAP_4_BIT_DATA;
>
Your mailer has some issue, 'tabs' got replaced by 'spaces' in this
patch. Please fix it and repost.
Also take care off deleting below unrelated content.
-
Regards,
Vimal
>
> On Thu, Feb 11, 2010 at 11:04 PM, Madhusudhan <madhu.cr@...com> wrote:
>>
>>
>>> -----Original Message-----
>>> From: kishore kadiyala [mailto:kishore.kadiyala@...com]
>>> Sent: Thursday, February 11, 2010 8:20 AM
>>> To: linux-omap@...r.kernel.org; linux-kernel@...r.kernel.org
>>> Cc: jarkko.lavinen@...ia.com; madhu.cr@...com
>>> Subject: [PATCH] OMAP: Fix for bus width which improves SD card's
>>> peformance.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists