From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wj0-x241.google.com ([2a00:1450:400c:c01::241]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1cJbPn-0007Mu-SH for linux-mtd@lists.infradead.org; Wed, 21 Dec 2016 07:34:21 +0000 Received: by mail-wj0-x241.google.com with SMTP id kp2so30793649wjc.0 for ; Tue, 20 Dec 2016 23:33:59 -0800 (PST) Subject: Re: [PATCH V2 1/3] mtd: spi-nor: add support for macronix mx25u25635f To: John Crispin , Cyrille Pitchen References: <1482304990-23942-1-git-send-email-john@phrozen.org> <1482304990-23942-2-git-send-email-john@phrozen.org> Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Ash Benz From: Marek Vasut Message-ID: <9eee1ed7-2253-8bd3-095c-e13fc69d26d6@gmail.com> Date: Wed, 21 Dec 2016 08:32:14 +0100 MIME-Version: 1.0 In-Reply-To: <1482304990-23942-2-git-send-email-john@phrozen.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 12/21/2016 08:23 AM, John Crispin wrote: > From: Ash Benz > > This patch adds support for a new macronix spi flash chip. > We have had this > patch inside our tree for a while and people are actively using routers > with this chip. I think this information shouldn't be part of the commit message, it's just unrelated to this change. > Signed-off-by: John Crispin > Signed-off-by: Ash Benz > --- > Changes in V2 > * add description > > drivers/mtd/spi-nor/spi-nor.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c > index d0fc165..171adb3 100644 > --- a/drivers/mtd/spi-nor/spi-nor.c > +++ b/drivers/mtd/spi-nor/spi-nor.c > @@ -872,6 +872,7 @@ static int spi_nor_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len) > { "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) }, > { "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) }, > { "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) }, > + { "mx25u25635f", INFO(0xc22539, 0, 64 * 1024, 512, 0) }, > { "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) }, > { "mx66l51235l", INFO(0xc2201a, 0, 64 * 1024, 1024, SPI_NOR_QUAD_READ) }, > { "mx66l1g55g", INFO(0xc2261b, 0, 64 * 1024, 2048, SPI_NOR_QUAD_READ) }, > -- Best regards, Marek Vasut