aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2009-05-08 17:17:47 +0000
committerMartin Michlmayr <tbm@cyrius.com>2009-05-08 17:17:47 +0000
commit57f654c3878351b0fdc12d829f11f9b20c2e89a9 (patch)
treeccf8b54ccf00355e5616d9209cdc80cfec37a8b6
parentcc92530c32d780acd75aa0baecca62447e12ef31 (diff)
downloadkernel_replicant_linux-57f654c3878351b0fdc12d829f11f9b20c2e89a9.tar.gz
kernel_replicant_linux-57f654c3878351b0fdc12d829f11f9b20c2e89a9.tar.bz2
kernel_replicant_linux-57f654c3878351b0fdc12d829f11f9b20c2e89a9.zip
mmc: load mvsdio automatically when it's a platform device.
svn path=/dists/sid/linux-2.6/; revision=13589
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/bugfix/all/mvsdio-platform.patch7
-rw-r--r--debian/patches/series/51
3 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 609ce846e352..f75657467fda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ linux-2.6 (2.6.29-5) UNRELEASED; urgency=low
[ Martin Michlmayr ]
* Broadcom SB: fix locking in set_irq_affinity.
+ * mmc: load mvsdio automatically when it's a platform device.
-- dann frazier <dannf@debian.org> Mon, 04 May 2009 13:40:51 -0600
diff --git a/debian/patches/bugfix/all/mvsdio-platform.patch b/debian/patches/bugfix/all/mvsdio-platform.patch
new file mode 100644
index 000000000000..46b633e65be7
--- /dev/null
+++ b/debian/patches/bugfix/all/mvsdio-platform.patch
@@ -0,0 +1,7 @@
+--- a/drivers/mmc/host/mvsdio.c 2009-05-08 17:13:33.000000000 +0000
++++ b/drivers/mmc/host/mvsdio.c 2009-05-08 17:13:35.000000000 +0000
+@@ -880,3 +880,4 @@
+ MODULE_AUTHOR("Maen Suleiman, Nicolas Pitre");
+ MODULE_DESCRIPTION("Marvell MMC,SD,SDIO Host Controller driver");
+ MODULE_LICENSE("GPL");
++MODULE_ALIAS("platform:mvsdio");
diff --git a/debian/patches/series/5 b/debian/patches/series/5
index 852dd59d6081..d508fd1ba52c 100644
--- a/debian/patches/series/5
+++ b/debian/patches/series/5
@@ -2,3 +2,4 @@
+ features/ia64/rtc-inline-LEAP_YEAR.patch
+ bugfix/all/0001-qla1280-Fix-off-by-some-error-in-firmware-loading.patch
+ bugfix/mips/sb-irq.patch
++ bugfix/all/mvsdio-platform.patch