Re: [PATCH] mtd: rawnand: onfi: read parameter pages in one go

From: Sascha Hauer
Date: Thu May 16 2024 - 07:48:47 EST


On Thu, May 16, 2024 at 11:58:12AM +0200, Miquel Raynal wrote:
>
> miquel.raynal@xxxxxxxxxxx wrote on Thu, 16 May 2024 10:13:50 +0200:
>
> > Hi Sascha,
> >
> > s.hauer@xxxxxxxxxxxxxx wrote on Tue, 14 May 2024 15:41:40 +0200:
> >
> > > nand_read_data_op() is not supported by all NAND controllers.
> > > nand_change_read_column_op() is not supported or at least is hard to
> > > support by NAND controllers that use a different page layout than
> > > expected by the NAND core.
> >
> > I'm sorry but RNDOUT is not so hard to support, and I know no NAND
> > controller without this feature (I think even the first mxc controller
> > supports it?). However, the command does not exist on small page NANDs
> > (512 bytes).
>
> Nevermind, the ONFI spec (in all versions) states that RNDOUT are
> allowed during parameter page reads, regardless of the size of the chip
> (at least, that is not mentioned).

I could imagine that there are no ONFI compliant chips with small pages,
I don't know how to verify this though.

Anyway, this was a try to make reading the parameter pages a bit more
straight forward. It seems the MXC NAND controller can't support reading
three parameter pages in one go either. It works in software ECC mode
because I reverse the syndome type layout the controller introduces, but
it can't work with hardware ECC. So disregard this patch.

Sascha

--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |