Re: [PATCH] mtd: rawnand: stm32_fmc2: add NAND Write Protect support

2022-03-15 Thread Patrice CHOTARD
Hi Christophe On 2/22/22 17:38, Christophe Kerello wrote: > This patch adds the support of the WP# signal. WP will be disabled > before the first access to the NAND flash. > > Signed-off-by: Christophe Kerello > --- > > drivers/mtd/nand/raw/stm32_fmc2_nand.c | 9 + > 1 file changed, 9

Re: [PATCH] mtd: rawnand: stm32_fmc2: add NAND Write Protect support

2022-02-23 Thread Patrice CHOTARD
Hi Christophe On 2/22/22 17:38, Christophe Kerello wrote: > This patch adds the support of the WP# signal. WP will be disabled > before the first access to the NAND flash. > > Signed-off-by: Christophe Kerello > --- > > drivers/mtd/nand/raw/stm32_fmc2_nand.c | 9 + > 1 file changed, 9

[PATCH] mtd: rawnand: stm32_fmc2: add NAND Write Protect support

2022-02-22 Thread Christophe Kerello
This patch adds the support of the WP# signal. WP will be disabled before the first access to the NAND flash. Signed-off-by: Christophe Kerello --- drivers/mtd/nand/raw/stm32_fmc2_nand.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/mtd/nand/raw/stm32_fmc2_nand.c b/drive