]> asedeno.scripts.mit.edu Git - linux.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)
commitf223713f15171855526232cd71b2dd96eafeb363
treec0a059cb6e5bfdf3ccce9f63a7f214cbc79483d8
parent88aa3bbfc020d14b13d67af3f5c08aa992d82cd8
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