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

laforge at sita.openmoko.org laforge at sita.openmoko.org
Thu Dec 20 19:12:05 CET 2007


Author: laforge
Date: 2007-12-20 19:12:04 +0100 (Thu, 20 Dec 2007)
New Revision: 3713

Modified:
   branches/src/target/kernel/2.6.24.x/patches/s3c_mci.patch
Log:
I'm working on this in my spare time, so no OpenMoko copyright involved


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-20 18:08:30 UTC (rev 3712)
+++ branches/src/target/kernel/2.6.24.x/patches/s3c_mci.patch	2007-12-20 18:12:04 UTC (rev 3713)
@@ -10,7 +10,7 @@
 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>
+Signed-off-by: Harald Welte <laforge at gnumonks.org>
 
 Index: linux-2.6/include/asm-arm/arch-s3c2410/regs-sdi.h
 ===================================================================
@@ -94,7 +94,7 @@
 + *  linux/drivers/mmc/s3cmci.h - Samsung S3C MCI driver
 + *
 + *  Copyright (C) 2004-2006 maintech GmbH, Thomas Kleffel <tk at maintech.de>
-+ *  Copyright (C) 2007 OpenMoko, Inc., Harald Welte <laforge at openmoko.org>
++ *  Copyright (C) 2007 Harald Welte <laforge at gnumonks.org>
 + *
 + * This program is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License version 2 as
@@ -638,7 +638,7 @@
 +		cardint = 1;
 +		mci_dclear |= S3C2410_SDIDSTA_SDIOIRQDETECT;
 +	}
-+		
++
 +clear_status_bits:
 +	writel(mci_cclear, host->base + S3C2410_SDICMDSTAT);
 +	writel(mci_dclear, host->base + S3C2410_SDIDSTA);





More information about the commitlog mailing list