]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: qcom: check for operation errors in case of raw read
authorAbhishek Sahu <absahu@codeaurora.org>
Wed, 20 Jun 2018 07:27:39 +0000 (12:57 +0530)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 18 Jul 2018 07:24:09 +0000 (09:24 +0200)
commit028dbdb21233172e944caac4d81b2412b2358a5c
tree20b8e1b2b2eb8425dc2075fbc8107e0f66f27c2a
parent8dc26a2faea4eea67ad8d90b894440bf537dfabf
mtd: rawnand: qcom: check for operation errors in case of raw read

Currently there is no error checking for raw read. For raw
reads, there won’t be any ECC failure but the operational
failures are possible, so schedule the NAND_FLASH_STATUS read
after each codeword.

Signed-off-by: Abhishek Sahu <absahu@codeaurora.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/qcom_nandc.c