Re: [U-Boot] [PATCH] nand: lpc32xx: add SLC NAND controller support

2015-07-16 Thread LEMIEUX, SYLVAIN
Subject: Re: [U-Boot] [PATCH] nand: lpc32xx: add SLC NAND controller support Hi Sylvain, On 15.07.2015 22:23, LEMIEUX, SYLVAIN wrote: Hi Vladimir and Albert, During this merge window (once our issues with our exchange server are resolve), we were planning on submitting a few patches

Re: [U-Boot] [PATCH] nand: lpc32xx: add SLC NAND controller support

2015-07-15 Thread Vladimir Zapolskiy
Hello Albert, On 15.07.2015 10:05, Albert ARIBAUD wrote: Hello Vladimir, On Tue, 14 Jul 2015 23:23:57 +0300, Vladimir Zapolskiy v...@mleia.com wrote: The change adds support of LPC32xx SLC NAND controller. LPC32xx SoC has two different mutually exclusive NAND controllers to communicate

Re: [U-Boot] [PATCH] nand: lpc32xx: add SLC NAND controller support

2015-07-15 Thread Albert ARIBAUD
Hello Vladimir, On Wed, 15 Jul 2015 11:49:01 +0300, Vladimir Zapolskiy v...@mleia.com wrote: Hello Albert, On 15.07.2015 10:05, Albert ARIBAUD wrote: Hello Vladimir, On Tue, 14 Jul 2015 23:23:57 +0300, Vladimir Zapolskiy v...@mleia.com wrote: The change adds support of LPC32xx SLC

Re: [U-Boot] [PATCH] nand: lpc32xx: add SLC NAND controller support

2015-07-15 Thread Albert ARIBAUD
Hello Vladimir, On Tue, 14 Jul 2015 23:23:57 +0300, Vladimir Zapolskiy v...@mleia.com wrote: The change adds support of LPC32xx SLC NAND controller. LPC32xx SoC has two different mutually exclusive NAND controllers to communicate with single and multiple layer chips. This simple driver

Re: [U-Boot] [PATCH] nand: lpc32xx: add SLC NAND controller support

2015-07-15 Thread LEMIEUX, SYLVAIN
? Sylvain Lemieux -Original Message- From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert ARIBAUD Sent: 15-Jul-15 5:21 AM To: Vladimir Zapolskiy Cc: Scott Wood; Albert ARIBAUD; u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] nand: lpc32xx: add SLC NAND controller support Hello

Re: [U-Boot] [PATCH] nand: lpc32xx: add SLC NAND controller support

2015-07-15 Thread Albert ARIBAUD
Hello SYLVAIN, On Wed, 15 Jul 2015 19:23:33 +, LEMIEUX, SYLVAIN slemi...@tycoint.com wrote: Hi Vladimir and Albert, During this merge window (once our issues with our exchange server are resolve), we were planning on submitting a few patches for the LPC32xx. Some of the patches are

Re: [U-Boot] [PATCH] nand: lpc32xx: add SLC NAND controller support

2015-07-15 Thread Vladimir Zapolskiy
; Albert ARIBAUD; u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] nand: lpc32xx: add SLC NAND controller support Hello Vladimir, On Wed, 15 Jul 2015 11:49:01 +0300, Vladimir Zapolskiy v...@mleia.com wrote: Hello Albert, On 15.07.2015 10:05, Albert ARIBAUD wrote: Hello Vladimir, On Tue

[U-Boot] [PATCH] nand: lpc32xx: add SLC NAND controller support

2015-07-14 Thread Vladimir Zapolskiy
The change adds support of LPC32xx SLC NAND controller. LPC32xx SoC has two different mutually exclusive NAND controllers to communicate with single and multiple layer chips. This simple driver allows to specify NAND chip timings and defines custom read_buf()/write_buf() operations, because