]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SPEAr : nand driver support for SPEAr SoCs
authorVipin KUMAR <vipin.kumar@st.com>
Fri, 15 Jan 2010 13:45:46 +0000 (19:15 +0530)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 23 Jan 2010 14:15:49 +0000 (08:15 -0600)
commit165fa406ad8c39c0c32a31476a8a9bda3db72851
treea651bdff737408d282d5a674b02dd48558287eaa
parenta6e34f76c51c8514f1b691fc60394f09ae4fb2ff
SPEAr : nand driver support for SPEAr SoCs

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
drivers/mtd/nand/spr_nand.c [new file with mode: 0755]
include/asm-arm/arch-spear/spr_nand.h [new file with mode: 0644]