Re: [PATCH v5 34/50] mtd: nand: gpmi: switch to mtd_ooblayout_ops

2016-04-12 Thread Boris Brezillon
On Tue, 12 Apr 2016 22:27:58 + Han Xu wrote: > > I am fine with all gpmi patch set and tested on i.MX6Q, just found another > issue in gpmi driver. > The patch was sent, refer to https://patchwork.ozlabs.org/patch/609755/ Oh, was it related to the changes introduced by this series? > >

[PATCH v5 34/50] mtd: nand: gpmi: switch to mtd_ooblayout_ops

2016-03-30 Thread Boris Brezillon
Implementing the mtd_ooblayout_ops interface is the new way of exposing ECC/OOB layout to MTD users. Signed-off-by: Boris Brezillon --- drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 52 ++ 1 file changed, 40 insertions(+), 12 deletions(-) diff --git a/drivers/mtd/nand