From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6965BC35240 for ; Thu, 30 Jan 2020 08:30:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4ABD42082E for ; Thu, 30 Jan 2020 08:30:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727167AbgA3Iav convert rfc822-to-8bit (ORCPT ); Thu, 30 Jan 2020 03:30:51 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:39951 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727142AbgA3Iav (ORCPT ); Thu, 30 Jan 2020 03:30:51 -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 relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 0C80B1BF219; Thu, 30 Jan 2020 08:30:48 +0000 (UTC) Date: Thu, 30 Jan 2020 09:30:48 +0100 From: Miquel Raynal To: shiva.linuxworks@gmail.com Cc: Richard Weinberger , Vignesh Raghavendra , Boris Brezillon , Frieder Schrempf , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Shivamurthy Shastri Subject: Re: [PATCH 1/4] mtd: spinand: Generalize the OOB layout structure and function names Message-ID: <20200130093048.5f196495@xps13> In-Reply-To: <20200119145432.10405-2-sshivamurthy@micron.com> References: <20200119145432.10405-1-sshivamurthy@micron.com> <20200119145432.10405-2-sshivamurthy@micron.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 Shiva, shiva.linuxworks@gmail.com wrote on Sun, 19 Jan 2020 15:54:29 +0100: > From: Shivamurthy Shastri > I would also prefix the commit with "mtd: spinand: micron:". > In order to add new Micron SPI NAND devices, we generalized the OOB > layout structure and function names. > > Signed-off-by: Shivamurthy Shastri Thanks, Miquèl