From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ie0-x231.google.com ([2607:f8b0:4001:c03::231]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vfx1Y-0002CW-Az for linux-mtd@lists.infradead.org; Mon, 11 Nov 2013 19:19:48 +0000 Received: by mail-ie0-f177.google.com with SMTP id qd12so248777ieb.22 for ; Mon, 11 Nov 2013 11:19:24 -0800 (PST) Date: Mon, 11 Nov 2013 11:19:19 -0800 From: Brian Norris To: Sourav Poddar Subject: Re: [PATCH v4] drivers: mtd: m25p80: add quad read support Message-ID: <20131111191919.GF20061@ld-irv-0074.broadcom.com> References: <1383935845-31116-1-git-send-email-computersforpeace@gmail.com> <52806AE5.60600@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52806AE5.60600@ti.com> Cc: Marek Vasut , linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Nov 11, 2013 at 10:58:05AM +0530, Sourav Poddar wrote: > Hi Brian, > On Saturday 09 November 2013 12:07 AM, Brian Norris wrote: > >From: Sourav Poddar > > > >Some flash also support quad read mode. Adding support for quad read > >mode in m25p80 for Spansion and Macronix flash. > > > >[Tweaked by Brian] > > > >With this patch, quad-read support will override fast-read and > >normal-read, if the SPI controller and flash chip both support it. > > > >Signed-off-by: Sourav Poddar > >Signed-off-by: Brian Norris > I tested this patch version with Spansion(S25FL256S) and > Macronix(MX66L51235F) flash. It worked fine. > > Tested-by: Sourav Poddar > > Thanks for correcting it. Thanks for the patches and testing. Pushed to a temporary 'next' branch on l2-mtd.git, since it's too late for the 3.13 merge window, IMO. I'll bring it in once we're past the merge window. Brian