]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mtd: rawnand: nuvoton: add new driver for the Nuvoton MA35 SoC
authorHui-Ping Chen <hpchen0nvt@gmail.com>
Fri, 6 Dec 2024 03:13:18 +0000 (03:13 +0000)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 24 Dec 2024 12:14:22 +0000 (13:14 +0100)
commit5abb5d414d550998a235de1161ac6bef240b0c29
tree36f94a62da8171d61b6243736bbea117b927f246
parentc20e06019087410832455d01c97e9f72f6bb1626
mtd: rawnand: nuvoton: add new driver for the Nuvoton MA35 SoC

Nuvoton MA35 SoCs NAND Flash Interface Controller
supports 2kiB, 4kiB and 8kiB page size, and up to
8-bit, 12-bit, and 24-bit hardware ECC calculation
circuit to protect data.

Signed-off-by: Hui-Ping Chen <hpchen0nvt@gmail.com>
[Miquel Raynal: Fixed compatible and driver name to match latest bindings]
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/Kconfig
drivers/mtd/nand/raw/Makefile
drivers/mtd/nand/raw/nuvoton-ma35d1-nand-controller.c [new file with mode: 0644]