summaryrefslogtreecommitdiff
path: root/libre/linux-libre-lts/0004-fix-mvsdio-eMMC-timing.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-11 14:38:29 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-11 14:49:44 -0300
commita031c1f09b16bd615dd214d8c287271b02a72b13 (patch)
tree02619be2bbd8b085d32c0dd7000b89a01407cece /libre/linux-libre-lts/0004-fix-mvsdio-eMMC-timing.patch
parent2395e91877e14d767ca09c24cf26e1aa43200767 (diff)
downloadabslibre-a031c1f09b16bd615dd214d8c287271b02a72b13.tar.gz
abslibre-a031c1f09b16bd615dd214d8c287271b02a72b13.tar.bz2
abslibre-a031c1f09b16bd615dd214d8c287271b02a72b13.zip
linux-libre-lts: move package from [libre-testing] to [libre]
Diffstat (limited to 'libre/linux-libre-lts/0004-fix-mvsdio-eMMC-timing.patch')
-rw-r--r--libre/linux-libre-lts/0004-fix-mvsdio-eMMC-timing.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/linux-libre-lts/0004-fix-mvsdio-eMMC-timing.patch b/libre/linux-libre-lts/0004-fix-mvsdio-eMMC-timing.patch
index 6a6b04148..050e8a0e5 100644
--- a/libre/linux-libre-lts/0004-fix-mvsdio-eMMC-timing.patch
+++ b/libre/linux-libre-lts/0004-fix-mvsdio-eMMC-timing.patch
@@ -1,7 +1,7 @@
-From 279ad74e38e3c692eab7c59fae909fe22ea5d1dd Mon Sep 17 00:00:00 2001
+From 51597a7978cb561ba33d2fe4f9fb3aa07f448cc4 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Fri, 5 Sep 2014 15:43:56 -0600
-Subject: [PATCH 4/9] fix mvsdio eMMC timing
+Subject: [PATCH 4/8] fix mvsdio eMMC timing
These changes from Globalscale change the MMC timing to allow the eMMC versions
of the Mirabox and SMILE Plug to work.
@@ -12,10 +12,10 @@ Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/mmc/host/mvsdio.c b/drivers/mmc/host/mvsdio.c
-index a448498..14441a6 100644
+index 42296e5..e5ce6d2 100644
--- a/drivers/mmc/host/mvsdio.c
+++ b/drivers/mmc/host/mvsdio.c
-@@ -96,7 +96,7 @@ static int mvsd_setup_data(struct mvsd_host *host, struct mmc_data *data)
+@@ -93,7 +93,7 @@ static int mvsd_setup_data(struct mvsd_host *host, struct mmc_data *data)
tmout_index = fls(tmout - 1) - 12;
if (tmout_index < 0)
tmout_index = 0;
@@ -24,7 +24,7 @@ index a448498..14441a6 100644
tmout_index = MVSD_HOST_CTRL_TMOUT_MAX;
dev_dbg(host->dev, "data %s at 0x%08x: blocks=%d blksz=%d tmout=%u (%d)\n",
-@@ -618,6 +618,8 @@ static void mvsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
+@@ -615,6 +615,8 @@ static void mvsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
u32 m = DIV_ROUND_UP(host->base_clock, ios->clock) - 1;
if (m > MVSD_BASE_DIV_MAX)
m = MVSD_BASE_DIV_MAX;
@@ -34,5 +34,5 @@ index a448498..14441a6 100644
host->clock = ios->clock;
host->ns_per_clk = 1000000000 / (host->base_clock / (m+1));
--
-2.6.4
+2.10.0