]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd/NAND: Add FSMC driver support
authorVipin KUMAR <vipin.kumar@st.com>
Tue, 22 May 2012 00:15:54 +0000 (00:15 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:38 +0000 (14:07 +0200)
commit7f0730a02e412015b0fc4e78dc41aef14e8a3d8c
tree53b3e01d8d11983e49e52c1ca947f2313a96d401
parentc471d84808843dce6174eaab624779aa15ff71bf
mtd/NAND: Add FSMC driver support

Flexible static memory controller is a peripheral provided by ST,
which controls the access to NAND chips along with many other
memory device chips eg NOR, SRAM.

This patch adds the driver support for FSMC controller interfacing
with NAND memory.

Signed-off-by: Vipin Kumar <vipin.kumar@st.com>
Signed-off-by: Amit Virdi <amit.virdi@st.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Scott Wood <scottwood@freescale.com>
drivers/mtd/nand/Makefile
drivers/mtd/nand/fsmc_nand.c [new file with mode: 0644]
include/linux/mtd/fsmc_nand.h [new file with mode: 0644]