
18 Jan
2010
18 Jan
'10
7:02 p.m.
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 vipin.kumar@st.com
drivers/mtd/nand/Makefile | 1 + drivers/mtd/nand/spr_nand.c | 124 +++++++++++++++++++++++++++++++++ include/asm-arm/arch-spear/spr_nand.h | 57 +++++++++++++++ 3 files changed, 182 insertions(+), 0 deletions(-) create mode 100755 drivers/mtd/nand/spr_nand.c create mode 100644 include/asm-arm/arch-spear/spr_nand.h
Acked-by: Scott Wood scottwood@freescale.com
-Scott