]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: toshiba: Add support for Toshiba Memory BENAND (Built-in ECC NAND)
authorKOBAYASHI Yoshitake <yoshitake.kobayashi@toshiba.co.jp>
Sat, 4 Aug 2018 05:25:52 +0000 (14:25 +0900)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 4 Sep 2018 21:37:19 +0000 (23:37 +0200)
commit74eb07b066c26ec7cba3fbe3cd5d4dd471136c2d
treec0a059cb6e5bfdf3ccce9f63a7f214cbc79483d8
parent859c60e1b9ce6ed596275c79d6992e7bf32c935e
mtd: rawnand: toshiba: Add support for Toshiba Memory BENAND (Built-in ECC NAND)

This patch is a patch to support TOSHIBA MEMORY CORPORATION BENAND
memory devices.  Check the status of the built-in ECC with the Read
Status command without using the vendor specific command.  The Read
Status command only knows whether there was bitflips above the
threshold and can not get accurate bitflips.  For now, I set
max_bitflips mtd->bitflip_threshold.

Signed-off-by: KOBAYASHI Yoshitake <yoshitake.kobayashi@toshiba.co.jp>
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/nand_toshiba.c