2023-03-27 09:52:35

by Christophe Kerello

[permalink] [raw]
Subject: [PATCH v2 0/2] mtd: rawnand: stm32_fmc2: do not support EDO mode

The first patch removes EDO mode support from FMC2 driver as the controller
does not support the feature and has to be applied on Kernel LTS. The second
patch uses timings.mode instead of checking tRC_min timing for Kernel next.

Changes in v2:
- second patch added for Kernel next

Christophe Kerello (2):
mtd: rawnand: stm32_fmc2: do not support EDO mode
mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_min

drivers/mtd/nand/raw/stm32_fmc2_nand.c | 3 +++
1 file changed, 3 insertions(+)

--
2.25.1


2023-03-27 10:14:46

by Tudor Ambarus

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] mtd: rawnand: stm32_fmc2: do not support EDO mode



On 3/27/23 10:47, Christophe Kerello wrote:

Hi!

> The first patch removes EDO mode support from FMC2 driver as the controller
> does not support the feature and has to be applied on Kernel LTS. The second
> patch uses timings.mode instead of checking tRC_min timing for Kernel next.
>

Would have been good if you specified that the fix is needed for v5.4+
and that the timings.mode was introduced in v5.8, it would have spared
readers of checking if two patches are really needed. No need to resubmit.

> Changes in v2:
> - second patch added for Kernel next
>
> Christophe Kerello (2):
> mtd: rawnand: stm32_fmc2: do not support EDO mode
> mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_min
>
> drivers/mtd/nand/raw/stm32_fmc2_nand.c | 3 +++
> 1 file changed, 3 insertions(+)
>