Re: [U-Boot] [PATCH V5 RESEND 0/3] mtd/NAND: Support for FSMC controller

2012-05-31 Thread Stefan Roese
On Friday 01 June 2012 06:24:18 Amit Virdi wrote: > > If you have other things to put on top of them, go ahead and take these > > patches with them. > > Stefan, if you're going to apply these patches could you please fix > Micoelectronics -> Microelectronics in fsmc_nand.c? Will do. Thanks, Stef

Re: [U-Boot] [PATCH V5 RESEND 0/3] mtd/NAND: Support for FSMC controller

2012-05-31 Thread Stefan Roese
On Thursday 31 May 2012 21:27:56 Scott Wood wrote: > Acked-by: Scott Wood > > If you have other things to put on top of them, go ahead and take these > patches with them. Okay, will do. Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de http:

Re: [U-Boot] [PATCH V5 RESEND 0/3] mtd/NAND: Support for FSMC controller

2012-05-31 Thread Amit Virdi
On 6/1/2012 12:57 AM, Scott Wood wrote: On 05/31/2012 02:04 AM, Stefan Roese wrote: Hi Scott, On Friday 25 May 2012 03:58:39 ste...@roese.nl wrote: This patchset adds support for ST's FSMC controller. In the current u-boot, a SPEAr specific driver exists for FSMC controller. This patchset a

Re: [U-Boot] [PATCH V5 RESEND 0/3] mtd/NAND: Support for FSMC controller

2012-05-31 Thread Scott Wood
On 05/31/2012 02:04 AM, Stefan Roese wrote: > Hi Scott, > > On Friday 25 May 2012 03:58:39 ste...@roese.nl wrote: >>> This patchset adds support for ST's FSMC controller. In the current >>> u-boot, a >>> SPEAr specific driver exists for FSMC controller. This patchset adds >>> a full >>> fledged d

Re: [U-Boot] [PATCH V5 RESEND 0/3] mtd/NAND: Support for FSMC controller

2012-05-31 Thread Stefan Roese
Hi Scott, On Friday 25 May 2012 03:58:39 ste...@roese.nl wrote: > > This patchset adds support for ST's FSMC controller. In the current > > u-boot, a > > SPEAr specific driver exists for FSMC controller. This patchset adds > > a full > > fledged driver that can be used across multiple platforms a

Re: [U-Boot] [PATCH V5 RESEND 0/3] mtd/NAND: Support for FSMC controller

2012-05-24 Thread stefan
Hi Scott, On Thu, 24 May 2012 10:58:09 +0530, Amit Virdi wrote: This patchset adds support for ST's FSMC controller. In the current u-boot, a SPEAr specific driver exists for FSMC controller. This patchset adds a full fledged driver that can be used across multiple platforms and removes the

[U-Boot] [PATCH V5 RESEND 0/3] mtd/NAND: Support for FSMC controller

2012-05-23 Thread Amit Virdi
This patchset adds support for ST's FSMC controller. In the current u-boot, a SPEAr specific driver exists for FSMC controller. This patchset adds a full fledged driver that can be used across multiple platforms and removes the obsolete SPEAr specific driver. V4 -> V5 - Dropped the patch that de