commit | e72017a335ccbe2a73a9b57b32bf4625f6e81160 | [log] [tgz] |
---|---|---|
author | Sylvain Lemieux <slemieux@tycoint.com> | Thu Aug 13 15:40:20 2015 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 18 13:45:56 2015 -0400 |
tree | dc0dce1ca38e8ca90fc10236a81017b009bb7f86 | |
parent | a6e30ef5e21037f1367b8de04a9361f2d5700c3c [diff] |
nand: lpc32xx: add hardware ECC support Incorporate NAND SLC hardware ECC support from legacy LPCLinux NXP BSP. The code taken from the legacy patch is: - lpc32xx SLC NAND driver (hardware ECC support) - lpc3250 header file missing SLC NAND registers definition The legacy driver was updated and clean-up as part of the integration with the existing NAND SLC driver. Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com> Tested-by: Vladimir Zapolskiy <vz@mleia.com>