commit | 4da712e702941daa849ccd7fbcaa677dce7855b2 | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Fri Feb 16 15:22:48 2018 +0100 |
committer | Boris Brezillon <boris.brezillon@bootlin.com> | Sat Feb 17 09:29:50 2018 +0100 |
tree | ff2bf08c9d0df5316e6f6792c478cd2032e12929 | |
parent | 4df6ed4f0ac9a1bb776eabb5a669321b68296ff2 [diff] |
mtd: nand: fsmc: use ->exec_op() Remove the deprecated ->cmd_ctrl() implementation to use ->exec_op() in the fsmc_nand driver. Implement the ->select_chip() hook to avoid having to support the hack from the core that send a NAND_CMD_NONE with NAND_NCE to signal a deassertion of nCE. Also get rid of the last references to ->IO_ADDR_[R|W] that are not used anymore. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>