commit | 5f63bf3ec8ccbef09dfb9fc76063fc0ba20fa712 | [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 | 327f0d23c8a3c5cdc6076cf8fb1b0deb86221260 [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>