Re: [U-Boot] [PATCH v5 05/12] SPEAr : nand driver support for SPEAr SoCs

2010-01-18 Thread Scott Wood
On Fri, Jan 15, 2010 at 07:15:46PM +0530, Vipin KUMAR wrote: > SPEAr SoCs contain an FSMC controller which can be used to interface > with a range of memories eg. NAND, SRAM, NOR. > Currently, this driver supports interfacing FSMC with NAND memories > > Signed-off-by: Vipin > --- > drivers/mtd/n

[U-Boot] [PATCH v5 05/12] SPEAr : nand driver support for SPEAr SoCs

2010-01-15 Thread Vipin KUMAR
SPEAr SoCs contain an FSMC controller which can be used to interface with a range of memories eg. NAND, SRAM, NOR. Currently, this driver supports interfacing FSMC with NAND memories Signed-off-by: Vipin --- drivers/mtd/nand/Makefile |1 + drivers/mtd/nand/spr_nand.c |