From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from www.osadl.org ([213.239.205.134] helo=mail.tglx.de) by pentafluge.infradead.org with esmtp (Exim 4.62 #1 (Red Hat Linux)) id 1FqFyW-0004uE-N1 for linux-mtd@lists.infradead.org; Tue, 13 Jun 2006 21:59:01 +0100 Subject: Re: DiskOn Chip Millennium Plus 32MB + INFTL From: Thomas Gleixner To: Husam In-Reply-To: <200606132120.51121.husamsenussi@gmail.com> References: <4488665D.5010908@kalikstein.com> <200606132042.44659.husamsenussi@gmail.com> <1150228587.11159.103.camel@shinybook.infradead.org> <200606132120.51121.husamsenussi@gmail.com> Content-Type: text/plain Date: Tue, 13 Jun 2006 22:59:49 +0200 Message-Id: <1150232389.5257.378.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: linux-mtd@lists.infradead.org, David Woodhouse Reply-To: tglx@linutronix.de List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2006-06-13 at 21:20 +0100, Husam wrote: > On Tuesday 13 June 2006 20:56, David Woodhouse wrote: > > On Tue, 2006-06-13 at 20:42 +0100, Husam wrote: > > > Yes it's not single 16-bit, could we add anther flag to NAND say > > > "NAND_INTERLEAVE" .. or maybe pass number of chips from device layer to > > > NAND layer. > > > > > > All we need to do I guess is to pass the right information so the NAND > > > layer can calculate the right size for page and to block. > > > > Can we do this by providing our own command function? > I guess we can ... but I thought the scan function is not replaceable We can add this to scan. Its not intrusive. tglx