From patchwork Tue Apr 16 08:31:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: girishks2000@gmail.com X-Patchwork-Id: 236862 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 EB2B82C0109 for ; Tue, 16 Apr 2013 18:32:21 +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 1US1Iw-0006VA-TV; Tue, 16 Apr 2013 08:31:55 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1US1It-0008FU-S2; Tue, 16 Apr 2013 08:31:51 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1US1Ii-0008Ea-J6; Tue, 16 Apr 2013 08:31:41 +0000 Received: by mail-pb0-f49.google.com with SMTP id um15so169648pbc.22 for ; Tue, 16 Apr 2013 01:31:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=oiO5qBnZTo6gZQTaTPMU2qqVFjm9S3D3vycdS6iEkXU=; b=UkMpXFt2UisfQ9Zl8FL/5Y975S3rj210p2fsgwq2Yd5CHmc4Tbo91in/Qy4cn7a0Nk UztsxCHtBbvtXs/5kx7j/+idqKImJRpdRIVTzRn6F9gS9Ks+Hj0F6TmftiFaErGu/5mK I6kpdD3yxOjJWjCYMhp18jUwyYsbM3BE7Hi9zmY/Dtl0Tb8c24UTuLsXPTVvt759WLUo jCPU6AR0JPT9cLGMPnACYOPf5EF2aLvCzLsakX7b55bbTtPfFG56AhlZLuHpqXYRKYH4 aD7U01O4AtXH05bpo2OyNPinZSk2quDpCsEA8HTxO/L518cgTwHRFkXIKIWNqRRPFF6O n4zg== X-Received: by 10.66.230.164 with SMTP id sz4mr2304534pac.124.1366101097911; Tue, 16 Apr 2013 01:31:37 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id t1sm1770075pab.12.2013.04.16.01.31.34 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 16 Apr 2013 01:31:36 -0700 (PDT) From: girishks2000@gmail.com To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mtd@lists.infradead.org Subject: [PATCH] mtd: devices: added the 16mb winbond device Date: Tue, 16 Apr 2013 14:01:14 +0530 Message-Id: <516d0c68.e10b420a.287d.ffff894c@mx.google.com> X-Mailer: git-send-email 1.7.5.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130416_043140_741869_47146EE2 X-CRM114-Status: GOOD ( 10.89 ) X-Spam-Score: -2.5 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (girishks2000[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.49 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (girishks2000[at]gmail.com) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 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: Girish K S 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: , MIME-Version: 1.0 Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org From: Girish K S added a 16mb winbond devce to the device list erase size = 64k and number of blocks = 256 Signed-off-by: Girish K S --- drivers/mtd/devices/m25p80.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 2f3d2a5..c81ee12 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c @@ -840,6 +840,7 @@ static const struct spi_device_id m25p_ids[] = { { "w25q32dw", INFO(0xef6016, 0, 64 * 1024, 64, SECT_4K) }, { "w25x64", INFO(0xef3017, 0, 64 * 1024, 128, SECT_4K) }, { "w25q64", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) }, + { "w25q128", INFO(0xef4018, 0, 64 * 1024, 256, SECT_4K) }, { "w25q80", INFO(0xef5014, 0, 64 * 1024, 16, SECT_4K) }, { "w25q80bl", INFO(0xef4014, 0, 64 * 1024, 16, SECT_4K) }, { "w25q128", INFO(0xef4018, 0, 64 * 1024, 256, SECT_4K) },