From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.visioncatalog.com ([217.6.246.34] helo=root.phytec.de) by casper.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RW1tP-0003XN-PY for linux-mtd@lists.infradead.org; Thu, 01 Dec 2011 08:21:20 +0000 Subject: Re: [PATCH] mdt nand: omap2+ use platform options From: Jan Weitzel To: Brian Norris In-Reply-To: References: <1322557213-23565-1-git-send-email-j.weitzel@phytec.de> Date: Thu, 01 Dec 2011 09:21:11 +0100 Message-ID: <1322727671.4543.28.camel@lws-weitzel> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Cc: dedekind@infradead.org, tglx@linutronix.de, linux-omap@vger.kernel.org, linux-mtd@lists.infradead.org Reply-To: J.Weitzel@phytec.de List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Am Mittwoch, den 30.11.2011, 12:31 -0800 schrieb Brian Norris: > On Tue, Nov 29, 2011 at 1:00 AM, Jan Weitzel wrote: > > Options from struct omap_nand_platform_data are not used. > > Apply options after nand_scan_ident to avoid overwrite due to > > NAND_CHIPOPTIONS_MSK. > > So you can pass options from platformcode > > Just to clarify, were the pdata->options ever used before? And does > struct omap_nand_platform_data even have such a field? No not used, but field exists. There is also a devsize field which is used to provide NAND_BUSWIDTH_16 to info->nand.options (drivers/mtd/nand/omap2.c) Jan > Brian > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html