Re: [PATCH v2 02/14] mtd: rawnand: denali: use helper function for ecc setup

2018-05-22 Thread Abhishek Sahu
On 2018-05-21 20:00, Miquel Raynal wrote: Hi Abhishek, On Thu, 3 May 2018 17:50:29 +0530, Abhishek Sahu wrote: Now, the NAND base layer has helper function for ecc parameters setup which does the same thing. Even if this message has a meaning in the series, I would prefer something more ge

Re: [PATCH v2 02/14] mtd: rawnand: denali: use helper function for ecc setup

2018-05-21 Thread Miquel Raynal
Hi Abhishek, On Thu, 3 May 2018 17:50:29 +0530, Abhishek Sahu wrote: > Now, the NAND base layer has helper function for ecc > parameters setup which does the same thing. Even if this message has a meaning in the series, I would prefer something more generic like: "Use the NAND core helper fun

[PATCH v2 02/14] mtd: rawnand: denali: use helper function for ecc setup

2018-05-03 Thread Abhishek Sahu
Now, the NAND base layer has helper function for ecc parameters setup which does the same thing. CC: Masahiro Yamada Signed-off-by: Abhishek Sahu --- * Changes from v1: NEW PATCH drivers/mtd/nand/raw/denali.c | 30 ++ 1 file changed, 2 insertions(+), 28 deletions