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

2024-10-14 Thread Michael Nazzareno Trimarchi
Hi On Wed, Oct 9, 2024 at 10:24 AM Michael Nazzareno Trimarchi wrote: > > Hi > > On Mon, Jul 29, 2024 at 10:07 AM Eugen Hristev > wrote: > > > > On 7/25/24 12:41, Michael Nazzareno Trimarchi wrote: > > > Hi > > > > > > On Thu, Jul 25, 2024 at 11:36 AM > > > wrote: > > >> > > >> Acked-by: Balama

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

2024-10-09 Thread Zixun LI
Hi, sorry to bother, it seems like the patch is not picked up yet ? Zixun

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

2024-10-09 Thread Michael Nazzareno Trimarchi
Hi On Mon, Jul 29, 2024 at 10:07 AM Eugen Hristev wrote: > > On 7/25/24 12:41, Michael Nazzareno Trimarchi wrote: > > Hi > > > > On Thu, Jul 25, 2024 at 11:36 AM > > wrote: > >> > >> Acked-by: Balamanikandan Gunasundar > >> > >> > >> On 22/07/24 3:15 am, Zixun LI wrote: > >>> [Some people who r

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

2024-10-09 Thread Michael Nazzareno Trimarchi
Hi On Wed, Oct 9, 2024 at 10:22 AM Zixun LI wrote: > > Hi, sorry to bother, it seems like the patch is not picked up yet ? > > Zixun I will pick up today and prepare for next pull request Michael -- Michael Nazzareno Trimarchi Co-Founder & Chief Executive Officer M. +39 347 913 2170 mich...@a

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

2024-07-29 Thread Eugen Hristev
On 7/25/24 12:41, Michael Nazzareno Trimarchi wrote: > Hi > > On Thu, Jul 25, 2024 at 11:36 AM > wrote: >> >> Acked-by: Balamanikandan Gunasundar >> >> >> On 22/07/24 3:15 am, Zixun LI wrote: >>> [Some people who received this message don't often get email from >>> ad...@hifiphile.com. Learn wh

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

2024-07-25 Thread Michael Nazzareno Trimarchi
Hi On Thu, Jul 25, 2024 at 11:36 AM wrote: > > Acked-by: Balamanikandan Gunasundar > > > On 22/07/24 3:15 am, Zixun LI wrote: > > [Some people who received this message don't often get email from > > ad...@hifiphile.com. Learn why this is important at > > https://aka.ms/LearnAboutSenderIdentif

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

2024-07-25 Thread Balamanikandan.Gunasundar
Acked-by: Balamanikandan Gunasundar On 22/07/24 3:15 am, Zixun LI wrote: > [Some people who received this message don't often get email from > ad...@hifiphile.com. Learn why this is important at > https://aka.ms/LearnAboutSenderIdentification ] > > EXTERNAL EMAIL: Do not click links or open a

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

2024-07-22 Thread Zixun LI
When ECC parameters are not specified in DT, first try ONFI ECC parameters before fallback to maximum strength. It's the Linux driver behavior since the driver rewriting in f88fc12. >From then 2 nand system refactors have been done in 6a1b66d6 and 53576c7b, chip->ecc_strength_ds and chip->ecc_ste