brcm2708: update 3.10 patches with raspberrypi/rpi-3.10.y of 27 Apr. 2014
[openwrt.git] / target / linux / brcm2708 / patches-3.10 / 0107-sdhci-Only-do-one-iteration-of-PIO-reading-loop.patch
index a1c5067..8e3dfb9 100644 (file)
@@ -1,15 +1,17 @@
-From e397b0cf1aee50664b423f716d6843b2a2010093 Mon Sep 17 00:00:00 2001
+From cb78955cb0bedd81351bbe017dd5642f1358148d Mon Sep 17 00:00:00 2001
 From: popcornmix <popcornmix@gmail.com>
 Date: Wed, 20 Nov 2013 11:22:05 +0000
-Subject: [PATCH 107/174] sdhci: Only do one iteration of PIO reading loop
+Subject: [PATCH 107/196] sdhci: Only do one iteration of PIO reading loop
 
 ---
  drivers/mmc/host/sdhci.c | 1 +
  1 file changed, 1 insertion(+)
 
+diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
+index 9c93e00..b4faaff 100644
 --- a/drivers/mmc/host/sdhci.c
 +++ b/drivers/mmc/host/sdhci.c
-@@ -539,6 +539,7 @@ static void sdhci_transfer_pio(struct sd
+@@ -539,6 +539,7 @@ static void sdhci_transfer_pio(struct sdhci_host *host, u32 intstate)
                        break;
                state = sdhci_readl(host, SDHCI_PRESENT_STATE);
                available = state & mask;
@@ -17,3 +19,6 @@ Subject: [PATCH 107/174] sdhci: Only do one iteration of PIO reading loop
        }
  
        DBG("PIO transfer complete - %d blocks left.\n", host->blocks);
+-- 
+1.9.1
+