From patchwork Mon May 27 01:02:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 246493 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CA5542C01FC for ; Mon, 27 May 2013 11:03:41 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uglq1-0007NC-Rz; Mon, 27 May 2013 01:03:02 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uglpz-0004RF-Fk; Mon, 27 May 2013 01:02:59 +0000 Received: from mail-pa0-f50.google.com ([209.85.220.50]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uglpw-0004QM-3d for linux-mtd@lists.infradead.org; Mon, 27 May 2013 01:02:57 +0000 Received: by mail-pa0-f50.google.com with SMTP id fb11so4834043pad.23 for ; Sun, 26 May 2013 18:02:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:sender:message-id:to:cc:in-reply-to:references:from:subject :mime-version:content-type; bh=JsY38L7XE6fysNWF7xivUq4Imh0TnnAhc+PT4aWjeIg=; b=k0KAES2ivxL7DU5aQ+7/UMoTdLqKWjuPCzb1nGfsx8WIyp2ot5rJCnH4KQCuYOhSUB 2QBUJosYKviqGWURKFv2letWl96AygmnSCd07hpnrK0QcXijdzBPaOrzpDwZVCyesSPm JVhvIie3m88fH7aYcASkfazeAAjBOBhOtTbrcuYxiA/or9Y3UZAil1uTM6r1ydcTWOrv UvthmW12aNHDVlCzoCtkVnSVd6iN9HnxvsY+haqjzP4w2v2XtbpTh8h+AlsaA2DXg9st 9V84/XMv9nYipGkraAc8Vf1s80iJV88kj2zp2WUXX1VAXueWdAGe00ioz76mekjy15J5 anNg== X-Received: by 10.66.11.164 with SMTP id r4mr27575596pab.221.1369616553725; Sun, 26 May 2013 18:02:33 -0700 (PDT) Received: from morimoto-Dell-XPS420.gmail.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id at1sm26227740pbc.10.2013.05.26.18.02.31 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 26 May 2013 18:02:32 -0700 (PDT) Date: Sun, 26 May 2013 18:02:32 -0700 (PDT) Message-ID: <87ip258cbe.wl%kuninori.morimoto.gx@renesas.com> To: Simon Horman , David Woodhouse , linux-mtd@lists.infradead.org In-Reply-To: <20130525014925.GB28458@verge.net.au> References: <87li7fwgk8.wl%kuninori.morimoto.gx@renesas.com> <87d2si4cdn.wl%kuninori.morimoto.gx@renesas.com> <87a9nm4cax.wl%kuninori.morimoto.gx@renesas.com> <20130525014925.GB28458@verge.net.au> From: Kuninori Morimoto Subject: [PATCH] mtd: m25p80: add support for the Spansion s25fl008k chip MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130526_210256_249928_DE20615F X-CRM114-Status: GOOD ( 12.46 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (kuninori.morimoto.gx[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.50 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Magnus , Kuninori Morimoto , Linux-SH X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Reviewed-by: Simon Horman Signed-off-by: Yusuke Goda Signed-off-by: Kuninori Morimoto --- >> This is repost patch drivers/mtd/devices/m25p80.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 2f3d2a5..1bad33a 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c @@ -780,6 +780,7 @@ static const struct spi_device_id m25p_ids[] = { { "s25sl016a", INFO(0x010214, 0, 64 * 1024, 32, 0) }, { "s25sl032a", INFO(0x010215, 0, 64 * 1024, 64, 0) }, { "s25sl064a", INFO(0x010216, 0, 64 * 1024, 128, 0) }, + { "s25fl008k", INFO(0xef4014, 0, 64 * 1024, 16, SECT_4K) }, { "s25fl016k", INFO(0xef4015, 0, 64 * 1024, 32, SECT_4K) }, { "s25fl064k", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) },