Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp101843ybv; Wed, 5 Feb 2020 02:02:19 -0800 (PST) X-Google-Smtp-Source: APXvYqxLeKzbR7lOUV0lz4oOLoTvorrfpD/+Xh42gbChfNcxn/Tj6OMbyRTno9Ej12lNAWj23oJP X-Received: by 2002:aca:5094:: with SMTP id e142mr2220414oib.101.1580896939676; Wed, 05 Feb 2020 02:02:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580896939; cv=none; d=google.com; s=arc-20160816; b=D1dsbQhXvzifC+17y54GQeq7Io19NgL9fOwSR8HnsW89LH+FAnodQ0Y2A9HiyW/8iv pm7OlBmxo2mMPCcK/2ApHMXcnLfNLR9tqMUXvGUJp2zjC2DcWcfCG+ulVZ7iqarWShi4 u/AAxVoPYQ6x6hv15+iGFmExgZJycReE/XcelmFSPCFaEr8a/CfRvUhf9P8lREF+Z8K1 0jUqE6v5uLC0LTU45+ObWgMrCHfPu5L9ttpwgyPxJc7HTzNH8yBCdescvx//NbAgWyTt DDULWDX7eSvGNV8Gav+Av/jwey7PTdi0zwWiJM8+kwk75CKCRn8ylnbcwoun7hpImJuI nLwQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=YaiI+eHX6/OW4ZKP5FvCX3JR+qzEkGQSL5O6X5SB0do=; b=BvGgdOkABrpZbLQJYmyX38kzsStKOWBj+7M+cYyb3xiRX0kpZ4yY8PKRocJ5bScdp9 swOVMXHDI0wvWNQM6Dkfr+F8CA2HHJGc9PkQoILdspcqSJn1c0z/mEv+pMhhcnwIj+qt u+VpJbuCDDX/9ma7+sDQoT8DZxvIrV3sORDeZmHlkfWoiMTYZTitA5voPEd8HDkpbCzJ RzcK+8/hk0hMIC4yLYUxVEgjYTn3neIvCzX+VyNxM4iWVBZk92ykSHVVzqXs6Akap6c0 zKTBj9NzAMWrOfYMDLr/O7yHh10l/+gUvYAawXL8z3v1DqAceYjlKELORsbnkewkQWKq juNw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q5si6101228otc.104.2020.02.05.02.02.03; Wed, 05 Feb 2020 02:02:19 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727358AbgBEKBE convert rfc822-to-8bit (ORCPT + 99 others); Wed, 5 Feb 2020 05:01:04 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:43185 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727068AbgBEKBE (ORCPT ); Wed, 5 Feb 2020 05:01:04 -0500 X-Originating-IP: 90.76.211.102 Received: from xps13 (lfbn-tou-1-1151-102.w90-76.abo.wanadoo.fr [90.76.211.102]) (Authenticated sender: miquel.raynal@bootlin.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 2940D1C000D; Wed, 5 Feb 2020 10:01:02 +0000 (UTC) Date: Wed, 5 Feb 2020 11:01:01 +0100 From: Miquel Raynal To: Yoshio Furuyama Cc: vigneshr@ti.com, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org Subject: Re: [PATCH] mtd: nand: Add comment about Kioxia ID Message-ID: <20200205110101.3d4e2e6a@xps13> In-Reply-To: <73dae14b-5bf0-b909-3229-aab3ed232669@kioxia.com> References: <1580783163-5601-1-git-send-email-ytc-mb-yfuruyama7@kioxia.com> <20200204095214.666c71fc@xps13> <73dae14b-5bf0-b909-3229-aab3ed232669@kioxia.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Yoshio, Yoshio Furuyama wrote on Tue, 4 Feb 2020 19:30:04 +0900: > Dear Miquèl, > > > On 2020/02/04 17:52, Miquel Raynal wrote: > > Hi Yoshio, > > > > Yoshio Furuyama wrote on Tue, 4 Feb > > 2020 11:26:03 +0900: > > > >> Add a comment above NAND_MFR_TOSHIBA and SPINAND_MFR_TOSHIBA definitions > >> that Toshiba and Kioxia ID are the same. > >> > >> Signed-off-by: Yoshio Furuyama > >> --- > >> drivers/mtd/nand/raw/internals.h | 1 + > >> drivers/mtd/nand/spi/toshiba.c | 1 + > >> 2 files changed, 2 insertions(+) > >> > >> diff --git a/drivers/mtd/nand/raw/internals.h b/drivers/mtd/nand/raw/internals.h > >> index cba6fe7..2918376b 100644 > >> --- a/drivers/mtd/nand/raw/internals.h > >> +++ b/drivers/mtd/nand/raw/internals.h > >> @@ -30,6 +30,7 @@ > >> #define NAND_MFR_SAMSUNG 0xec > >> #define NAND_MFR_SANDISK 0x45 > >> #define NAND_MFR_STMICRO 0x20 > >> +/* Toshiba and Kioxia ID are the same. */ > >> #define NAND_MFR_TOSHIBA 0x98 > >> #define NAND_MFR_WINBOND 0xef > >> >> diff --git a/drivers/mtd/nand/spi/toshiba.c b/drivers/mtd/nand/spi/toshiba.c > >> index 0db5ee4..a92ecc8 100644 > >> --- a/drivers/mtd/nand/spi/toshiba.c > >> +++ b/drivers/mtd/nand/spi/toshiba.c > >> @@ -10,6 +10,7 @@ > >> #include > >> #include > >> >> +/* Toshiba and Kioxia ID are the same. */ > >> #define SPINAND_MFR_TOSHIBA 0x98 > >> #define TOSH_STATUS_ECC_HAS_BITFLIPS_T (3 << 4) > >> > > > "Are the same" is not very descriptive, what about "Kioxia is the new > > name of Toshiba"? > > > That's a good idea. > > Actually , > > Is was changed a company name from Toshiba memory Co to Kioxia Co.     Since became independent from Toshiba group. > > I will update the comment as "Kioxia is new name of Toshiba memory" Well, in this case I would even recommend something more meaningful: "Since its independence from Toshiba Group, Toshiba memory Co has become Kioxia Co" Also, please update the version of your patch to "v3" in the title "[PATCH v3] ...", this can be done automatically when formatting your patch with git format-patch with the -v 3 option. Also the prefix should be "mtd: spinand: toshiba:" Thanks, Miquèl