mtd: spinand: Delay a little bit the dirmap creation
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 27 Jan 2022 09:18:02 +0000 (10:18 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 10 Feb 2022 08:32:30 +0000 (09:32 +0100)
commitdc4c2cbf0be2d4a8e2a65013ea2815bb2c8ba949
treee116fc23d060c5e8cfdb7128e40f73fbf3a993fc
parenta433c2cbd75ab76f277364f44e76f32c7df306e7
mtd: spinand: Delay a little bit the dirmap creation

As we will soon tweak the dirmap creation to act a little bit
differently depending on the picked ECC engine, we need to initialize
dirmaps after ECC engines. This should not have any effect as dirmaps
are not yet used at this point.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://lore.kernel.org/linux-mtd/20220127091808.1043392-8-miquel.raynal@bootlin.com
drivers/mtd/nand/spi/core.c