[PATCH v2 0/2] power: supply: bq27xxx: bug fixes

H. Nikolaus Schaller posted 2 patches 1 month, 1 week ago
drivers/power/supply/bq27xxx_battery.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH v2 0/2] power: supply: bq27xxx: bug fixes
Posted by H. Nikolaus Schaller 1 month, 1 week ago
PATCH V2 2025-08-23 12:33:18:
Changes:
* improved commit description of main fix
* new patch: adds a restriction of historical no-battery-detection logic to the bq27000 chip

PATCH V1 2025-07-21 14:46:09:


H. Nikolaus Schaller (2):
  power: supply: bq27xxx: fix error return in case of no bq27000 hdq
    battery
  power: supply: bq27xxx: restrict no-battery detection to bq27000

 drivers/power/supply/bq27xxx_battery.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.50.1
Re: [PATCH v2 0/2] power: supply: bq27xxx: bug fixes
Posted by Sebastian Reichel 3 weeks, 6 days ago
On Sat, 23 Aug 2025 12:34:55 +0200, H. Nikolaus Schaller wrote:
> PATCH V2 2025-08-23 12:33:18:
> Changes:
> * improved commit description of main fix
> * new patch: adds a restriction of historical no-battery-detection logic to the bq27000 chip
> 
> PATCH V1 2025-07-21 14:46:09:
> 
> [...]

Applied, thanks!

[1/2] power: supply: bq27xxx: fix error return in case of no bq27000 hdq battery
      commit: 2c334d038466ac509468fbe06905a32d202117db
[2/2] power: supply: bq27xxx: restrict no-battery detection to bq27000
      commit: 1e451977e1703b6db072719b37cd1b8e250b9cc9

Best regards,
-- 
Sebastian Reichel <sebastian.reichel@collabora.com>
Re: [PATCH v2 0/2] power: supply: bq27xxx: bug fixes
Posted by Andreas Kemnade 1 month ago
Am Sat, 23 Aug 2025 12:34:55 +0200
schrieb "H. Nikolaus Schaller" <hns@goldelico.com>:

> PATCH V2 2025-08-23 12:33:18:
> Changes:
> * improved commit description of main fix
> * new patch: adds a restriction of historical no-battery-detection logic to the bq27000 chip
> 
> PATCH V1 2025-07-21 14:46:09:
> 
> 
> H. Nikolaus Schaller (2):
>   power: supply: bq27xxx: fix error return in case of no bq27000 hdq
>     battery
>   power: supply: bq27xxx: restrict no-battery detection to bq27000
> 
hmm, is the order correct? To me to be bisectable, should it be turned
around? Maybe Sebastian just can do that while picking it.

Regards,
Andreas
Re: [PATCH v2 0/2] power: supply: bq27xxx: bug fixes
Posted by H. Nikolaus Schaller 1 month ago

> Am 28.08.2025 um 20:24 schrieb Andreas Kemnade <andreas@kemnade.info>:
> 
> Am Sat, 23 Aug 2025 12:34:55 +0200
> schrieb "H. Nikolaus Schaller" <hns@goldelico.com>:
> 
>> PATCH V2 2025-08-23 12:33:18:
>> Changes:
>> * improved commit description of main fix
>> * new patch: adds a restriction of historical no-battery-detection logic to the bq27000 chip
>> 
>> PATCH V1 2025-07-21 14:46:09:
>> 
>> 
>> H. Nikolaus Schaller (2):
>>  power: supply: bq27xxx: fix error return in case of no bq27000 hdq
>>    battery
>>  power: supply: bq27xxx: restrict no-battery detection to bq27000
>> 
> hmm, is the order correct? To me to be bisectable, should it be turned
> around? Maybe Sebastian just can do that while picking it.

Well, it is to decide which of the two fuel gauges fix first...

The bq27000 is working again after the first one and the bq27z561 is no longer influenced after the second.

BR,
Nikolaus