]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: spinand: Fill a default ECC provider/algorithm
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 30 Sep 2020 15:41:09 +0000 (17:41 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 10 Dec 2020 21:37:30 +0000 (22:37 +0100)
commitb91552971e9c5fe0776c6f82693781a1568c2f03
tree7513ca05d220e69799ef80839e8d0d8d9e4ebedb
parentf0bd0c1105f48636ff2211c7d139dbc793a8c47a
mtd: spinand: Fill a default ECC provider/algorithm

The SPI-NAND layer default is on-die ECC because until now it was the
only one supported. New SPI-NAND chip flavors might use something else
as ECC engine provider but this will always be the default if the user
does not choose explicitly something else.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20200930154109.3922-6-miquel.raynal@bootlin.com
drivers/mtd/nand/spi/core.c