[PATCH 0/3] mtd: rawnand: marvell: add support for AC5 SoC

Vadym Kochan vadym.kochan at plvision.eu
Wed Oct 19 01:20:37 PDT 2022


This series adds support for AC5 SoC.

The following changes were made to add AC5 support:

   1) Modify Marvell nand NFC timing set for mode 0

   2) fix validation in AC5 Nand driver for ONFI timings values modes 1 and 3

   3) remove unnecessary nand timing-mode in device tree of ac5.dtsi

   4) add nand missing AC5X layouts , add option to use ndtr predefined values

   5) Zero steps and total fields of ecc in ecc controller initialization so
      nand_scan_tail() will calculate these two fields, otherwise
      NAND initialization will fail with kernel 5.15 and above.

Aviram Dali (2):
  dt-bindings: mtd: Add AC5 specific binding
  mtd: rawnand: marvell: add support for AC5 SoC

Vadym Kochan (1):
  mtd: rawnand: Partially revert 4114f97c41cd ("mtd: rawnand: Get rid of
    a few unused definitions")

 .../devicetree/bindings/mtd/marvell-nand.txt  |   1 +
 drivers/mtd/nand/raw/Kconfig                  |   2 +-
 drivers/mtd/nand/raw/marvell_nand.c           | 277 ++++++++++++++++--
 drivers/mtd/nand/raw/nand_timings.c           |  14 +
 include/linux/mtd/rawnand.h                   |   3 +
 5 files changed, 264 insertions(+), 33 deletions(-)

-- 
2.17.1




More information about the linux-mtd mailing list