From patchwork Thu Jul 29 06:21:48 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wilken Gottwalt X-Patchwork-Id: 1511076 X-Patchwork-Delegate: tudor.ambarus@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=xaiJhjpC; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=posteo.net header.i=@posteo.net header.a=rsa-sha256 header.s=2017 header.b=hbmT7XRx; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Gb0nq5cHvz9sV8 for ; Thu, 29 Jul 2021 16:22:55 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=fG4BJjwruhw4PPDbzCrypHXgsDZXwdChNi472fr0JBo=; b=xaiJhjpCKl1bx0 MepTEbfe70gM9zO8b3CwJ6cOWvMACGEYLVLRf89RvwlG4rjo75uK1wK7Cf0NkKW6QL+0t7CSD9NFO gtWb0sOUILscT63DDn2aw6Lw7D35F1HtL2UDxwOAgGxOq0nmoFEcBGVdR5u70sNunIx7pRQjdyiMn CqDUEmeb0Q/gQ4C8C8kwVXpQLTLi1cST2RGkiA/0F0jnsEo3FhqWX2jK5UmejY7FS/vINXwANjPNP 1cN2z+0rysBfS+fzxW+Tc8V0lxOnG5wMwfPkVIG+HavTdhCkpYiP93u2/DfrJ+vGHzpQudiF+y7kP W0QkwApXt83x+pv+P58A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m8zQk-003FaZ-Ex; Thu, 29 Jul 2021 06:22:06 +0000 Received: from mout01.posteo.de ([185.67.36.65]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m8zQg-003FZx-CG for linux-mtd@lists.infradead.org; Thu, 29 Jul 2021 06:22:04 +0000 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 8F9E6240028 for ; Thu, 29 Jul 2021 08:21:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1627539713; bh=lcAhkWc/Kvh+uxpOR8FIfKZeWqnSufI171CKVlcwme0=; h=Date:From:To:Cc:Subject:From; b=hbmT7XRx/sjH+yHP3I31OjInZ03I+KZ/65UQmYBK+5F5YptCALkIaviNvAMvOezC0 aq6qCcvbZNsfZv6F2SBmPzUgZGDR90Sy9gkTt3uKDsT1B9SEjfhlOBhPkiT2ppZa8D iPvFhgluTQ3bRPBovV8yPi/aZO4sjnLbKk7EskAvmgAx7n9UmTMCj6WFRhJq0VPvuN vec3t61RA3Xzu88c5rlkSfUWpG1Ax19uq3KO2/1RnBGLQiD08BqZvpHn23FgsN8nJL sGFAKhJHOI/0srwz+5Gm9QueYfsASCfrPa762Wi/asMAx6cYeUzGEVSCaWH8WZZQJg deYOgRqwb1nqA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Gb0mZ03Spz9rxQ; Thu, 29 Jul 2021 08:21:49 +0200 (CEST) Date: Thu, 29 Jul 2021 06:21:48 +0000 From: Wilken Gottwalt To: linux-kernel@vger.kernel.org Cc: Tudor Ambarus , Michael Walle , Pratyush Yadav , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Joerg Reiling , linux-mtd@lists.infradead.org Subject: [PATCH] mtd: spi-nor: micron-st: add another variant of mt25qu256a Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210728_232202_609515_4331DE82 X-CRM114-Status: UNSURE ( 9.34 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.9 (/) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Adds a second variant of mt25qu256a with a slightly different extended device id. Signed-off-by: Wilken Gottwalt Signed-off-by: Joerg Reiling --- drivers/mtd/spi-nor/micron-st.c | 3 +++ 1 file changed, 3 insertions(+) Content analysis details: (-0.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [185.67.36.65 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [185.67.36.65 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.34 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 Adds a second variant of mt25qu256a with a slightly different extended device id. Signed-off-by: Wilken Gottwalt Signed-off-by: Joerg Reiling --- drivers/mtd/spi-nor/micron-st.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mtd/spi-nor/micron-st.c b/drivers/mtd/spi-nor/micron-st.c index c224e59820a1..2682d67d037b 100644 --- a/drivers/mtd/spi-nor/micron-st.c +++ b/drivers/mtd/spi-nor/micron-st.c @@ -156,6 +156,9 @@ static const struct flash_info st_parts[] = { { "mt25qu256a", INFO6(0x20bb19, 0x104400, 64 * 1024, 512, SECT_4K | USE_FSR | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) }, + { "mt25qu256a1", INFO6(0x20bb19, 0x104000, 64 * 1024, 512, + SECT_4K | USE_FSR | SPI_NOR_DUAL_READ | + SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) }, { "n25q256ax1", INFO(0x20bb19, 0, 64 * 1024, 512, SECT_4K | USE_FSR | SPI_NOR_QUAD_READ) }, { "mt25ql512a", INFO6(0x20ba20, 0x104400, 64 * 1024, 1024,