]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: Give the possibility to verify a read operation is supported
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 7 May 2020 10:52:36 +0000 (12:52 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 11 May 2020 07:51:42 +0000 (09:51 +0200)
commita825b5b64b5381914b403ac519771d4dbfd08c29
tree8fca744c4f369c6d9bc9f223460bac30433d587c
parent3e1422ddc9d26878e3ed18f0dada4dfbbaf9d2bb
mtd: rawnand: Give the possibility to verify a read operation is supported

This can be used to discriminate between two path in the parameter
page detection: use data_in cycles (like before) if supported, use the
CHANGE READ COLUMN command otherwise.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://lore.kernel.org/linux-mtd/20200507105241.14299-9-miquel.raynal@bootlin.com
drivers/mtd/nand/raw/fsmc_nand.c
drivers/mtd/nand/raw/marvell_nand.c
drivers/mtd/nand/raw/nand_base.c
drivers/mtd/nand/raw/nand_jedec.c
drivers/mtd/nand/raw/nand_legacy.c
drivers/mtd/nand/raw/nand_micron.c
drivers/mtd/nand/raw/nand_onfi.c
include/linux/mtd/rawnand.h