mtd: rawnand: mxc: implement exec_op
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 22 May 2024 05:39:52 +0000 (07:39 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 1 Jul 2024 09:51:39 +0000 (11:51 +0200)
commitd3dfbae6d4adee33deb804d28d10045878974471
tree84ae20ff5730c2594639a947c2be52b2b5879835
parent94beaa25c78e67787d72b9cf5765fdc5216b226e
mtd: rawnand: mxc: implement exec_op

This converts the driver to the more modern exec_op which gets us rid
of a bunch of legacy code. Tested on i.MX27 and i.MX25.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240522-mtd-nand-mxc-nand-exec-op-v4-2-75b611e0ac44@pengutronix.de
drivers/mtd/nand/raw/mxc_nand.c