mtd: rawnand: micron: Adapt the PAGE READ flow to constraint controllers
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 19 May 2020 13:08:34 +0000 (15:08 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Sun, 24 May 2020 18:48:11 +0000 (20:48 +0200)
commitf0689802850beaf02dab79029a60eafdc617697f
tree72cdc27980ddad6e0a879900f7cb6eb1a6384f89
parent767727b927aa48e429c6fa92d4b55cc235fffe95
mtd: rawnand: micron: Adapt the PAGE READ flow to constraint controllers

There are controllers not able to just read data cycles on the
bus. There are controllers not able to do a change column.

If we want to support both, we need to check which operation is
supported first. This is the exact same mechanism that is in use for
parameter page reads (ONFI/JEDEC) as the same problem occurs.

Speed testing does not show any throughput penalty so we do not
optimize more than that. However it is likely that, in the future, a
more robust and exhaustive test will run at boot time to avoid
re-checking what is supported and what is not at every call.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://lore.kernel.org/linux-mtd/20200519130834.2918-1-miquel.raynal@bootlin.com
drivers/mtd/nand/raw/nand_micron.c