From patchwork Thu May 16 07:14:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 244231 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 110E82C00C8 for ; Thu, 16 May 2013 17:15:02 +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 1UcsOr-0003R6-2x; Thu, 16 May 2013 07:14:53 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UcsOp-0001Vw-63; Thu, 16 May 2013 07:14:51 +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 1UcsOm-0001VF-Er for linux-mtd@lists.infradead.org; Thu, 16 May 2013 07:14:49 +0000 Received: by mail-pa0-f50.google.com with SMTP id fb10so2230805pad.9 for ; Thu, 16 May 2013 00:14:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:sender:message-id:to:cc:in-reply-to:references:from :subject:user-agent:mime-version:content-type; bh=810aL+63nowZ7fp6HKJaakENbA1NETzSuvKusNSrGDk=; b=cnCpBkULTZVjhJIX/+8N3r1Mj7xBbmXDlgyagRa8tFjd1YcbVjktQPQ3pJawdsrzRS 4s1TJSdQs1MKXJ/BZTnE8Ix2ViLXqlB4anwckaCXmJKjm1rccOA5/zC6LQ/KTp0u2A4O UrgcJGbdOM0OmXQLPMZJ5Na4tnGcFg8zDKCPLOjt8WeHZo69DPdqiYn7BrI/BSthhFDq s8SQFCkszyLQTcF+i8zmLelvAghlv9SABXiNhJD/Yr/dcdZCPs49Tx7f8NWXQNtEygnI pVB79ndFFkDmVwm6+k1TZx7+mbqBw4LECX9yIyrHWWoYQtox2UhMeZOuzP5dBPY8afMu M17w== X-Received: by 10.66.232.97 with SMTP id tn1mr42280531pac.20.1368688466094; Thu, 16 May 2013 00:14:26 -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 vz8sm6393412pac.20.2013.05.16.00.14.23 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 16 May 2013 00:14:25 -0700 (PDT) Date: Thu, 16 May 2013 00:14:25 -0700 (PDT) Message-ID: <87ip2jwg4z.wl%kuninori.morimoto.gx@renesas.com> To: Simon , Artem Bityutskiy In-Reply-To: <87li7fwgk8.wl%kuninori.morimoto.gx@renesas.com> References: <87li7fwgk8.wl%kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto Subject: [PATCH] mtd: m25p80: add support for the Spansion s25fl008k chip User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0 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-20130516_031448_578077_258859C9 X-CRM114-Status: GOOD ( 12.23 ) 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: Linux-SH , Magnus , linux-kernel@vger.kernel.org, "goda \(RSO\)" , linux-mtd@lists.infradead.org, Kuninori Morimoto 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 Signed-off-by: Yusuke Goda Signed-off-by: Kuninori Morimoto --- 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 5b6b072..058172c 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c @@ -777,6 +777,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) },