On Mon, Aug 30, 2010 at 04:56:44PM +0100, Chris Ball wrote:
> From: Zhangfei Gao <zg...@marvell.com>
> Date: Mon, 16 Aug 2010 21:15:32 -0400
> Subject: [PATCH] sdhci: Enable high-speed support for MMC cards
> 
> Support MMC_CAP_MMC_HIGHSPEED.
> 
> Signed-off-by: Zhangfei Gao <zg...@marvell.com>
> Acked-by: Matt Fleming <m...@console-pimps.org>
> Acked-by: Kyungmin Park <kmp...@infradead.org>
> Signed-off-by: Chris Ball <c...@laptop.org>
> ---
>  drivers/mmc/host/sdhci.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
> index 401527d..87ab234 100644
> --- a/drivers/mmc/host/sdhci.c
> +++ b/drivers/mmc/host/sdhci.c
> @@ -1824,7 +1824,7 @@ int sdhci_add_host(struct sdhci_host *host)
>               mmc->caps |= MMC_CAP_4_BIT_DATA;
>  
>       if (caps & SDHCI_CAN_DO_HISPD)
> -             mmc->caps |= MMC_CAP_SD_HIGHSPEED;
> +             mmc->caps |= MMC_CAP_SD_HIGHSPEED | MMC_CAP_MMC_HIGHSPEED;
>  
>       if (host->quirks & SDHCI_QUIRK_BROKEN_CARD_DETECTION)
>               mmc->caps |= MMC_CAP_NEEDS_POLL;
> -- 
> 1.7.0.1

Pushed to mmc-next, thanks.

-- 
Chris Ball   <c...@laptop.org>   <http://printf.net/>
One Laptop Per Child
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to