This series adds support for the NAND Flash Controller on the AC5/AC5X SOC. It needs to be applied on top of two other recent series [1] (applied to mtd/fixes, not yet in mainline) [2] (v7 out for review). I've tried to stick to the minimal changes required to get the NFC working on the board I have (AC5X + S34ML02G2). Marvell's SDK has hard coded tables of ndtr values for the different timing modes but so far that seems unnecessary. [1] - https://lore.kernel.org/linux-mtd/20230525003154.2303012-1-chris.packham@xxxxxxxxxxxxxxxxxxx/raw [2] - https://lore.kernel.org/linux-mtd/20230530235456.1009082-1-chris.packham@xxxxxxxxxxxxxxxxxxx/raw Chris Packham (2): dt-bindings: mtd: Add AC5 specific binding mtd: rawnand: marvell: add support for AC5 SoC .../bindings/mtd/marvell,nand-controller.yaml | 1 + drivers/mtd/nand/raw/Kconfig | 2 +- drivers/mtd/nand/raw/marvell_nand.c | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) -- 2.40.1