mmc: load mvsdio automatically when it's a platform device.

svn path=/dists/sid/linux-2.6/; revision=13589
This commit is contained in:
Martin Michlmayr 2009-05-08 17:17:47 +00:00
parent cc92530c32
commit 57f654c387
3 changed files with 9 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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

View File

@ -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");

View File

@ -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