diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-09-27 19:10:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-09-27 19:10:51 +0000 |
commit | 6918ea2484861cbf806c812b95a814ab40063c05 (patch) | |
tree | 3f4d53baabebad9339cadd1bbfaaf07ed61b9c1e /target/linux/brcm2708/patches-3.10/0010-sdcard-patch-improvements-from-naren.patch | |
parent | ff6b0d57b8e4dd9c72b13ac0586c523c8d6e8841 (diff) | |
download | upstream-6918ea2484861cbf806c812b95a814ab40063c05.tar.gz upstream-6918ea2484861cbf806c812b95a814ab40063c05.tar.bz2 upstream-6918ea2484861cbf806c812b95a814ab40063c05.zip |
brcm2708: update 3.10 patches with raspberrypi/rpi-3.10.y of 27 Apr. 2014
Update the 3.10 rasperry patches by rebasing raspberry/rpi-3.10-y
against linux-stable/v3.10.49.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42678
Diffstat (limited to 'target/linux/brcm2708/patches-3.10/0010-sdcard-patch-improvements-from-naren.patch')
-rw-r--r-- | target/linux/brcm2708/patches-3.10/0010-sdcard-patch-improvements-from-naren.patch | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/target/linux/brcm2708/patches-3.10/0010-sdcard-patch-improvements-from-naren.patch b/target/linux/brcm2708/patches-3.10/0010-sdcard-patch-improvements-from-naren.patch index 1dfd3f8ed5..3ff7e12fa1 100644 --- a/target/linux/brcm2708/patches-3.10/0010-sdcard-patch-improvements-from-naren.patch +++ b/target/linux/brcm2708/patches-3.10/0010-sdcard-patch-improvements-from-naren.patch @@ -1,15 +1,17 @@ -From 7063eab83522ea1f24934b971418bfdd4c5578f1 Mon Sep 17 00:00:00 2001 +From c655ceea69b95ccf2cc486a83048e41c3f664d1f Mon Sep 17 00:00:00 2001 From: popcornmix <popcornmix@gmail.com> Date: Thu, 17 May 2012 14:44:19 +0100 -Subject: [PATCH 010/174] sdcard patch improvements from naren +Subject: [PATCH 010/196] sdcard patch improvements from naren --- drivers/mmc/host/sdhci-bcm2708.c | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) +diff --git a/drivers/mmc/host/sdhci-bcm2708.c b/drivers/mmc/host/sdhci-bcm2708.c +index a405114..ae8edf7 100644 --- a/drivers/mmc/host/sdhci-bcm2708.c +++ b/drivers/mmc/host/sdhci-bcm2708.c -@@ -886,8 +886,7 @@ static void sdhci_bcm2708_dma_complete_i +@@ -886,8 +886,7 @@ static void sdhci_bcm2708_dma_complete_irq(struct sdhci_host *host, We get CRC and DEND errors unless we wait for the SD controller to finish reading/writing to the card. */ u32 state_mask; @@ -19,7 +21,7 @@ Subject: [PATCH 010/174] sdcard patch improvements from naren DBG("PDMA over - sync card\n"); if (data->flags & MMC_DATA_READ) -@@ -895,17 +894,12 @@ static void sdhci_bcm2708_dma_complete_i +@@ -895,17 +894,12 @@ static void sdhci_bcm2708_dma_complete_irq(struct sdhci_host *host, else state_mask = SDHCI_DOING_WRITE; @@ -42,7 +44,7 @@ Subject: [PATCH 010/174] sdcard patch improvements from naren if (timeout <= 0) printk(KERN_ERR"%s: final %s to SD card still " "running\n", -@@ -1175,10 +1169,7 @@ static unsigned int sdhci_bcm2708_uhs_br +@@ -1175,10 +1169,7 @@ static unsigned int sdhci_bcm2708_uhs_broken(struct sdhci_host *host) static unsigned int sdhci_bcm2708_missing_status(struct sdhci_host *host) { @@ -54,3 +56,6 @@ Subject: [PATCH 010/174] sdcard patch improvements from naren } /***************************************************************************** \ +-- +1.9.1 + |