Re: [PATCH v3 1/4] mtd: rawnand: marvell: Handle on-die ECC

2018-06-20 Thread Chris Packham
On 20/06/18 19:47, Boris Brezillon wrote: > Hi Chris, > > On Wed, 20 Jun 2018 17:05:41 +1200 > Chris Packham wrote: > >> From the controllers point of view this is the same as no or >> software only ECC. >> >> Reviewed-by: Boris Brezillon > > I'm nitpicking, but we usually put the R-b/A-b tag

Re: [PATCH v3 1/4] mtd: rawnand: marvell: Handle on-die ECC

2018-06-20 Thread Boris Brezillon
Hi Chris, On Wed, 20 Jun 2018 17:05:41 +1200 Chris Packham wrote: > From the controllers point of view this is the same as no or > software only ECC. > > Reviewed-by: Boris Brezillon I'm nitpicking, but we usually put the R-b/A-b tags after the author SoB. > Signed-off-by: Chris Packham > -

[PATCH v3 1/4] mtd: rawnand: marvell: Handle on-die ECC

2018-06-19 Thread Chris Packham
>From the controllers point of view this is the same as no or software only ECC. Reviewed-by: Boris Brezillon Signed-off-by: Chris Packham --- Changes in v2: - New Changes in v3: - Add review from Boris drivers/mtd/nand/raw/marvell_nand.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dri