On 2/12/24 18:48, Christophe Kerello wrote:
Add MP25 SOC support in stm32_fmc2 drivers:
- Update stm32-fmc2-ebi driver to support FMC2 revision 2 and MP25 SOC.
- Update stm32_fmc2_nand driver to support FMC2 revision 2 and MP25 SOC.
Hi Miquel,
Don't waste time reviewing this first patchset because I rewrote the
NAND part.
Patch V2 will be sent next week.
Regards,
Christophe Kerello.
Christophe Kerello (11):
dt-bindings: memory-controller: st,stm32: add MP25 support
memory: stm32-fmc2-ebi: add a platform data structure
memory: stm32-fmc2-ebi: add MP25 support
memory: stm32-fmc2-ebi: update the driver to support revision 2
memory: stm32-fmc2-ebi: add RIF support
memory: stm32-fmc2-ebi: add runtime PM support
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 a platform data structure
mtd: rawnand: stm32_fmc2: add MP25 support
mtd: rawnand: stm32_fmc2: update the driver to support revision 2
Patrick Delaunay (1):
dt-bindings: memory-controller: st,stm32: add 'power-domains' property
.../memory-controllers/st,stm32-fmc2-ebi.yaml | 7 +-
.../bindings/mtd/st,stm32-fmc2-nand.yaml | 58 ++-
drivers/memory/stm32-fmc2-ebi.c | 445 ++++++++++++++++--
drivers/mtd/nand/raw/stm32_fmc2_nand.c | 108 ++++-
4 files changed, 547 insertions(+), 71 deletions(-)