[PATCH v2 0/3] mtd: rawnand: stm32_fmc2: add MP25 support

From: Christophe Kerello
Date: Mon Feb 19 2024 - 09:06:39 EST


FMC2 IP supports up to 4 chip select. On MP1 SoC, only 2 of them are
available when on MP25 SoC, the 4 chip select are available.

For MP1 SoCs, MDMA is used and the max burst size is 128.
For MP25 SoC, DMA3 is used and the max burst size is 64.

Changes in v2:
- dt-bindings commit message has been updated.
- V1 patch 10, 11 and 12 have been squashed and reworked.

Christophe Kerello (3):
dt-bindings: mtd: st,stm32: add MP25 support
mtd: rawnand: stm32_fmc2: use dma_get_slave_caps to get DMA max burst
mtd: rawnand: stm32_fmc2: add MP25 support

.../bindings/mtd/st,stm32-fmc2-nand.yaml | 25 +++++-
drivers/mtd/nand/raw/stm32_fmc2_nand.c | 83 +++++++++++++++----
2 files changed, 93 insertions(+), 15 deletions(-)

--
2.25.1