Re: [PATCH 2/2] Use bit-wise majority to recover the contents of ONFI parameter

2018-05-02 Thread Boris Brezillon
On Wed, 2 May 2018 12:25:45 +0200 Boris Brezillon wrote: > Hi Jane, > > On Thu, 26 Apr 2018 17:19:56 -0700 > Jane Wan wrote: > > > Signed-off-by: Jane Wan > > --- > > drivers/mtd/nand/nand_base.c | 35 +++ > > 1 file changed, 31 insertions(+), 4 deletions(-)

Re: [PATCH 2/2] Use bit-wise majority to recover the contents of ONFI parameter

2018-05-02 Thread Boris Brezillon
Hi Jane, On Thu, 26 Apr 2018 17:19:56 -0700 Jane Wan wrote: > Signed-off-by: Jane Wan > --- > drivers/mtd/nand/nand_base.c | 35 +++ > 1 file changed, 31 insertions(+), 4 deletions(-) > > diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.

RE: [PATCH 2/2] Use bit-wise majority to recover the contents of ONFI parameter

2018-04-30 Thread Wan, Jane (Nokia - US/Sunnyvale)
nyvale) ; linux-...@lists.infradead.org; linux-kernel@vger.kernel.org; Boris Brezillon Subject: Re: [PATCH 2/2] Use bit-wise majority to recover the contents of ONFI parameter Hi Jane, Same comments as before, please: get the right maintainers, add a commit log, rebase and fix the title prefix. [Ja

Re: [PATCH 2/2] Use bit-wise majority to recover the contents of ONFI parameter

2018-04-28 Thread Miquel Raynal
Hi Jane, Same comments as before, please: get the right maintainers, add a commit log, rebase and fix the title prefix. Have you ever needed/tried this algorithm before? On Thu, 26 Apr 2018 17:19:56 -0700, Jane Wan wrote: > Signed-off-by: Jane Wan > --- > drivers/mtd/nand/nand_base.c | 35

[PATCH 2/2] Use bit-wise majority to recover the contents of ONFI parameter

2018-04-26 Thread Jane Wan
Signed-off-by: Jane Wan --- drivers/mtd/nand/nand_base.c | 35 +++ 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index c2e1232..161b523 100644 --- a/drivers/mtd/nand/nand_base.c +++ b/dr