Re: [U-Boot] [PATCH v2 10/17] SPEAr : FSMC driver support added

2010-05-04 Thread Vipin KUMAR
>> + * Vipin Kumar, ST Micoelectronics, vipin.ku...@st.com. >> + * >> + * See file CREDITS for list of people who contributed to this >> + * project. >> + * >> + * This program is free software; you can redistribute it and/or >> + * modify it under the terms of the GNU General Public License as >>

Re: [U-Boot] [PATCH v2 10/17] SPEAr : FSMC driver support added

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: > Flexible static memory controller is an IP which controls the access > to NAND chips along with many other memory device chips eg NOR, SRAM. > This is an ST peripheral. This patch adds the driver support for FSMC > controller interfacing with NAND memory. IP, ST ? Add meaning

Re: [U-Boot] [PATCH v2 10/17] SPEAr : FSMC driver support added

2010-04-27 Thread Scott Wood
On Mon, Apr 26, 2010 at 08:26:43AM +0530, Vipin KUMAR wrote: > Flexible static memory controller is an IP which controls the access > to NAND chips along with many other memory device chips eg NOR, SRAM. > This is an ST peripheral. This patch adds the driver support for FSMC > controller interfacin

[U-Boot] [PATCH v2 10/17] SPEAr : FSMC driver support added

2010-04-25 Thread Vipin KUMAR
Flexible static memory controller is an IP which controls the access to NAND chips along with many other memory device chips eg NOR, SRAM. This is an ST peripheral. This patch adds the driver support for FSMC controller interfacing with NAND memory. Signed-off-by: Vipin Kumar --- drivers/mtd/nan