mbox series

[GIT,PULL] power-supply changes for 5.19-rc

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

Pull-request

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

Message

Sebastian Reichel July 16, 2022, 11:24 p.m. UTC
Hi Linus,

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -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-rc

for you to fetch changes up to 093d27bb6f2d1963f927ef59c9a2d37059175426:

  power: supply: core: Fix boundary conditions in interpolation (2022-06-09 21:08:38 +0200)

----------------------------------------------------------------
Power Supply Fixes for 5.19 cycle

Fixes for the 5.19 cycle:
 * power-supply core temperature interpolation regression fix for
   incorrect boundaries
 * ab8500 needs to destroy it's work queues in error paths
 * Fix old DT refcount leak in arm-versatile

----------------------------------------------------------------
Dorian Rudolph (1):
      power: supply: core: Fix boundary conditions in interpolation

Gao Chao (1):
      power: supply: ab8500_fg: add missing destroy_workqueue in ab8500_fg_probe

Miaoqian Lin (1):
      power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probe

 drivers/power/reset/arm-versatile-reboot.c |  1 +
 drivers/power/supply/ab8500_fg.c           |  9 ++++++++-
 drivers/power/supply/power_supply_core.c   | 24 ++++++++++++------------
 3 files changed, 21 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org July 17, 2022, 3:06 p.m. UTC | #1
The pull request you sent on Sun, 17 Jul 2022 01:24:46 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/396df7005ba0f02646e96e05456a14b52e0f02f4

Thank you!