]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lpc32xx: mtd: nand: add MLC NAND controller
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>
Tue, 31 Mar 2015 09:40:44 +0000 (11:40 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:39:36 +0000 (14:39 +0200)
commit4c5157e585701d11481079a8728c46a3eefddd91
tree10913c70788f38e9d695fe879d94383a1cf05b5f
parentdb3f80bde87ffeaefd4f9e2ca0e8da991b7367c6
lpc32xx: mtd: nand: add MLC NAND controller

The controller's Reed-Solomon ECC hardware is
used except of course for raw reads and writes.
It covers in- and out-of-band data together.

The SPL framework is supported.

Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
arch/arm/cpu/arm926ejs/lpc32xx/devices.c
arch/arm/include/asm/arch-lpc32xx/clk.h
arch/arm/include/asm/arch-lpc32xx/sys_proto.h
drivers/mtd/nand/Makefile
drivers/mtd/nand/lpc32xx_nand_mlc.c [new file with mode: 0644]