]> git.itanic.dy.fi Git - linux-stable/commit
Merge tag 'for-v5.19-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 Jul 2022 14:45:51 +0000 (07:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 Jul 2022 14:45:51 +0000 (07:45 -0700)
commit396df7005ba0f02646e96e05456a14b52e0f02f4
tree17372f75a551c4a66ab5b09c4cace53e82821947
parent972a278fe60c361eb8f37619f562f092e8786d7c
parent093d27bb6f2d1963f927ef59c9a2d37059175426
Merge tag 'for-v5.19-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply

Pull power supply fixes from Sebastian Reichel:

 - power-supply core temperature interpolation regression fix for
   incorrect boundaries

 - ab8500 needs to destroy its work queues in error paths

 - Fix old DT refcount leak in arm-versatile

* tag 'for-v5.19-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply:
  power: supply: core: Fix boundary conditions in interpolation
  power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probe
  power: supply: ab8500_fg: add missing destroy_workqueue in ab8500_fg_probe