All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Ansuel Smith <ansuelsmth@gmail.com>
Cc: Manivannan Sadhasivam <mani@kernel.org>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	linux-mtd@lists.infradead.org, linux-arm-msm@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v7 1/3] mtd: nand: raw: qcom_nandc: reorder qcom_nand_host struct
Date: Thu, 16 Jun 2022 16:37:51 +0200	[thread overview]
Message-ID: <20220616163751.2b5962df@xps-13> (raw)
In-Reply-To: <62aa76ad.1c69fb81.7e2d3.0c8e@mx.google.com>

Hi Ansuel/Christian,

ansuelsmth@gmail.com wrote on Thu, 16 Jun 2022 02:18:08 +0200:

> On Wed, Jun 15, 2022 at 10:41:32PM +0530, Manivannan Sadhasivam wrote:
> > On Wed, Jun 15, 2022 at 02:06:10AM +0200, Ansuel Smith wrote:  
> > > Reorder structs in nandc driver to save holes.
> > > 
> > > Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>  
> > 
> > Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
> > 
> > Thanks,
> > Mani
> >  
> 
> I'm sending v8 with a different Sob so I'm not adding the review tag (in
> v8).
> In short the new Sob is what I will use onwards, wanted to keep the
> Ansuel reference but it was suggested to use Christian Marangi and
> nothing more. It's just a name change and we are the same person and
> nobody is stealing ownership of the patch.
> Sorry for the mess.

Mmmh strange, but okay. You are supposed to contribute with your real
identity, not under pseudonym anyway.

Also, you could have kept Mani's R-by in v8 but anyway. Mani, can
you resend them?

Thanks,
Miquèl

WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Ansuel Smith <ansuelsmth@gmail.com>
Cc: Manivannan Sadhasivam <mani@kernel.org>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	linux-mtd@lists.infradead.org, linux-arm-msm@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v7 1/3] mtd: nand: raw: qcom_nandc: reorder qcom_nand_host struct
Date: Thu, 16 Jun 2022 16:37:51 +0200	[thread overview]
Message-ID: <20220616163751.2b5962df@xps-13> (raw)
In-Reply-To: <62aa76ad.1c69fb81.7e2d3.0c8e@mx.google.com>

Hi Ansuel/Christian,

ansuelsmth@gmail.com wrote on Thu, 16 Jun 2022 02:18:08 +0200:

> On Wed, Jun 15, 2022 at 10:41:32PM +0530, Manivannan Sadhasivam wrote:
> > On Wed, Jun 15, 2022 at 02:06:10AM +0200, Ansuel Smith wrote:  
> > > Reorder structs in nandc driver to save holes.
> > > 
> > > Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>  
> > 
> > Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
> > 
> > Thanks,
> > Mani
> >  
> 
> I'm sending v8 with a different Sob so I'm not adding the review tag (in
> v8).
> In short the new Sob is what I will use onwards, wanted to keep the
> Ansuel reference but it was suggested to use Christian Marangi and
> nothing more. It's just a name change and we are the same person and
> nobody is stealing ownership of the patch.
> Sorry for the mess.

Mmmh strange, but okay. You are supposed to contribute with your real
identity, not under pseudonym anyway.

Also, you could have kept Mani's R-by in v8 but anyway. Mani, can
you resend them?

Thanks,
Miquèl

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

  reply	other threads:[~2022-06-16 14:38 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-15  0:06 [PATCH v7 0/3] Add support for unprotected spare data page Ansuel Smith
2022-06-15  0:06 ` Ansuel Smith
2022-06-15  0:06 ` [PATCH v7 1/3] mtd: nand: raw: qcom_nandc: reorder qcom_nand_host struct Ansuel Smith
2022-06-15  0:06   ` Ansuel Smith
2022-06-15 17:11   ` Manivannan Sadhasivam
2022-06-15 17:11     ` Manivannan Sadhasivam
2022-06-16  0:18     ` Ansuel Smith
2022-06-16  0:18       ` Ansuel Smith
2022-06-16 14:37       ` Miquel Raynal [this message]
2022-06-16 14:37         ` Miquel Raynal
2022-06-16 14:39         ` Christian Marangi
2022-06-16 14:39           ` Christian Marangi
2022-06-16 21:27         ` Manivannan Sadhasivam
2022-06-16 21:27           ` Manivannan Sadhasivam
2022-06-16 20:27       ` Manivannan Sadhasivam
2022-06-16 20:27         ` Manivannan Sadhasivam
2022-06-16 20:29   ` Manivannan Sadhasivam
2022-06-16 20:29     ` Manivannan Sadhasivam
2022-06-15  0:06 ` [PATCH v7 2/3] mtd: nand: raw: qcom_nandc: add support for unprotected spare data pages Ansuel Smith
2022-06-15  0:06   ` Ansuel Smith
2022-06-15 17:28   ` Manivannan Sadhasivam
2022-06-15 17:28     ` Manivannan Sadhasivam
2022-06-15 16:35     ` Ansuel Smith
2022-06-15 16:35       ` Ansuel Smith
2022-06-15  0:06 ` [PATCH v7 3/3] dt-bindings: mtd: qcom_nandc: document qcom,boot-partitions binding Ansuel Smith
2022-06-15  0:06   ` Ansuel Smith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220616163751.2b5962df@xps-13 \
    --to=miquel.raynal@bootlin.com \
    --cc=agross@kernel.org \
    --cc=ansuelsmth@gmail.com \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=mani@kernel.org \
    --cc=richard@nod.at \
    --cc=robh+dt@kernel.org \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.