All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pratyush Yadav <pratyush@kernel.org>
To: Takahiro Kuwano <tkuw584924@gmail.com>
Cc: Pratyush Yadav <pratyush@kernel.org>,
	 Tudor Ambarus <tudor.ambarus@linaro.org>,
	 Michael Walle <mwalle@kernel.org>,
	 Miquel Raynal <miquel.raynal@bootlin.com>,
	 Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	 Marek Vasut <marek.vasut+renesas@mailbox.org>,
	 linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
	 Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
Subject: Re: [PATCH v2 0/3] mtd: spi-nor: spansion: Add SMPT fixup for S25FS-S
Date: Mon, 10 Nov 2025 11:15:13 +0100	[thread overview]
Message-ID: <mafs0zf8u9osu.fsf@kernel.org> (raw)
In-Reply-To: <e46094b8-911d-4838-8be0-1a085e04685f@gmail.com> (Takahiro Kuwano's message of "Sat, 8 Nov 2025 11:07:46 +0900")

On Sat, Nov 08 2025, Takahiro Kuwano wrote:

> Hi Pratyush,
>
> On 11/8/2025 1:22 AM, Pratyush Yadav wrote:
>> Hi Takahiro,
>> 
>> On Wed, Nov 05 2025, Takahiro Kuwano wrote:
>> 
>>> Suggest new series as the result of discussion in the thread:
>>> https://patchwork.ozlabs.org/project/linux-mtd/patch/20240914220859.128540-1-marek.vasut+renesas@mailbox.org/
>>>
>>> Signed-off-by: Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
>> 
>> Checkpatch complains on all 3 patches:
>> 
>> WARNING: From:/Signed-off-by: email address mismatch: 'From: Takahiro Kuwano <tkuw584924@gmail.com>' != 'Signed-off-by: Takahiro Kuwano <Takahiro.Kuwano@infineon.com>'
>> 
>> Take a look at why your git-send-email didn't add the extra "From:" in the patch?
>> 
> Thanks for pointing out. I used 'b4 send' that time.
> I will check the settings.
>
>> For this patch series, is it okay if I change the author name to
>> Takahiro Kuwano <Takahiro.Kuwano@infineon.com> on all patches?
>> 
> Yes, please.

Applied to spi-nor/next with the author changed. Thanks!

-- 
Regards,
Pratyush Yadav

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

WARNING: multiple messages have this Message-ID (diff)
From: Pratyush Yadav <pratyush@kernel.org>
To: Takahiro Kuwano <tkuw584924@gmail.com>
Cc: Pratyush Yadav <pratyush@kernel.org>,
	 Tudor Ambarus <tudor.ambarus@linaro.org>,
	 Michael Walle <mwalle@kernel.org>,
	 Miquel Raynal <miquel.raynal@bootlin.com>,
	 Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	 Marek Vasut <marek.vasut+renesas@mailbox.org>,
	 linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
	 Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
Subject: Re: [PATCH v2 0/3] mtd: spi-nor: spansion: Add SMPT fixup for S25FS-S
Date: Mon, 10 Nov 2025 11:15:13 +0100	[thread overview]
Message-ID: <mafs0zf8u9osu.fsf@kernel.org> (raw)
In-Reply-To: <e46094b8-911d-4838-8be0-1a085e04685f@gmail.com> (Takahiro Kuwano's message of "Sat, 8 Nov 2025 11:07:46 +0900")

On Sat, Nov 08 2025, Takahiro Kuwano wrote:

> Hi Pratyush,
>
> On 11/8/2025 1:22 AM, Pratyush Yadav wrote:
>> Hi Takahiro,
>> 
>> On Wed, Nov 05 2025, Takahiro Kuwano wrote:
>> 
>>> Suggest new series as the result of discussion in the thread:
>>> https://patchwork.ozlabs.org/project/linux-mtd/patch/20240914220859.128540-1-marek.vasut+renesas@mailbox.org/
>>>
>>> Signed-off-by: Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
>> 
>> Checkpatch complains on all 3 patches:
>> 
>> WARNING: From:/Signed-off-by: email address mismatch: 'From: Takahiro Kuwano <tkuw584924@gmail.com>' != 'Signed-off-by: Takahiro Kuwano <Takahiro.Kuwano@infineon.com>'
>> 
>> Take a look at why your git-send-email didn't add the extra "From:" in the patch?
>> 
> Thanks for pointing out. I used 'b4 send' that time.
> I will check the settings.
>
>> For this patch series, is it okay if I change the author name to
>> Takahiro Kuwano <Takahiro.Kuwano@infineon.com> on all patches?
>> 
> Yes, please.

Applied to spi-nor/next with the author changed. Thanks!

-- 
Regards,
Pratyush Yadav

  reply	other threads:[~2025-11-10 10:15 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-05  7:47 [PATCH v2 0/3] mtd: spi-nor: spansion: Add SMPT fixup for S25FS-S Takahiro Kuwano
2025-11-05  7:47 ` Takahiro Kuwano
2025-11-05  7:47 ` [PATCH v2 1/3] mtd: spi-nor: sfdp: introduce smpt_read_dummy fixup hook Takahiro Kuwano
2025-11-05  7:47   ` Takahiro Kuwano
2025-11-05  7:47 ` [PATCH v2 2/3] mtd: spi-nor: sfdp: introduce smpt_map_id " Takahiro Kuwano
2025-11-05  7:47   ` Takahiro Kuwano
2025-11-05  7:48 ` [PATCH v2 3/3] mtd: spi-nor: spansion: SMPT fixups for S25FS-S Takahiro Kuwano
2025-11-05  7:48   ` Takahiro Kuwano
2025-11-07 16:22 ` [PATCH v2 0/3] mtd: spi-nor: spansion: Add SMPT fixup " Pratyush Yadav
2025-11-07 16:22   ` Pratyush Yadav
2025-11-08  2:07   ` Takahiro Kuwano
2025-11-08  2:07     ` Takahiro Kuwano
2025-11-10 10:15     ` Pratyush Yadav [this message]
2025-11-10 10:15       ` Pratyush Yadav
2025-11-16 13:52 ` Yasushi SHOJI
2025-11-16 13:52   ` Yasushi SHOJI
2025-11-17  8:48   ` Tudor Ambarus
2025-11-17  8:48     ` Tudor Ambarus
2025-11-18 10:00     ` Yasushi SHOJI
2025-11-18 10:00       ` Yasushi SHOJI

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=mafs0zf8u9osu.fsf@kernel.org \
    --to=pratyush@kernel.org \
    --cc=Takahiro.Kuwano@infineon.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=mwalle@kernel.org \
    --cc=richard@nod.at \
    --cc=tkuw584924@gmail.com \
    --cc=tudor.ambarus@linaro.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.