From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards Date: Thu, 3 Dec 2009 12:19:11 -0800 Message-ID: <20091203201911.GC4348@atomide.com> References: <20091109205250.GB23952@atomide.com> <1259075173.29118.20.camel@localhost> <1259307441.7518.6.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:64608 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752733AbZLCUTI (ORCPT ); Thu, 3 Dec 2009 15:19:08 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Vimal Singh Cc: dedekind1@gmail.com, linux-omap@vger.kernel.org, Linux MTD , vimal singh * Vimal Singh [091202 06:09]: > >> >> From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001 > >> >> From: Vimal Singh > >> >> Date: Thu, 19 Nov 2009 19:28:11 +0530 > >> >> > >> >> This patch series adds flash support for NAND (in sdp, zoom and ldp), > >> >> OneNAND and NOR (in sdp) > >> >> > >> >> Tested on Zoom2 and 3430SDP > >> >> > >> >> Vimal Singh (4): > >> >> [PATCH-v6 1/4] OMAP2/3: Add support for flash on SDP boards > >> >> [PATCH-v6 2/4] OMAP3: Add support for NAND on ZOOM/LDP boards > >> >> [PATCH-v6 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig > >> >> [PATCH-v6 4/4] OMAP: 3430SDP: Enable NAND in defconfig > >> > > > I am going to re-post this patch series again and this time I have > divided this into 3 (for more convenience in reviewing) . Something > like this: > > 1st series: > This patch series will introduce generic gpmc-nand.c for nand device > related gpmc init. > > 2nd series: > This patch series will introduce 'board-sdp-flash.c', for flash > devices init on SDP > boards. And will give an example of using 'gpmc-nand.c' and > 'board-sdp-flash.c' by > adding flash support to 3430SDP board. > > 3rd: > This series introduces 'board-zoom-flash.c' for NAND init in ZOOM boards. > Other patches will add NAND support for ZOOM2, ZOOM3 and LDP. > > Tony, > Is it ok with you? Sounds pretty good to me. Also the patches you just posted look nice to me, will take a closer look. Thanks for doing the generic gpmc-nand.c, that should make it a lot easier to bring up new omap boards. Regards, Tony