From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZXF1R-0001By-2S for linux-mtd@lists.infradead.org; Wed, 02 Sep 2015 20:52:45 +0000 Received: by pacfv12 with SMTP id fv12so22911775pac.2 for ; Wed, 02 Sep 2015 13:52:24 -0700 (PDT) Date: Wed, 2 Sep 2015 13:52:22 -0700 From: Brian Norris To: Robert Jarzmik Cc: Ezequiel Garcia , linux-mtd@lists.infradead.org, Antoine Tenart Subject: Re: [PATCH] nand: pxa3xx: Remove unused platform-data flash specification Message-ID: <20150902205222.GV81844@google.com> References: <1440182848-8254-1-git-send-email-ezequiel@vanguardiasur.com.ar> <87vbc72naw.fsf@belgarion.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87vbc72naw.fsf@belgarion.home> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, Aug 22, 2015 at 08:25:11PM +0200, Robert Jarzmik wrote: > Ezequiel Garcia writes: > > > The driver supports board files specificating the flash > > device, by passing a pxa3xx_nand_flash struct (with > > flash parameters) in the platform data struct. > > > > Currently this support is not being used by any board file. > > Moreover, we'd like to deprecate such usage in favor of > > using the device table in nand_ids.c. > > > > So let's remove the ad-hoc flash specification. > > > > Signed-off-by: Ezequiel Garcia > Acked-by: Robert Jarzmik Applied to l2-mtd.git/next