From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-bw0-f212.google.com ([209.85.218.212]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1NFpu8-0005wv-VD for linux-mtd@lists.infradead.org; Wed, 02 Dec 2009 14:10:11 +0000 Received: by bwz4 with SMTP id 4so199529bwz.2 for ; Wed, 02 Dec 2009 06:10:02 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1259307441.7518.6.camel@localhost> References: <63751.192.168.10.88.1252582264.squirrel@dbdmail.itg.ti.com> <20091109205250.GB23952@atomide.com> <1259075173.29118.20.camel@localhost> <1259307441.7518.6.camel@localhost> From: Vimal Singh Date: Wed, 2 Dec 2009 19:39:42 +0530 Message-ID: Subject: Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards To: dedekind1@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: Tony Lindgren , linux-omap@vger.kernel.org, Linux MTD , vimal singh List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> >> 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? -- Regards, Vimal Singh