summaryrefslogtreecommitdiff
path: root/target/linux/s3c24xx/patches/0253-mmc_detect_change-takes-jiffies-not-msecs.-Conver.patch
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2008-12-12 11:58:53 +0000
committerMirko Vogt <mirko@openwrt.org>2008-12-12 11:58:53 +0000
commit614683faf8029100802db06a825648d0b6490285 (patch)
tree7401b135dc7ce24ff0175e67e0f2ce7f96296ff0 /target/linux/s3c24xx/patches/0253-mmc_detect_change-takes-jiffies-not-msecs.-Conver.patch
parent4a018d2445c5f249179ff82c8fffb0e3b717f738 (diff)
downloadmtk-20170518-614683faf8029100802db06a825648d0b6490285.zip
mtk-20170518-614683faf8029100802db06a825648d0b6490285.tar.gz
mtk-20170518-614683faf8029100802db06a825648d0b6490285.tar.bz2
changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of Openmoko)
SVN-Revision: 13613
Diffstat (limited to 'target/linux/s3c24xx/patches/0253-mmc_detect_change-takes-jiffies-not-msecs.-Conver.patch')
-rwxr-xr-xtarget/linux/s3c24xx/patches/0253-mmc_detect_change-takes-jiffies-not-msecs.-Conver.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/s3c24xx/patches/0253-mmc_detect_change-takes-jiffies-not-msecs.-Conver.patch b/target/linux/s3c24xx/patches/0253-mmc_detect_change-takes-jiffies-not-msecs.-Conver.patch
deleted file mode 100755
index 4984ce1..0000000
--- a/target/linux/s3c24xx/patches/0253-mmc_detect_change-takes-jiffies-not-msecs.-Conver.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From d2208c89291153080ea94f28883da64356e7c799 Mon Sep 17 00:00:00 2001
-From: Ben Dooks <ben-linux@fluff.org>
-Date: Sun, 10 Aug 2008 09:29:30 +0100
-Subject: [PATCH] mmc_detect_change() takes jiffies, not msecs. Convert the
- previous value of msecs into jiffies before calling.
-
-Signed-off-by: Ben Dooks <ben-linux@fluff.org>
-Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
-(cherry picked from commit 2de5f79d4dfcb1be16f0b873bc77d6ec74b0426d)
----
- drivers/mmc/host/s3cmci.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c
-index ffba0f9..283b90c 100644
---- a/drivers/mmc/host/s3cmci.c
-+++ b/drivers/mmc/host/s3cmci.c
-@@ -598,7 +598,7 @@ static irqreturn_t s3cmci_irq_cd(int irq, void *dev_id)
-
- dbg(host, dbg_irq, "card detect\n");
-
-- mmc_detect_change(host->mmc, 500);
-+ mmc_detect_change(host->mmc, msecs_to_jiffies(500));
-
- return IRQ_HANDLED;
- }
---
-1.5.6.3
-