u-boot-brain/drivers/mtd/nand
Christophe Kerello 7bb75023a7 mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driver
The driver adds the support for the STMicroelectronics FMC2 NAND
Controller found on STM32MP SOCs.

This patch adds the polling mode, a basic mode that do not need
any DMA channels.

Only NAND_ECC_HW mode is actually supported.
The driver supports a maximum 8k page size.
The following ECC strength and step size are currently supported:
 - nand-ecc-strength = <8>, nand-ecc-step-size = <512> (BCH8)
 - nand-ecc-strength = <4>, nand-ecc-step-size = <512> (BCH4)
 - nand-ecc-strength = <1>, nand-ecc-step-size = <512> (Extended ECC
   based on Hamming)

This patch has been tested on Micron MT29F8G08ABACAH4.

Signed-off-by: Christophe Kerello <christophe.kerello@st.com>
2019-04-12 16:09:13 +02:00
..
raw mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driver 2019-04-12 16:09:13 +02:00
spi mtd: nand: spi: Add Gigadevice SPI NAND support 2018-10-04 18:24:24 +05:30
bbt.c mtd: nand: Add core infrastructure to deal with NAND devices 2018-09-20 20:10:49 +05:30
core.c mtd: nand: Add core infrastructure to deal with NAND devices 2018-09-20 20:10:49 +05:30
Kconfig mtd: nand: Add core infrastructure to support SPI NANDs 2018-09-20 20:10:49 +05:30
Makefile mtd: nand: Add core infrastructure to support SPI NANDs 2018-09-20 20:10:49 +05:30