Re: [PATCH] mtd: rawnand: stm32_fmc2: remove unsupported EDO mode

2023-04-19 Thread Patrice CHOTARD
On 4/11/23 08:53, Patrice CHOTARD wrote: > Hi Christophe > > On 3/30/23 11:16, Christophe Kerello wrote: >> Remove the EDO mode support from as the FMC2 controller does not >> support the feature. >> >> Signed-off-by: Christophe Kerello >> --- >> >> drivers/mtd/nand/raw/stm32_fmc2_nand.c | 3

Re: [PATCH] mtd: rawnand: stm32_fmc2: remove unsupported EDO mode

2023-04-10 Thread Patrice CHOTARD
Hi Christophe On 3/30/23 11:16, Christophe Kerello wrote: > Remove the EDO mode support from as the FMC2 controller does not > support the feature. > > Signed-off-by: Christophe Kerello > --- > > drivers/mtd/nand/raw/stm32_fmc2_nand.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git

[PATCH] mtd: rawnand: stm32_fmc2: remove unsupported EDO mode

2023-03-30 Thread Christophe Kerello
Remove the EDO mode support from as the FMC2 controller does not support the feature. Signed-off-by: Christophe Kerello --- drivers/mtd/nand/raw/stm32_fmc2_nand.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mtd/nand/raw/stm32_fmc2_nand.c b/drivers/mtd/nand/raw/stm32_fmc2_nan