Re: [PATCH v5 45/50] mtd: nand: vf610: switch to mtd_ooblayout_ops

2016-04-01 Thread Stefan Agner
On 2016-03-30 09:15, Boris Brezillon wrote: > Implementing the mtd_ooblayout_ops interface is the new way of exposing > ECC/OOB layout to MTD users. I think I sent this already in the last revision: Tested-by: Stefan Agner Acked-by: Stefan Agner -- Stefan >

Re: [PATCH v5 45/50] mtd: nand: vf610: switch to mtd_ooblayout_ops

2016-04-01 Thread Stefan Agner
On 2016-03-30 09:15, Boris Brezillon wrote: > Implementing the mtd_ooblayout_ops interface is the new way of exposing > ECC/OOB layout to MTD users. I think I sent this already in the last revision: Tested-by: Stefan Agner Acked-by: Stefan Agner -- Stefan > > Signed-off-by: Boris Brezillon

[PATCH v5 45/50] mtd: nand: vf610: 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/vf610_nfc.c | 34 -- 1 file changed, 4 insertions(+), 30 deletions(-)

[PATCH v5 45/50] mtd: nand: vf610: 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/vf610_nfc.c | 34 -- 1 file changed, 4 insertions(+), 30 deletions(-) diff --git