public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/3] mtd: sh_flctl: Probe SNAND_E flag from NAND chip
@ 2012-09-26  9:05 Bastian Hecht
  2012-09-26  9:05 ` [PATCH 2/3] mtd: sh_flctl: Add device tree support Bastian Hecht
  2012-09-26  9:05 ` [PATCH 3/3] mtd: sh_flctl: Add sh7372 device tree config Bastian Hecht
  0 siblings, 2 replies; 3+ messages in thread
From: Bastian Hecht @ 2012-09-26  9:05 UTC (permalink / raw)
  To: linux-mtd; +Cc: Magnus Damm, linux-sh

SNAND_E indicates whether we deal with 512kB or 2048kB page sizes. We
can probe this from the NAND chip itself and don't need to specify it in
the platform data anymore.

Signed-off-by: Bastian Hecht <hechtb@gmail.com>
---
Based on l2-mtd with reverted commit e26c113b4130aefa1d8446602bb5b05cfd646bfe
and the 2 patches posted 3 days ago (09/23)
mtd: sh_flctl: Setup and release DMA channels
and
mtd: sh_flctl: Use DMA for data fifo FLTDFIFO when available

 drivers/mtd/nand/sh_flctl.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/nand/sh_flctl.c b/drivers/mtd/nand/sh_flctl.c
index 0d90af8..8f0bed1 100644
--- a/drivers/mtd/nand/sh_flctl.c
+++ b/drivers/mtd/nand/sh_flctl.c
@@ -970,6 +970,7 @@ static int flctl_chip_init_tail(struct mtd_info *mtd)
 		}
 	} else {
 		flctl->page_size = 1;
+		flctl->flcmncr_base |= SNAND_E;
 		if (chip->chipsize > (128 << 20)) {
 			/* big than 128MB */
 			flctl->rw_ADRCNT = ADRCNT2_E;
-- 
1.7.5.4

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

end of thread, other threads:[~2012-09-26  9:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26  9:05 [PATCH 1/3] mtd: sh_flctl: Probe SNAND_E flag from NAND chip Bastian Hecht
2012-09-26  9:05 ` [PATCH 2/3] mtd: sh_flctl: Add device tree support Bastian Hecht
2012-09-26  9:05 ` [PATCH 3/3] mtd: sh_flctl: Add sh7372 device tree config Bastian Hecht

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