commit | a411679fb5fd7ee2df64a55c23c81538ceeb6d06 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Mon Dec 07 22:46:45 2015 +0100 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Thu May 05 23:51:49 2016 +0200 |
tree | 38fe2b4bead9c9297085503341dc26c632822ebd | |
parent | 421e81c4c6c03a5f6cbc40ea208fb07ad5797e09 [diff] |
mtd: onenand: switch to mtd_ooblayout_ops Implementing the mtd_ooblayout_ops interface is the new way of exposing ECC/OOB layout to MTD users. Modify the onenand drivers to switch to this approach. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>