From patchwork Mon Apr 6 09:00:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mason Yang X-Patchwork-Id: 1266729 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; dmarc=none (p=none dis=none) header.from=mxic.com.tw Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20170209 header.b=Ot8XKsfi; 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 48wkzG10h9z9sRY for ; Mon, 6 Apr 2020 19:00:58 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From: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=p3jITD/cQDD4aVmFGZoMyFcsVmA5CUi43KcbmMYQEHM=; b=Ot8 XKsfiTWAHMaK/0ih0Xs7lL5L6gjRelA0QA+oq2sf7jmqlnlFMv03SGoBP3A3NWg3MrQxfkYgFHSBQ mWKo34yPTa0FA7VdcZiPftX+7vyRRpiGC8hFDDsncNnlAGhJWGeDGRslMiGk9KmT9igQ2kP055B3I tsd0ocTPgJI3DeSRKlQpBJNS3+F+2DdXhzmA+h2M3wQ9yKcWEQgCOPXBr6vZmiWOu9SRsPoUfM3vk 4w7EegUuX5RHIGcdbay5Gl+N30AVK+KNnRbGt3Fb7qDXPw9n5vkP3R9cZ+x8YE9LVMBEu7RAs7gH/ YVCLCXuZ8s4QF3oy4bVyc71XEItYf1g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jLNcl-00084b-RC; Mon, 06 Apr 2020 09:00:55 +0000 Received: from twhmllg4.macronix.com ([211.75.127.132]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jLNci-00083Z-U8 for linux-mtd@lists.infradead.org; Mon, 06 Apr 2020 09:00:54 +0000 Received: from localhost.localdomain ([172.17.195.96]) by TWHMLLG4.macronix.com with ESMTP id 03690DJh098593; Mon, 6 Apr 2020 17:00:13 +0800 (GMT-8) (envelope-from masonccyang@mxic.com.tw) From: Mason Yang To: tudor.ambarus@microchip.com, miquel.raynal@bootlin.com, richard@nod.at, vigneshr@ti.com Subject: [PATCH 0/2] mtd: spi-nor: macronix: Add mx25l512/mx25u512 support Date: Mon, 6 Apr 2020 17:00:09 +0800 Message-Id: <1586163611-4565-1-git-send-email-masonccyang@mxic.com.tw> X-Mailer: git-send-email 1.9.1 X-MAIL: TWHMLLG4.macronix.com 03690DJh098593 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200406_020053_231992_7DB10B26 X-CRM114-Status: UNSURE ( 3.65 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [211.75.127.132 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: juliensu@mxic.com.tw, Mason Yang , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Hi, mx25l51245g/mx25u51245g is a mass production for new design and replace mx66l51235l/mx66u51235f(phase out). thanks for your time and review. Mason Mason Yang (2): mtd: spi-nor: macronix: Add mx25l51245g support mtd: spi-nor: macronix: Add mx25u51245g support drivers/mtd/spi-nor/macronix.c | 6 ++++++ 1 file changed, 6 insertions(+)