Re: [PATCH v3 48/52] mtd: nand: vf610: switch to mtd_ooblayout_ops

2016-02-26 Thread Boris Brezillon
Hi Stephan, On Fri, 26 Feb 2016 11:43:46 -0800 Stefan Agner wrote: > Hi Boris, > > On 2016-02-25 16:57, Boris Brezillon wrote: > > Implementing the mtd_ooblayout_ops interface is the new way of exposing > > ECC/OOB layout to MTD users. > > > > Signed-off-by: Boris Brezillon > > --- > > drive

Re: [PATCH v3 48/52] mtd: nand: vf610: switch to mtd_ooblayout_ops

2016-02-26 Thread Stefan Agner
Hi Boris, On 2016-02-25 16:57, Boris Brezillon wrote: > 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/vf610_nfc.c | 34 -- > 1 file changed, 4 ins

[PATCH v3 48/52] mtd: nand: vf610: switch to mtd_ooblayout_ops

2016-02-25 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/vf610_nfc.c | 34 -- 1 file changed, 4 insertions(+), 30 deletions(-) diff --git a/drivers/mtd/nand/vf610_nfc.