Re: [PATCH v9 2/2] hwmon: (pmbus/tps53679) Add support for TPS53685
From: Brian Chiang
Date: Tue Jun 17 2025 - 07:38:42 EST
On Wed, 11 Jun 2025 08:19:46 +0200, Krzysztof Kozlowski wrote:
>On 10/06/2025 12:41, Chiang Brian wrote:
>>> On 10/06/2025 12:41, Krzysztof Kozlowski wrote:
>>>
>>> On 10/06/2025 12:25, Chiang Brian wrote:
>>>> Add device type support for tps53685
>>>>
>>>> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
>>>> Signed-off-by: Chiang Brian <chiang.brian@xxxxxxxxxxxx>
>>>> ---
>>>> v8 -> v9:
>>>> - No code changed, correct the order of Acked-by tag
>>>> - Link to v8: https://lore.kernel.org/all/20250602042454.184643-2-chiang.brian@xxxxxxxxxxxx/
>>> Stop sending this to me 6 or more times. Every version you send multiple
>>> times, that's way too much.
>>
>> But how do I avoid sending to you even though I need to send this patch
>> series?
>> I apologize for the spamming due to familiar with the workflow.
>
>You sent three times previous version to me ONLY, for testing or
>whatever other process. Now you did the same.
>
>How to avoid it? Well, you type things into the keyboard, so type things
>which will do not perform above action. E.g. when executing git
>send-email it shows you recipients and then ABORT and correct the git
>send-email cc-list so it won't add CC based on tags (see manual).
Thank you for the explanation. I understand the issue now - git send-email
was automatically adding you to CC because of the "Acked-by" tag in the
commit message, in addition to the normal maintainer CC from get_maintainer.pl.
For future patch submissions, I'll use --suppress-cc=misc-by to prevent
automatic CC generation from commit message tags like "Acked-by", while
still maintaining proper maintainer CCs through get_maintainer.pl.
I apologize for the duplicate emails.
Best Regards,
Brian Chiang