Re: [PATCH v4 3/8] power: supply: qcom_battmgr: Add resistance power supply property
From: Konrad Dybcio
Date: Tue Sep 16 2025 - 04:00:01 EST
On 9/16/25 4:31 AM, Fenglin Wu wrote:
>
> On 9/15/2025 6:18 PM, Dmitry Baryshkov wrote:
>> On Mon, Sep 15, 2025 at 04:49:55PM +0800, Fenglin Wu via B4 Relay wrote:
>>> From: Fenglin Wu <fenglin.wu@xxxxxxxxxxxxxxxx>
>>>
>>> Add power supply property to get battery internal resistance from
>>> the battery management firmware.
>>>
>>> Tested-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> # on Thinkpad T14S OLED
>> T14S is X1E80100, which uses SC8280XP-specific sets of properties. This
>> patch changes only SM8350-related data. How was it tested?
>
> I assumed that Neil has picked the series of the changes and tested the charge control limit functionality on his T14S device.
>
> When I run "b4 trailers -u", the tag was added on all patches. I will remove the "Tested-by" trailer for the patches with functionality not applicable for X1E80100 platform.
+ Konstantin
It's quite common to see someone leaving a T-b on the cover letter,
trying to say "I gave this series a spin" and then seeing the tag
appear on unrelated commits within the series (e.g. bindings or some
cosmetic fixes". Maybe some sort of an interactive (opt-in is fine)
dialog for "which patches to apply t-b/tags to" could be worth the
effort?
I was imagining two options:
$ b4 trailers -u --lalala
> Grabbing tags..
> Found:
> [Patch 0/n] Very Nice Changeset
> Tested-by: Foo Bar <foo@xxxxxxx>
>
> Which patches do you want the Tested-by tags to apply to? [all]: 2-5
or:
$ b4 trailers -u --lalala2
> Grabbing tagsd..
> Found:
> [Patch 0/n] Very Nice Changeset
> Apply to Patch 1 ("soc: qcom: Fix all bugs")? [Y/n/a] y
> Apply to Patch 2 ("dt-bindings: foobarbaz")? [Y/n/a] n
> Apply to Patch 3 ("clk: qcom: Fix ABCD")? [Y/n/a] a
> Applying to Patch 4 ("clk: qcom: Fix DEFG")
> . . .
> Applying to Patch n ("clk: qcom: Fix XYZ")
> Tags applied!
As I'm writing this, I'm thinking option 2 offers much more
fine-grained control, which is always nice to see..
Konrad