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=-3.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED 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 1F08DC04EB8 for ; Mon, 10 Dec 2018 11:27:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D7DA420880 for ; Mon, 10 Dec 2018 11:27:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D7DA420880 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727467AbeLJL1K (ORCPT ); Mon, 10 Dec 2018 06:27:10 -0500 Received: from mail.bootlin.com ([62.4.15.54]:57741 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726847AbeLJL1K (ORCPT ); Mon, 10 Dec 2018 06:27:10 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 93AAA20CE3; Mon, 10 Dec 2018 12:27:07 +0100 (CET) Received: from bbrezillon (unknown [91.160.177.164]) by mail.bootlin.com (Postfix) with ESMTPSA id 373E420711; Mon, 10 Dec 2018 12:27:07 +0100 (CET) Date: Mon, 10 Dec 2018 12:27:07 +0100 From: Boris Brezillon To: Yogesh Narayan Gaur Cc: "linux-mtd@lists.infradead.org" , "broonie@kernel.org" , "marek.vasut@gmail.com" , "vigneshr@ti.com" , "linux-spi@vger.kernel.org" , "devicetree@vger.kernel.org" , "robh@kernel.org" , "mark.rutland@arm.com" , "shawnguo@kernel.org" , "linux-arm-kernel@lists.infradead.org" , "computersforpeace@gmail.com" , "frieder.schrempf@exceet.de" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v5 3/7] mtd: spi-nor: add opcodes for octal Read/Write commands Message-ID: <20181210122707.3416095c@bbrezillon> In-Reply-To: References: <1543826226-30898-1-git-send-email-yogeshnarayan.gaur@nxp.com> <1543826226-30898-4-git-send-email-yogeshnarayan.gaur@nxp.com> <20181210115717.01ad2e60@bbrezillon> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 10 Dec 2018 11:17:20 +0000 Yogesh Narayan Gaur wrote: > Hi Boris, > > > -----Original Message----- > > From: Boris Brezillon [mailto:boris.brezillon@bootlin.com] > > Sent: Monday, December 10, 2018 4:27 PM > > To: Yogesh Narayan Gaur > > Cc: linux-mtd@lists.infradead.org; broonie@kernel.org; > > marek.vasut@gmail.com; vigneshr@ti.com; linux-spi@vger.kernel.org; > > devicetree@vger.kernel.org; robh@kernel.org; mark.rutland@arm.com; > > shawnguo@kernel.org; linux-arm-kernel@lists.infradead.org; > > computersforpeace@gmail.com; frieder.schrempf@exceet.de; linux- > > kernel@vger.kernel.org > > Subject: Re: [PATCH v5 3/7] mtd: spi-nor: add opcodes for octal Read/Write > > commands > > > > On Mon, 3 Dec 2018 08:39:18 +0000 > > Yogesh Narayan Gaur wrote: > > > > > - Add opcodes for octal I/O commands > > > * Read : 1-1-8 and 1-8-8 protocol > > > * Write : 1-1-8 and 1-8-8 protocol > > > * opcodes for 4-byte address mode command > > > > > > - Entry of macros in _convert_3to4_xxx function > > > > > > - Add flag specifying flash support octal read commands. > > > > > > Signed-off-by: Vignesh R > > > Signed-off-by: Yogesh Gaur > > > > Looks like the SoB and Author lines do not match > > > > Yogesh Narayan Gaur vs Yogesh Gaur > > > > > > Can you find a way to make them match? > I am sending the patches with my smtp server of OutlookOffice and in that my user name is "Yogesh Narayan Gaur" and in gitconfig of my Linux machine I set user name as "Yogesh Gaur". > Is it mandatory to have same Author name in SoB and Author lines, if yes I would change the settings in gitconfig file. We have scripts that check that the author/committer has its SoB, depending on how strict the check is, it might complaint that SoB an author/committer do not match, so yes, please change gitconfig to make them match. Thanks, Boris