This is a note to let you know that I've just added the patch titled

    mmc: sdhci: fix retuning timer wrongly deleted in

to the 3.0-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:
     mmc-sdhci-fix-retuning-timer-wrongly-deleted-in.patch
and it can be found in the queue-3.0 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <sta...@kernel.org> know about it.


>From 78869618a886d33d8cdfcb78cf9b245b5250e465 Mon Sep 17 00:00:00 2001
From: Aaron Lu <aaron...@amd.com>
Date: Mon, 11 Jul 2011 13:27:11 +0800
Subject: mmc: sdhci: fix retuning timer wrongly deleted in
 sdhci_tasklet_finish

From: Aaron Lu <aaron...@amd.com>

commit 78869618a886d33d8cdfcb78cf9b245b5250e465 upstream.

Currently, the retuning timer for retuning mode 1 will be deleted in
function sdhci_tasklet_finish after a mmc request done, which will make
retuning timing never trigger again. This patch fixed this problem.

Signed-off-by: Aaron Lu <aaron...@amd.com>
Reviewed-by: Philip Rakity <prak...@marvell.com>
Signed-off-by: Chris Ball <c...@laptop.org>
Signed-off-by: Greg Kroah-Hartman <gre...@suse.de>

---
 drivers/mmc/host/sdhci.c |    3 ---
 1 file changed, 3 deletions(-)

--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -1863,9 +1863,6 @@ static void sdhci_tasklet_finish(unsigne
 
        del_timer(&host->timer);
 
-       if (host->version >= SDHCI_SPEC_300)
-               del_timer(&host->tuning_timer);
-
        mrq = host->mrq;
 
        /*


Patches currently in stable-queue which might be from aaron...@amd.com are

queue-3.0/mmc-sdhci-fix-retuning-timer-wrongly-deleted-in.patch

_______________________________________________
stable mailing list
stable@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to