[PATCH] MTD: mtdconcat NAND/Sibley support

Thomas Gleixner tglx at linutronix.de
Wed May 3 12:22:38 EDT 2006


On Wed, 2006-04-26 at 17:51 +0200, Jörn Engel wrote:
> > +	if (mtd->flags & MTD_PROGRAM_REGIONS) {
> > +		pagesize = MTD_PROGREGION_SIZE(mtd);
> > +	} else {
> > +		pagesize = mtd->oobblock;
> > +	}
> 
> Take a look at my tree:
> http://git.infradead.org/?p=users/joern/mtd-2.6.git;a=summary
> 
> Once writesize is in, this part can just go.

And we should get rid of the _ecc variants too. Nothing outside of the
flash chip driver itself needs to be aware of them. Hopefully I come
around to clean that up along with the oob mess in the next weeks.

	tglx








More information about the linux-mtd mailing list