From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 18 Jan 2010 12:02:13 -0600 Subject: [U-Boot] [PATCH v5 05/12] SPEAr : nand driver support for SPEAr SoCs In-Reply-To: <1263563153-408-6-git-send-email-vipin.kumar@st.com> References: <1263563153-408-1-git-send-email-vipin.kumar@st.com> <1263563153-408-2-git-send-email-vipin.kumar@st.com> <1263563153-408-3-git-send-email-vipin.kumar@st.com> <1263563153-408-4-git-send-email-vipin.kumar@st.com> <1263563153-408-5-git-send-email-vipin.kumar@st.com> <1263563153-408-6-git-send-email-vipin.kumar@st.com> Message-ID: <20100118180213.GA6372@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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 -Scott