This is a note to let you know that I've just added the patch titled
mach-ux500: no MMC_CAP_SD_HIGHSPEED on Snowball
to the 3.2-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
mach-ux500-no-mmc_cap_sd_highspeed-on-snowball.patch
and it can be found in the queue-3.2 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 2ab1159e80e8f416071e9f51e4f77b9173948296 Mon Sep 17 00:00:00 2001
From: Philippe Langlais <[email protected]>
Date: Fri, 20 Jan 2012 09:20:40 +0100
Subject: mach-ux500: no MMC_CAP_SD_HIGHSPEED on Snowball
From: Philippe Langlais <[email protected]>
commit 2ab1159e80e8f416071e9f51e4f77b9173948296 upstream.
MMC_CAP_SD_HIGHSPEED is not supported on Snowball board resulting on
initialization errors.
Signed-off-by: Mathieu Poirier <[email protected]>
Signed-off-by: Fredrik Soderstedt <[email protected]>
Signed-off-by: Philippe Langlais <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
---
arch/arm/mach-ux500/board-mop500-sdi.c | 2 ++
1 file changed, 2 insertions(+)
--- a/arch/arm/mach-ux500/board-mop500-sdi.c
+++ b/arch/arm/mach-ux500/board-mop500-sdi.c
@@ -233,6 +233,8 @@ void __init snowball_sdi_init(void)
{
u32 periphid = 0x10480180;
+ /* On Snowball MMC_CAP_SD_HIGHSPEED isn't supported on sdi0 */
+ mop500_sdi0_data.capabilities &= ~MMC_CAP_SD_HIGHSPEED;
mop500_sdi2_data.capabilities |= MMC_CAP_MMC_HIGHSPEED;
/* On-board eMMC */
Patches currently in stable-queue which might be from
[email protected] are
queue-3.2/mach-ux500-no-mmc_cap_sd_highspeed-on-snowball.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html