]> 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)
commitd897e4f393e2f4f71ea8f5f3a8bd134701297b87
tree17372f75a551c4a66ab5b09c4cace53e82821947
parent97cf6c70bddd7822783b5f35f6a376c6ddd087a0
parent1d0bce18402e55b0c3e6943c879245cf6d61cd5f
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