commit | 716bbbabcc68c2b0e1b805d369c0bd58f4fdea30 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@bootlin.com> | Fri Sep 07 00:38:35 2018 +0200 |
committer | Miquel Raynal <miquel.raynal@bootlin.com> | Wed Oct 03 11:12:25 2018 +0200 |
tree | cad51ab1b97e3f7016ebe5f9e3ccbcd7060b69ef | |
parent | 82fc5099744e5f30cd8c9ee13075f28fb37e9518 [diff] |
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks All those hooks have been replaced by ->exec_op(). Move them to the nand_legacy struct. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>