Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a722932a authored by Stefan Agner's avatar Stefan Agner Committed by Boris Brezillon
Browse files

mtd: rawnand: vf610_nfc: support ONFI SET/GET_FEATURES commands



With the move to ->exec_op() the driver should now support ONFI
SET/GET_FEATURES commands.

Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
Reviewed-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@bootlin.com>
parent ecc40b8d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -814,8 +814,6 @@ static int vf610_nfc_probe(struct platform_device *pdev)

	chip->exec_op = vf610_nfc_exec_op;
	chip->select_chip = vf610_nfc_select_chip;
	chip->onfi_set_features = nand_onfi_get_set_features_notsupp;
	chip->onfi_get_features = nand_onfi_get_set_features_notsupp;

	chip->options |= NAND_NO_SUBPAGE_WRITE;