public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] nand/s3c2410: s3c2410_nand_setrate(): use correct macros for 2412/2440
@ 2009-06-07 13:04 Peter Korsgaard
  2009-06-07 13:04 ` [PATCH] mtd/nand: s3c6400 support for s3c2410 driver Peter Korsgaard
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Peter Korsgaard @ 2009-06-07 13:04 UTC (permalink / raw)
  To: ben-linux, David.Woodhouse, linux-mtd, linux-arm-kernel; +Cc: wookey

Use the correct S3C2440_NFCONF_* macros for the mask for the 2412/2440
variants instead of the 2410 ones which use wrong bit positions.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 drivers/mtd/nand/s3c2410.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/mtd/nand/s3c2410.c b/drivers/mtd/nand/s3c2410.c
index 89b7905..01a105e 100644
--- a/drivers/mtd/nand/s3c2410.c
+++ b/drivers/mtd/nand/s3c2410.c
@@ -253,9 +253,9 @@ static int s3c2410_nand_setrate(struct s3c2410_nand_info *info)
 
 	case TYPE_S3C2440:
 	case TYPE_S3C2412:
-		mask = (S3C2410_NFCONF_TACLS(tacls_max - 1) |
-			S3C2410_NFCONF_TWRPH0(7) |
-			S3C2410_NFCONF_TWRPH1(7));
+		mask = (S3C2440_NFCONF_TACLS(tacls_max - 1) |
+			S3C2440_NFCONF_TWRPH0(7) |
+			S3C2440_NFCONF_TWRPH1(7));
 
 		set = S3C2440_NFCONF_TACLS(tacls - 1);
 		set |= S3C2440_NFCONF_TWRPH0(twrph0 - 1);
-- 
1.6.2

^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [PATCH] nand/s3c2410: s3c2410_nand_setrate(): use correct macros for 2412/2440
@ 2009-06-03 11:46 Peter Korsgaard
  0 siblings, 0 replies; 13+ messages in thread
From: Peter Korsgaard @ 2009-06-03 11:46 UTC (permalink / raw)
  To: linux-mtd, dwmw2, ben-linux

Use the correct S3C2440_NFCONF_* macros for the mask for the 2412/2440
variants instead of the 2410 ones which use wrong bit positions.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 drivers/mtd/nand/s3c2410.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/mtd/nand/s3c2410.c b/drivers/mtd/nand/s3c2410.c
index 8e375d5..776756e 100644
--- a/drivers/mtd/nand/s3c2410.c
+++ b/drivers/mtd/nand/s3c2410.c
@@ -215,9 +215,9 @@ static int s3c2410_nand_setrate(struct s3c2410_nand_info *info)
 
 	case TYPE_S3C2440:
 	case TYPE_S3C2412:
-		mask = (S3C2410_NFCONF_TACLS(tacls_max - 1) |
-			S3C2410_NFCONF_TWRPH0(7) |
-			S3C2410_NFCONF_TWRPH1(7));
+		mask = (S3C2440_NFCONF_TACLS(tacls_max - 1) |
+			S3C2440_NFCONF_TWRPH0(7) |
+			S3C2440_NFCONF_TWRPH1(7));
 
 		set = S3C2440_NFCONF_TACLS(tacls - 1);
 		set |= S3C2440_NFCONF_TWRPH0(twrph0 - 1);
-- 
1.6.2

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-06-08 11:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-07 13:04 [PATCH] nand/s3c2410: s3c2410_nand_setrate(): use correct macros for 2412/2440 Peter Korsgaard
2009-06-07 13:04 ` [PATCH] mtd/nand: s3c6400 support for s3c2410 driver Peter Korsgaard
2009-06-08 11:11   ` Ben Dooks
2009-06-08 11:41   ` David Woodhouse
2009-06-08  5:28 ` [PATCH] nand/s3c2410: s3c2410_nand_setrate(): use correct macros for 2412/2440 Artem Bityutskiy
2009-06-08  5:38   ` Peter Korsgaard
2009-06-08  5:47     ` Artem Bityutskiy
2009-06-08  6:32       ` Peter Korsgaard
2009-06-08  6:41         ` Artem Bityutskiy
2009-06-08  7:51           ` David Woodhouse
2009-06-08  7:54             ` Peter Korsgaard
2009-06-08 11:20 ` Ben Dooks
  -- strict thread matches above, loose matches on Subject: below --
2009-06-03 11:46 Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox