Re: [U-Boot] [PATCH v2 11/17] SPEAr : Configuring FSMC driver for NAND interface

2010-05-04 Thread Vipin KUMAR
>> -extern int spear_nand_init(struct nand_chip *nand); >> -#endif >> diff --git a/board/spear/spear300/spear300.c >> b/board/spear/spear300/spear300.c >> index cd24247..bb98161 100644 >> --- a/board/spear/spear300/spear300.c >> +++ b/board/spear/spear300/spear300.c >> @@ -25,10 +25,10 @@ >> #incl

Re: [U-Boot] [PATCH v2 11/17] SPEAr : Configuring FSMC driver for NAND interface

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: > Since FSMC is a standard IP and it supports different memory interfaces the > FSMC grammar 'interfaces the' -> 'interfaces; the' > is supported independent of spear platform and spear is configured to use that > driver for interfacing with the NAND device Describe that beca

Re: [U-Boot] [PATCH v2 11/17] SPEAr : Configuring FSMC driver for NAND interface

2010-04-27 Thread Scott Wood
On Mon, Apr 26, 2010 at 08:26:44AM +0530, Vipin KUMAR wrote: > Since FSMC is a standard IP and it supports different memory interfaces the > FSMC > is supported independent of spear platform and spear is configured to use that > driver for interfacing with the NAND device > > Signed-off-by: Vipin

[U-Boot] [PATCH v2 11/17] SPEAr : Configuring FSMC driver for NAND interface

2010-04-25 Thread Vipin KUMAR
Since FSMC is a standard IP and it supports different memory interfaces the FSMC is supported independent of spear platform and spear is configured to use that driver for interfacing with the NAND device Signed-off-by: Vipin Kumar --- arch/arm/include/asm/arch-spear/hardware.h |8 +- arch/ar