mtd: nand: Add a new helper to retrieve the ECC context
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 16 Dec 2021 11:16:39 +0000 (12:16 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Sun, 23 Jan 2022 11:36:23 +0000 (12:36 +0100)
commitcda32a618debd3fad8e42757b198719ae180f8f4
tree21085cdeb44b67c993be0c965cb6817f417fab62
parent96489c1c0b53131b0e1ec33e2060538379ad6152
mtd: nand: Add a new helper to retrieve the ECC context

Introduce nand_to_ecc_ctx() which will allow to easily jump to the
private pointer of an ECC context given a NAND device. This is very
handy, from the prepare or finish ECC hook, to get the internal context
out of the NAND device object.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20211216111654.238086-14-miquel.raynal@bootlin.com
include/linux/mtd/nand.h