]> git.baikalelectronics.ru Git - kernel.git/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)
commit11b4e11ffe4354501812716802c270e703cf384c
tree17372f75a551c4a66ab5b09c4cace53e82821947
parentc01d6bf30308892a58ac4b1acaed2c2357268e93
parentbe2a9264fd26ac884248576d57a422b17d8505c7
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