commit | b976168757f7f4adf05215884e8557aaa9f6792c | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@bootlin.com> | Thu Sep 06 14:05:20 2018 +0200 |
committer | Miquel Raynal <miquel.raynal@bootlin.com> | Wed Oct 03 11:12:25 2018 +0200 |
tree | d7d42c7f6a65a8f154d9a453f45bcee7d3ff2afa | |
parent | 00da2ea97229946450c8145d680db480b5da1f94 [diff] |
mtd: rawnand: Pass a nand_chip object to ecc->read_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->read_xxx() hooks at once. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Acked-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>