Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp2308308pxu; Mon, 7 Dec 2020 03:15:54 -0800 (PST) X-Google-Smtp-Source: ABdhPJxpToCHz+0xXJxokvkz1kSYquN4DkBk83XvW1cZwlVTD+N8VHh6JTp2hcyYTHrI5gx8hOQU X-Received: by 2002:a17:906:578e:: with SMTP id k14mr13080509ejq.90.1607339754293; Mon, 07 Dec 2020 03:15:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607339754; cv=none; d=google.com; s=arc-20160816; b=clJhErdt6KBItNUVMQXaIId+KdY1/qEWpGVXE1x7+j/laIps0PfluyW9VB6F0RUioS cI9ilbR547q7nuE2hkCm+2SjFrU2vgnNkJoeVy0fyK1H4Vt9Zq+LYV1lVXuNIEZ2wzqg SpMsdAZVRjzWj4v5FBYJ+lhWErprBXIU5CrGRU/d5hOZWMowVu3mWkRHP1iBppBwugtA YnFbkmi3vFag38bcmYk8QL3H/b374eFQeSvirAl/pgcd4Qp/fcFE8BscB+IThytwXocu qkeBHz7VPlljZG0Ru3p5VKmO3RV2h2yqecVcmNCfNBNDJKQwPtn5Z25E2nHylYZfVyRP JarA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=wmy0vVcJPxCVuPHIVKsrnUqpoIs0cCLththFoSU+HMA=; b=oigMSHlInjC1Ac7oBq9weoxqmsV9B3hSR7+5g4hghMpGmpubSYFsQrmCRW2PMQtcHm 780vARUe5xSMEIfg3SmGpsAFInu0JEAL3zPAZLYu9CF1t4LB6sT4BHdl3I9yLQyKBqDY qe2VJ8xVbgO0TNMLTRZwwycWMvgipltAGlqb3cRAjw9Lg/z93Wbm+5KQZZPHsfXopf5n QAFZU8lLWQxLSLCei1zPjmwqMTtVnNa1axJMLeSe6EVkQqkVZvc+l0Aaf4DqQOMTScs0 mkfqn0v1lRS2orxpSO8qluP+EOP+v4FwAN2mGNJ4P1NEs/mSNxMof2CrN570Re+oJERp 9nxw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id eb10si7918778edb.192.2020.12.07.03.15.31; Mon, 07 Dec 2020 03:15:54 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726472AbgLGLLA convert rfc822-to-8bit (ORCPT + 99 others); Mon, 7 Dec 2020 06:11:00 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:57005 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726506AbgLGLLA (ORCPT ); Mon, 7 Dec 2020 06:11:00 -0500 Received: from xps13 (lfbn-tou-1-1617-103.w109-220.abo.wanadoo.fr [109.220.208.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 4D3BF240016; Mon, 7 Dec 2020 11:10:17 +0000 (UTC) Date: Mon, 7 Dec 2020 12:10:16 +0100 From: Miquel Raynal To: Thirumalesha Narasimhappa Cc: Richard Weinberger , Vignesh Raghavendra , Shivamurthy Shastri , Boris Brezillon , Chuanhong Guo , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 1/2] mtd: spinand: micron: Generalize the structure names Message-ID: <20201207121016.3b6d986b@xps13> In-Reply-To: <20201108113735.2533-2-nthirumalesha7@gmail.com> References: <20201108113735.2533-1-nthirumalesha7@gmail.com> <20201108113735.2533-2-nthirumalesha7@gmail.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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thirumalesha, Thirumalesha Narasimhappa wrote on Sun, 8 Nov 2020 19:37:34 +0800: > Rename the read/write/update of SPINAND_OP_VARIANTS() to a generic names I applied this patch with a minor change: it's not a generalization of the name, but quite the opposite. Thanks, Miquèl