Re: [PATCH] mtd: nand: raw: atmel: Use ONFI ECC params if available

2024-07-25 Thread Balamanikandan.Gunasundar
Hi, On 19/07/24 1:17 am, Michael Nazzareno Trimarchi wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > Hi > > On Thu, Jul 18, 2024 at 9:40 PM Zixun Li wrote: >> >> On 10/07/2024 09:28, Alexander Dahl wrote: >> >>> Despite the missing spac

RE: [PATCH] mtd: nand: raw: atmel: Use ONFI ECC params if available

2024-07-18 Thread Zixun Li
On 10/07/2024 09:28, Alexander Dahl wrote: > Despite the missing space between 'if' and the opening bracket (checkpatch > should have told you?) this looks very much like what got into linux with > v4.11 > but was changed/reworked multiple times afterwards. I wonder why this was > not ported to

Re: [PATCH] mtd: nand: raw: atmel: Use ONFI ECC params if available

2024-07-18 Thread Michael Nazzareno Trimarchi
Hi On Thu, Jul 18, 2024 at 9:40 PM Zixun Li wrote: > > On 10/07/2024 09:28, Alexander Dahl wrote: > > > Despite the missing space between 'if' and the opening bracket (checkpatch > > should have told you?) this looks very much like what got into linux with > > v4.11 > > but was changed/reworked

Re: [PATCH] mtd: nand: raw: atmel: Use ONFI ECC params if available

2024-07-10 Thread Alexander Dahl
Hello, Am Tue, Jul 09, 2024 at 10:28:12PM + schrieb Zixun Li: > When ECC parameters are not specified in DT, first try ONFI ECC parameters > before fallback to maximum strength. To be inline with kernel driver behavior. > > Signed-off-by: Zixun LI > --- > drivers/mtd/nand/raw/atmel/nand-con

[PATCH] mtd: nand: raw: atmel: Use ONFI ECC params if available

2024-07-09 Thread Zixun Li
When ECC parameters are not specified in DT, first try ONFI ECC parameters before fallback to maximum strength. To be inline with kernel driver behavior. Signed-off-by: Zixun LI --- drivers/mtd/nand/raw/atmel/nand-controller.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/mtd/n