r3687 - branches/src/target/kernel/2.6.24.x/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Wed Dec 19 11:09:41 CET 2007


Author: laforge
Date: 2007-12-19 11:09:40 +0100 (Wed, 19 Dec 2007)
New Revision: 3687

Modified:
   branches/src/target/kernel/2.6.24.x/patches/s3c_mci.patch
Log:
documentation update on driver status


Modified: branches/src/target/kernel/2.6.24.x/patches/s3c_mci.patch
===================================================================
--- branches/src/target/kernel/2.6.24.x/patches/s3c_mci.patch	2007-12-19 10:03:34 UTC (rev 3686)
+++ branches/src/target/kernel/2.6.24.x/patches/s3c_mci.patch	2007-12-19 10:09:40 UTC (rev 3687)
@@ -1,5 +1,15 @@
-This is the latest S3C MMC/SD driver by Thomas Kleffel
+This is a MMC/SD driver for the Samsung S3C24xx SD/MMC controller, originally
+developed years ago by Thomas Kleffel <tk at maintech.de>.
 
+Due to time restraints, he had no time to further maintain the driver and
+follow the mainline Linux changes in the SD/MMC stack.
+
+With his authorization, I have taken over the task of making it compliant to
+the current mainline SD/MMC API and take care of the mainline kernel merge.
+
+After a potential kernel inclusion, we would co-maintain the driver.
+
+Acked-by: Thomas Kleffel <tk at maintech.de>
 Signed-off-by: Harald Welte <laforge at openmoko.org>
 
 Index: linux-2.6/include/asm-arm/arch-s3c2410/regs-sdi.h
@@ -1572,11 +1582,11 @@
  	  If unsure, or if your system has no SPI master driver, say N.
  
 +config MMC_S3C
-+	tristate "Samsung S3C SD/MMC Card Interface support"
++	tristate "Samsung S3C24xx SD/MMC Card Interface support"
 +	depends on ARCH_S3C2410 && MMC
 +	help
 +	  This selects a driver for the MCI interface found in
-+          Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
++	  Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
 +	  If you have a board based on one of those and a MMC/SD
 +	  slot, say Y or M here.
 +





More information about the commitlog mailing list