Re: [U-Boot] [PATCH v3 2/8] lpc32xx: mtd: nand: add MLC NAND controller

2015-03-10 Thread Albert ARIBAUD
Hi Scott, Le Mon, 9 Mar 2015 18:51:03 -0500, Scott Wood scottw...@freescale.com a écrit : On Thu, 2015-03-05 at 07:46 +0100, Albert ARIBAUD (3ADEV) wrote: diff --git a/drivers/mtd/nand/lpc32xx_nand_mlc.c b/drivers/mtd/nand/lpc32xx_nand_mlc.c new file mode 100644 index 000..cb23972

Re: [U-Boot] [PATCH v3 2/8] lpc32xx: mtd: nand: add MLC NAND controller

2015-03-10 Thread Albert ARIBAUD
Bonjour Scott, Le Tue, 10 Mar 2015 13:49:46 -0500, Scott Wood scottw...@freescale.com a écrit : On Tue, 2015-03-10 at 13:54 +0100, Albert ARIBAUD wrote: Hi Scott, Le Mon, 9 Mar 2015 18:51:03 -0500, Scott Wood scottw...@freescale.com a écrit : On Thu, 2015-03-05 at 07:46 +0100,

Re: [U-Boot] [PATCH v3 2/8] lpc32xx: mtd: nand: add MLC NAND controller

2015-03-10 Thread Scott Wood
On Tue, 2015-03-10 at 13:54 +0100, Albert ARIBAUD wrote: Hi Scott, Le Mon, 9 Mar 2015 18:51:03 -0500, Scott Wood scottw...@freescale.com a écrit : On Thu, 2015-03-05 at 07:46 +0100, Albert ARIBAUD (3ADEV) wrote: + while (left) { + if (read_single_page(dst, page) = 0) { +

Re: [U-Boot] [PATCH v3 2/8] lpc32xx: mtd: nand: add MLC NAND controller

2015-03-09 Thread Scott Wood
On Thu, 2015-03-05 at 07:46 +0100, Albert ARIBAUD (3ADEV) wrote: diff --git a/drivers/mtd/nand/lpc32xx_nand_mlc.c b/drivers/mtd/nand/lpc32xx_nand_mlc.c new file mode 100644 index 000..cb23972 --- /dev/null +++ b/drivers/mtd/nand/lpc32xx_nand_mlc.c @@ -0,0 +1,589 @@ +/* + * LPC32xx

[U-Boot] [PATCH v3 2/8] lpc32xx: mtd: nand: add MLC NAND controller

2015-03-04 Thread Albert ARIBAUD (3ADEV)
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.arib...@3adev.fr --- Changes in v3: None Changes in v2: None