From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Brezillon Subject: Re: [PATCH v5 3/7] mtd: spi-nor: add opcodes for octal Read/Write commands Date: Mon, 10 Dec 2018 12:27:07 +0100 Message-ID: <20181210122707.3416095c@bbrezillon> References: <1543826226-30898-1-git-send-email-yogeshnarayan.gaur@nxp.com> <1543826226-30898-4-git-send-email-yogeshnarayan.gaur@nxp.com> <20181210115717.01ad2e60@bbrezillon> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org 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" List-Id: devicetree@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