mbox series

[GIT,PULL] power-supply changes for 5.19

Message ID 20220601201404.nc66eejtt4tuvre6@mercury.elektranox.org
State New
Headers show
Series [GIT,PULL] power-supply changes for 5.19 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v5.19

Message

Sebastian Reichel June 1, 2022, 8:14 p.m. UTC
Hi Linus,

Not much from the power-supply subsystem this time around, since I
was busy most of the cycle. The pull request also contains some
fixes, that I originally planned to send for 5.18. Apart from this
there is nothing noteworthy.

Thanks,

-- Sebastian

The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a:

  Linux 5.18-rc5 (2022-05-01 13:57:58 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v5.19

for you to fetch changes up to da50aad6d86716aa48a2b8463c85caea77c0355f:

  Merge power-supply 'fixes' branch (2022-05-22 23:03:29 +0200)

----------------------------------------------------------------
power supply and reset changes for the v5.19 series

power-supply core:
 - init power_supply_info struct to zero

drivers:
 - bq27xxx: expose data for uncalibrated battery
 - bq24190-charger: use pm_runtime_resume_and_get
 - ab8500_fg: allocate wq in probe
 - axp288_fuel_gauge: drop BIOS version from "T3 MRD" quirk
 - axp288_fuel_gauge: modify "T3 MRD" quirk to also fix "One Mix 1"

----------------------------------------------------------------
Hans de Goede (2):
      power: supply: axp288_fuel_gauge: Fix battery reporting on the One Mix 1
      power: supply: axp288_fuel_gauge: Drop BIOS version check from "T3 MRD" DMI quirk

Linus Walleij (2):
      power: supply: core: Initialize struct to zero
      power: supply: ab8500_fg: Allocate wq in probe

Minghao Chi (1):
      power: supply: bq24190_charger: using pm_runtime_resume_and_get instead of pm_runtime_get_sync

Sebastian Reichel (1):
      Merge power-supply 'fixes' branch

Sicelo A. Mhlongo (1):
      power: supply: bq27xxx: expose battery data when CI=1

 drivers/power/supply/ab8500_fg.c         | 19 +++++-----
 drivers/power/supply/axp288_fuel_gauge.c | 41 ++++++++++++++++++---
 drivers/power/supply/bq24190_charger.c   | 63 +++++++++++---------------------
 drivers/power/supply/bq27xxx_battery.c   | 60 ++++++++++++++----------------
 drivers/power/supply/power_supply_core.c |  2 +-
 5 files changed, 95 insertions(+), 90 deletions(-)