commit | 767eb6fbdedb7d8b9c7a87d640a8bc8091eba002 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@bootlin.com> | Thu Sep 06 14:05:21 2018 +0200 |
committer | Miquel Raynal <miquel.raynal@bootlin.com> | Wed Oct 03 11:12:25 2018 +0200 |
tree | 4cfde7b9eeb634080e423cf65d3679d8716c8299 | |
parent | b976168757f7f4adf05215884e8557aaa9f6792c [diff] |
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks Let's make the raw NAND API consistent by patching all helpers and hooks to take a nand_chip object instead of an mtd_info one or remove the mtd_info object when both are passed. Let's tackle all ecc->write_xxx() hooks at once. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>