mbox series

[GIT,PULL] power-supply fixes for 6.1

Message ID 20221126010441.kkp6iavyvlcporpy@mercury.elektranox.org
State New
Headers show
Series [GIT,PULL] power-supply fixes for 6.1 | expand

Pull-request

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

Message

Sebastian Reichel Nov. 26, 2022, 1:04 a.m. UTC
Hi Linus,

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -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-v6.1-rc

for you to fetch changes up to 767e684367e4759d9855b184045b7a9d6b19acd2:

  power: supply: ab8500: Defer thermal zone probe (2022-11-01 01:00:32 +0100)

----------------------------------------------------------------
Power Supply Fixes for 6.1 cycle

Fixes for the 6.1 cycle:
 * rk817: Two error handling fixes
 * ip5xxx: fix inter overflow in current calculation
 * ab8500: fix thermal zone probing

----------------------------------------------------------------
Chris Morgan (1):
      power: supply: rk817: Change rk817_chg_cur_to_reg to int

Dan Carpenter (1):
      power: supply: rk817: check correct variable

Linus Walleij (1):
      power: supply: ab8500: Defer thermal zone probe

Ondrej Jirman (1):
      power: supply: ip5xxx: Fix integer overflow in current_now calculation

 drivers/power/supply/ab8500_btemp.c  |  9 ++++++++-
 drivers/power/supply/ip5xxx_power.c  |  2 +-
 drivers/power/supply/rk817_charger.c | 14 ++++++--------
 3 files changed, 15 insertions(+), 10 deletions(-)