diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2020-05-19 09:45:49 +0200 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2020-05-26 21:37:25 +0200 |
commit | 88ffef1b65cf989b2dfea6374caff804fca6ec32 (patch) | |
tree | 8b858e248bc883e44e0e0e97ca93ed0e93b6b5f9 /drivers/mtd/nand/raw/ams-delta.c | |
parent | 197b88fecc50ee3c7a22415db81eae0b9126f20e (diff) |
mtd: rawnand: arasan: Support the hardware BCH ECC engine
Add support for the hardware ECC BCH engine.
Please mind that this engine has an important limitation:
BCH implementation does not inform the user when an uncorrectable ECC
error occurs. To workaround this, we avoid using the hardware engine
in the read path and do the computation with the software BCH
implementation, which is faster than mixing hardware (for correction)
and software (for verification).
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://lore.kernel.org/linux-mtd/20200519074549.23673-9-miquel.raynal@bootlin.com
Diffstat (limited to 'drivers/mtd/nand/raw/ams-delta.c')
0 files changed, 0 insertions, 0 deletions