Re: [U-Boot] [PATCH] powerpc/85xx: Integrated Flash Controller NAND support

2011-04-25 Thread Scott Wood
On Mon, 25 Apr 2011 21:01:26 +0200 Wolfgang Denk wrote: > Dear Scott Wood, > > In message <20110425123215.004cd...@schlenkerla.am.freescale.net> you wrote: > > > > > + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 > > > +USA */ > > > > Fix the formatting here. > > >

Re: [U-Boot] [PATCH] powerpc/85xx: Integrated Flash Controller NAND support

2011-04-25 Thread Wolfgang Denk
Dear Scott Wood, In message <20110425123215.004cd...@schlenkerla.am.freescale.net> you wrote: > > > + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 > > +USA */ > > Fix the formatting here. > > > + > > +static uint32_t get_sram_addr(int page_no, int page_size) { > [sni

Re: [U-Boot] [PATCH] powerpc/85xx: Integrated Flash Controller NAND support

2011-04-25 Thread Scott Wood
On Mon, 25 Apr 2011 04:06:10 + Dudhat Dipen-B09055 wrote: > Hi Wolfgang, > > Any comments on this patch... > > This patch is acked by kumar gala. There's still been no patch posted for a board that enables this driver. It would be nice to have the ability to at least see if this compiles

Re: [U-Boot] [PATCH] powerpc/85xx: Integrated Flash Controller NAND support

2011-04-25 Thread Wolfgang Denk
Dear Dudhat Dipen-B09055, In message <57d3ab35efb0e542a4326dbd78e17e95149...@039-sn1mpn1-003.039d.mgd.msft.net> you wrote: > > Any comments on this patch... > > This patch is acked by kumar gala. I have no comments other than - The merge window is closed - I have never seen an ACK from Kuma

Re: [U-Boot] [PATCH] powerpc/85xx: Integrated Flash Controller NAND support

2011-04-24 Thread Dudhat Dipen-B09055
Hi Wolfgang, Any comments on this patch... This patch is acked by kumar gala. Regards, Dipen -Original Message- From: Dudhat Dipen-B09055 Sent: Thursday, April 21, 2011 10:02 AM To: u-boot@lists.denx.de Cc: Dudhat Dipen-B09055 Subject: [PATCH] powerpc/85xx: Integrated Flash Controller

[U-Boot] [PATCH] powerpc/85xx: Integrated Flash Controller NAND support

2011-04-20 Thread Dipen Dudhat
Add nand_spl and 8-bit NAND support on IFC controller. Signed-off-by: Dipen Dudhat --- Changes from v1: - Integrated Scott's comments arch/powerpc/cpu/mpc85xx/cpu_init_nand.c | 10 + arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds | 18 +- drivers/mtd/nand/Makefile|1

Re: [U-Boot] [PATCH] powerpc/85xx: Integrated Flash Controller NAND support

2011-04-15 Thread Scott Wood
On Sat, Apr 09, 2011 at 12:59:04PM -0500, Kumar Gala wrote: > From: Dipen Dudhat > > Add nand_spl and 8-bit NAND support on IFC controller. > > Signed-off-by: Dipen Dudhat > CC: Scott Wood > --- > arch/powerpc/cpu/mpc85xx/cpu_init_nand.c | 10 + > arch/powerpc/cpu/mpc85xx/u-boot-nand_sp

[U-Boot] [PATCH] powerpc/85xx: Integrated Flash Controller NAND support

2011-04-09 Thread Kumar Gala
From: Dipen Dudhat Add nand_spl and 8-bit NAND support on IFC controller. Signed-off-by: Dipen Dudhat CC: Scott Wood --- arch/powerpc/cpu/mpc85xx/cpu_init_nand.c | 10 + arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds | 18 +- drivers/mtd/nand/Makefile|1 + driver