Re: [PATCH 1/2] Fix FSL NAND driver to read all ONFI parameter pages

2018-05-02 Thread Boris Brezillon
On Tue, 1 May 2018 05:01:23 + "Wan, Jane (Nokia - US/Sunnyvale)" wrote: > Hi Miquèl and Boris, > > Thank you for your response and feedback. I've modified the fix based on > your comments. > Please see the updated patch file at the end of this message (also in >

Re: [PATCH 1/2] Fix FSL NAND driver to read all ONFI parameter pages

2018-05-02 Thread Boris Brezillon
On Tue, 1 May 2018 05:01:23 + "Wan, Jane (Nokia - US/Sunnyvale)" wrote: > Hi Miquèl and Boris, > > Thank you for your response and feedback. I've modified the fix based on > your comments. > Please see the updated patch file at the end of this message (also in > attachment). > My

Re: [PATCH 1/2] Fix FSL NAND driver to read all ONFI parameter pages

2018-05-02 Thread Miquel Raynal
Hi Jane, On Tue, 1 May 2018 05:01:23 +, "Wan, Jane (Nokia - US/Sunnyvale)" wrote: > Hi Miquèl and Boris, > > Thank you for your response and feedback. I've modified the fix based on > your comments. > Please see the updated patch file at the end of this message

Re: [PATCH 1/2] Fix FSL NAND driver to read all ONFI parameter pages

2018-05-02 Thread Miquel Raynal
Hi Jane, On Tue, 1 May 2018 05:01:23 +, "Wan, Jane (Nokia - US/Sunnyvale)" wrote: > Hi Miquèl and Boris, > > Thank you for your response and feedback. I've modified the fix based on > your comments. > Please see the updated patch file at the end of this message (also in > attachment).

RE: [PATCH 1/2] Fix FSL NAND driver to read all ONFI parameter pages

2018-04-30 Thread Wan, Jane (Nokia - US/Sunnyvale)
Boris Brezillon <boris.brezil...@bootlin.com> Subject: Re: [PATCH 1/2] Fix FSL NAND driver to read all ONFI parameter pages Hi Jane, You forgot to Cc the right maintainers, please use ./scripts/get_maintainer.pl for that. [Jane] Added through 4.17-rc1 get_maintainer.pl. I was running the

RE: [PATCH 1/2] Fix FSL NAND driver to read all ONFI parameter pages

2018-04-30 Thread Wan, Jane (Nokia - US/Sunnyvale)
4:42 AM To: Wan, Jane (Nokia - US/Sunnyvale) Cc: dw...@infradead.org; computersforpe...@gmail.com; Bos, Ties (Nokia - US/Sunnyvale) ; linux-...@lists.infradead.org; linux-kernel@vger.kernel.org; Boris Brezillon Subject: Re: [PATCH 1/2] Fix FSL NAND driver to read all ONFI parameter pages Hi Jane, You f

Re: [PATCH 1/2] Fix FSL NAND driver to read all ONFI parameter pages

2018-04-30 Thread Boris Brezillon
Hi Jane, On Thu, 26 Apr 2018 17:19:55 -0700 Jane Wan wrote: > Signed-off-by: Jane Wan > --- > drivers/mtd/nand/fsl_ifc_nand.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git a/drivers/mtd/nand/fsl_ifc_nand.c

Re: [PATCH 1/2] Fix FSL NAND driver to read all ONFI parameter pages

2018-04-30 Thread Boris Brezillon
Hi Jane, On Thu, 26 Apr 2018 17:19:55 -0700 Jane Wan wrote: > Signed-off-by: Jane Wan > --- > drivers/mtd/nand/fsl_ifc_nand.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git a/drivers/mtd/nand/fsl_ifc_nand.c b/drivers/mtd/nand/fsl_ifc_nand.c > index

Re: [PATCH 1/2] Fix FSL NAND driver to read all ONFI parameter pages

2018-04-28 Thread Miquel Raynal
Hi Jane, You forgot to Cc the right maintainers, please use ./scripts/get_maintainer.pl for that. > Signed-off-by: Jane Wan Please add a description of what your are doing in the commit message. The description in the cover letter is good, you can copy the relevant section

Re: [PATCH 1/2] Fix FSL NAND driver to read all ONFI parameter pages

2018-04-28 Thread Miquel Raynal
Hi Jane, You forgot to Cc the right maintainers, please use ./scripts/get_maintainer.pl for that. > Signed-off-by: Jane Wan Please add a description of what your are doing in the commit message. The description in the cover letter is good, you can copy the relevant section here. > --- >