From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751732AbcGNAhF (ORCPT ); Wed, 13 Jul 2016 20:37:05 -0400 Received: from mail-pf0-f176.google.com ([209.85.192.176]:35880 "EHLO mail-pf0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751492AbcGNAg6 (ORCPT ); Wed, 13 Jul 2016 20:36:58 -0400 Date: Wed, 13 Jul 2016 17:36:50 -0700 From: Brian Norris To: linux-mtd@lists.infradead.org Cc: linux-kernel@vger.kernel.org, Marek Vasut , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Ezequiel Garcia Subject: Re: [PATCH] mtd: spi-nor: support dual, quad, and WP for Gigadevice Message-ID: <20160714003650.GD54628@google.com> References: <1467411916-110528-1-git-send-email-computersforpeace@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467411916-110528-1-git-send-email-computersforpeace@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 01, 2016 at 03:25:16PM -0700, Brian Norris wrote: > Gigadevice flash support BP{0,1,2,3,4} bits, where BP3 means the same as > the existing supported TB (Top/Bottom), and BP4 means the same as the > not-yet-supported 4K bit used on other flash (e.g., Winbond). Let's > support lock/unlock with the same feature flags as w25q32dw/w25q64dw. > > Tested on gd25lq64c, but I checked datasheets for the other 3, to make > sure. > > While I was at it, I noticed that these all support dual and quad as > well. I noted them, but can't test them at the moment, since my test > system only supports standard 1x SPI. > > Signed-off-by: Brian Norris Applied to l2-mtd.git