mtd: rawnand: Avoid accessing NV-DDR timings from legacy code
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 5 May 2021 21:37:40 +0000 (23:37 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 26 May 2021 08:43:52 +0000 (10:43 +0200)
commitfee9c6d8f098f7054f97ec1dbcfb42a2a3238f23
tree4a2fb546100f6f73dd61155d5e4727540ba17b73
parent45606518f961b9e7adddc017e7813fa9f92b43fb
mtd: rawnand: Avoid accessing NV-DDR timings from legacy code

Legacy code should not benefit from newer features, especially in
helpers that have been deprecated for a very long time. People who want
NV-DDR support must migrate their driver to the ->exec_op() API.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210505213750.257417-13-miquel.raynal@bootlin.com
drivers/mtd/nand/raw/nand_legacy.c