* [PATCH] arm64: dts: sprd: Remove unused and undocumented "constant_charge_voltage_max_microvolt" property
@ 2024-11-15 19:34 Rob Herring (Arm)
2024-11-16 3:38 ` Baolin Wang
2024-11-20 12:14 ` Stanislav Jakubek
0 siblings, 2 replies; 8+ messages in thread
From: Rob Herring (Arm) @ 2024-11-15 19:34 UTC (permalink / raw)
To: Krzysztof Kozlowski, Conor Dooley, Orson Zhai, Baolin Wang,
Chunyan Zhang
Cc: devicetree, linux-kernel
Remove "constant_charge_voltage_max_microvolt" property which is both
unused in the kernel and undocumented. Most likely they are leftovers
from downstream.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
arch/arm64/boot/dts/sprd/sp9860g-1h10.dts | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts b/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts
index 095b24a31313..e60838695d0e 100644
--- a/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts
+++ b/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts
@@ -71,7 +71,6 @@ bat: battery {
compatible = "simple-battery";
charge-full-design-microamp-hours = <1900000>;
charge-term-current-microamp = <120000>;
- constant_charge_voltage_max_microvolt = <4350000>;
internal-resistance-micro-ohms = <250000>;
ocv-capacity-celsius = <20>;
ocv-capacity-table-0 = <4185000 100>, <4113000 95>, <4066000 90>,
--
2.45.2
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] arm64: dts: sprd: Remove unused and undocumented "constant_charge_voltage_max_microvolt" property
2024-11-15 19:34 [PATCH] arm64: dts: sprd: Remove unused and undocumented "constant_charge_voltage_max_microvolt" property Rob Herring (Arm)
@ 2024-11-16 3:38 ` Baolin Wang
2024-11-20 12:14 ` Stanislav Jakubek
1 sibling, 0 replies; 8+ messages in thread
From: Baolin Wang @ 2024-11-16 3:38 UTC (permalink / raw)
To: Rob Herring (Arm), Krzysztof Kozlowski, Conor Dooley, Orson Zhai,
Chunyan Zhang
Cc: devicetree, linux-kernel
On 2024/11/16 03:34, Rob Herring (Arm) wrote:
> Remove "constant_charge_voltage_max_microvolt" property which is both
> unused in the kernel and undocumented. Most likely they are leftovers
> from downstream.
Yes. LGTM. Thanks.
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
> arch/arm64/boot/dts/sprd/sp9860g-1h10.dts | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts b/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts
> index 095b24a31313..e60838695d0e 100644
> --- a/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts
> +++ b/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts
> @@ -71,7 +71,6 @@ bat: battery {
> compatible = "simple-battery";
> charge-full-design-microamp-hours = <1900000>;
> charge-term-current-microamp = <120000>;
> - constant_charge_voltage_max_microvolt = <4350000>;
> internal-resistance-micro-ohms = <250000>;
> ocv-capacity-celsius = <20>;
> ocv-capacity-table-0 = <4185000 100>, <4113000 95>, <4066000 90>,
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] arm64: dts: sprd: Remove unused and undocumented "constant_charge_voltage_max_microvolt" property
2024-11-15 19:34 [PATCH] arm64: dts: sprd: Remove unused and undocumented "constant_charge_voltage_max_microvolt" property Rob Herring (Arm)
2024-11-16 3:38 ` Baolin Wang
@ 2024-11-20 12:14 ` Stanislav Jakubek
2024-11-20 12:27 ` Baolin Wang
2024-11-20 13:04 ` Rob Herring
1 sibling, 2 replies; 8+ messages in thread
From: Stanislav Jakubek @ 2024-11-20 12:14 UTC (permalink / raw)
To: robh
Cc: baolin.wang, conor+dt, devicetree, krzk+dt, linux-kernel,
orsonzhai, zhang.lyra
Hi Rob,
constant-charge-voltage-max-microvolt is a valid property, which I assume
was the original intention here. I've already submitted a patch changing this
to the documented property:
https://lore.kernel.org/lkml/aa557091d9494fdaa3eda75803f9ea97014c8832.1730918663.git.stano.jakubek@gmail.com/
Baolin also reviewed that patch... make of that what you will.
Regards,
Stanislav
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] arm64: dts: sprd: Remove unused and undocumented "constant_charge_voltage_max_microvolt" property
2024-11-20 12:14 ` Stanislav Jakubek
@ 2024-11-20 12:27 ` Baolin Wang
2024-11-20 14:25 ` Krzysztof Kozlowski
2024-11-20 13:04 ` Rob Herring
1 sibling, 1 reply; 8+ messages in thread
From: Baolin Wang @ 2024-11-20 12:27 UTC (permalink / raw)
To: Stanislav Jakubek, robh
Cc: conor+dt, devicetree, krzk+dt, linux-kernel, orsonzhai,
zhang.lyra
On 2024/11/20 20:14, Stanislav Jakubek wrote:
> Hi Rob,
>
> constant-charge-voltage-max-microvolt is a valid property, which I assume
> was the original intention here. I've already submitted a patch changing this
> to the documented property:
>
> https://lore.kernel.org/lkml/aa557091d9494fdaa3eda75803f9ea97014c8832.1730918663.git.stano.jakubek@gmail.com/
>
> Baolin also reviewed that patch... make of that what you will.
Ah, yes. Sorry I forgot your patch. Thanks for reminding.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] arm64: dts: sprd: Remove unused and undocumented "constant_charge_voltage_max_microvolt" property
2024-11-20 12:14 ` Stanislav Jakubek
2024-11-20 12:27 ` Baolin Wang
@ 2024-11-20 13:04 ` Rob Herring
1 sibling, 0 replies; 8+ messages in thread
From: Rob Herring @ 2024-11-20 13:04 UTC (permalink / raw)
To: Stanislav Jakubek
Cc: baolin.wang, conor+dt, devicetree, krzk+dt, linux-kernel,
orsonzhai, zhang.lyra
On Wed, Nov 20, 2024 at 6:14 AM Stanislav Jakubek
<stano.jakubek@gmail.com> wrote:
>
> Hi Rob,
>
> constant-charge-voltage-max-microvolt is a valid property, which I assume
> was the original intention here. I've already submitted a patch changing this
> to the documented property:
>
> https://lore.kernel.org/lkml/aa557091d9494fdaa3eda75803f9ea97014c8832.1730918663.git.stano.jakubek@gmail.com/
Ok, thanks. We should apply your patch instead.
Rob
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] arm64: dts: sprd: Remove unused and undocumented "constant_charge_voltage_max_microvolt" property
2024-11-20 12:27 ` Baolin Wang
@ 2024-11-20 14:25 ` Krzysztof Kozlowski
2024-11-21 3:04 ` Chunyan Zhang
0 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2024-11-20 14:25 UTC (permalink / raw)
To: Baolin Wang, Stanislav Jakubek, robh
Cc: conor+dt, devicetree, krzk+dt, linux-kernel, orsonzhai,
zhang.lyra
On 20/11/2024 13:27, Baolin Wang wrote:
>
>
> On 2024/11/20 20:14, Stanislav Jakubek wrote:
>> Hi Rob,
>>
>> constant-charge-voltage-max-microvolt is a valid property, which I assume
>> was the original intention here. I've already submitted a patch changing this
>> to the documented property:
>>
>> https://lore.kernel.org/lkml/aa557091d9494fdaa3eda75803f9ea97014c8832.1730918663.git.stano.jakubek@gmail.com/
>>
>> Baolin also reviewed that patch... make of that what you will.
>
> Ah, yes. Sorry I forgot your patch. Thanks for reminding.
No one picked them up... I kept Stanislav's patches in my incoming/inbox
folder for quite long time, because I pick up some random fixes here and
there, but then forgot them and did not apply for v6.13-rc1. So they
missed v6.13-rc1.
I am not the maintainer of that platform, so I don't care about it
really, but I care about contributors work not being lost/ignored.
What is the plan with these and all other Spreadtrum patches? Are they
going to be applied by you or other Spreadtrum maintainers? Do you need
any help from us? Or maybe some clarifications of the process?
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] arm64: dts: sprd: Remove unused and undocumented "constant_charge_voltage_max_microvolt" property
2024-11-20 14:25 ` Krzysztof Kozlowski
@ 2024-11-21 3:04 ` Chunyan Zhang
2024-12-05 10:21 ` Krzysztof Kozlowski
0 siblings, 1 reply; 8+ messages in thread
From: Chunyan Zhang @ 2024-11-21 3:04 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Baolin Wang, Stanislav Jakubek, robh, conor+dt, devicetree,
krzk+dt, linux-kernel, orsonzhai, Cixi Geng
Hi Krzysztof,
On Wed, 20 Nov 2024 at 22:25, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> On 20/11/2024 13:27, Baolin Wang wrote:
> >
> >
> > On 2024/11/20 20:14, Stanislav Jakubek wrote:
> >> Hi Rob,
> >>
> >> constant-charge-voltage-max-microvolt is a valid property, which I assume
> >> was the original intention here. I've already submitted a patch changing this
> >> to the documented property:
> >>
> >> https://lore.kernel.org/lkml/aa557091d9494fdaa3eda75803f9ea97014c8832.1730918663.git.stano.jakubek@gmail.com/
> >>
> >> Baolin also reviewed that patch... make of that what you will.
> >
> > Ah, yes. Sorry I forgot your patch. Thanks for reminding.
>
> No one picked them up... I kept Stanislav's patches in my incoming/inbox
> folder for quite long time, because I pick up some random fixes here and
> there, but then forgot them and did not apply for v6.13-rc1. So they
> missed v6.13-rc1.
>
> I am not the maintainer of that platform, so I don't care about it
> really, but I care about contributors work not being lost/ignored.
>
> What is the plan with these and all other Spreadtrum patches? Are they
> going to be applied by you or other Spreadtrum maintainers? Do you need
> any help from us? Or maybe some clarifications of the process?
Yes we need your help!
The Spreadtrum DTS patches had been being maintained through my tree.
I'm not suitable to do this any more due to some changes (I've moved
myself to the reviewer entry of sprd).
After discussion with other sprd maintainers, we still want the
Spreadtrum patches to go through your tree if you agree.
Thanks for all the help,
Chunyan
>
> Best regards,
> Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] arm64: dts: sprd: Remove unused and undocumented "constant_charge_voltage_max_microvolt" property
2024-11-21 3:04 ` Chunyan Zhang
@ 2024-12-05 10:21 ` Krzysztof Kozlowski
0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-05 10:21 UTC (permalink / raw)
To: Chunyan Zhang
Cc: Baolin Wang, Stanislav Jakubek, robh, conor+dt, devicetree,
krzk+dt, linux-kernel, orsonzhai, Cixi Geng, Arnd Bergmann
On 21/11/2024 04:04, Chunyan Zhang wrote:
> Hi Krzysztof,
>
> On Wed, 20 Nov 2024 at 22:25, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>>
>> On 20/11/2024 13:27, Baolin Wang wrote:
>>>
>>>
>>> On 2024/11/20 20:14, Stanislav Jakubek wrote:
>>>> Hi Rob,
>>>>
>>>> constant-charge-voltage-max-microvolt is a valid property, which I assume
>>>> was the original intention here. I've already submitted a patch changing this
>>>> to the documented property:
>>>>
>>>> https://lore.kernel.org/lkml/aa557091d9494fdaa3eda75803f9ea97014c8832.1730918663.git.stano.jakubek@gmail.com/
>>>>
>>>> Baolin also reviewed that patch... make of that what you will.
>>>
>>> Ah, yes. Sorry I forgot your patch. Thanks for reminding.
>>
>> No one picked them up... I kept Stanislav's patches in my incoming/inbox
>> folder for quite long time, because I pick up some random fixes here and
>> there, but then forgot them and did not apply for v6.13-rc1. So they
>> missed v6.13-rc1.
>>
>> I am not the maintainer of that platform, so I don't care about it
>> really, but I care about contributors work not being lost/ignored.
>>
>> What is the plan with these and all other Spreadtrum patches? Are they
>> going to be applied by you or other Spreadtrum maintainers? Do you need
>> any help from us? Or maybe some clarifications of the process?
>
> Yes we need your help!
>
> The Spreadtrum DTS patches had been being maintained through my tree.
> I'm not suitable to do this any more due to some changes (I've moved
> myself to the reviewer entry of sprd).
>
> After discussion with other sprd maintainers, we still want the
> Spreadtrum patches to go through your tree if you agree.
+Cc Arnd,
With few folks we talked briefly on IRC, but that probably missed some
audience. I was indeed taking orphaned fixes, not only for Spreadtrum
but also other trees, but that's different than maintaining. I don't
feel comfortable taking any features or making any maintenance decisions
about Spreadtrum, so I should not be listed in MAINTAINERS file. If I am
not listed there, it is likely I will miss patches, so me picking up
fixes here solves current issue, but does not really solve the problem
long term.
If there is no one willing to handle patches for Spreadtrum, maybe the
platform's status should be changed from Maintained to "Odd Fixes"?
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-12-05 10:22 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-15 19:34 [PATCH] arm64: dts: sprd: Remove unused and undocumented "constant_charge_voltage_max_microvolt" property Rob Herring (Arm)
2024-11-16 3:38 ` Baolin Wang
2024-11-20 12:14 ` Stanislav Jakubek
2024-11-20 12:27 ` Baolin Wang
2024-11-20 14:25 ` Krzysztof Kozlowski
2024-11-21 3:04 ` Chunyan Zhang
2024-12-05 10:21 ` Krzysztof Kozlowski
2024-11-20 13:04 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox