mtd/drivers/mtd/nand s3c2410.c,1.5,1.6

bjd at infradead.org bjd at infradead.org
Wed Nov 24 07:25:52 EST 2004


Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv29898

Modified Files:
	s3c2410.c 
Log Message:
correct timing setup to use plat->twrph1 instead of
plat->twrph0 for timing setup for the NAND controllers
twrph1 configuration

Thanks to Shannon Holland for pointing this out


Index: s3c2410.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/s3c2410.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- s3c2410.c	12 Oct 2004 10:10:15 -0000	1.5
+++ s3c2410.c	24 Nov 2004 12:25:48 -0000	1.6
@@ -167,7 +167,7 @@
 	if (plat != NULL) {
 		tacls = s3c2410_nand_calc_rate(plat->tacls, clkrate, 8);
 		twrph0 = s3c2410_nand_calc_rate(plat->twrph0, clkrate, 8);
-		twrph1 = s3c2410_nand_calc_rate(plat->twrph0, clkrate, 8);
+		twrph1 = s3c2410_nand_calc_rate(plat->twrph1, clkrate, 8);
 	} else {
 		/* default timings */
 		tacls = 8;





More information about the linux-mtd-cvs mailing list