From patchwork Sat Jul 16 23:24:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 12920328 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20157C433EF for ; Sat, 16 Jul 2022 23:24:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232045AbiGPXYy (ORCPT ); Sat, 16 Jul 2022 19:24:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50916 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232035AbiGPXYx (ORCPT ); Sat, 16 Jul 2022 19:24:53 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5502411A06; Sat, 16 Jul 2022 16:24:52 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id AC25AB80D1D; Sat, 16 Jul 2022 23:24:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3BB36C34114; Sat, 16 Jul 2022 23:24:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658013889; bh=4yqvWxo08w1CoF1L0ShkzH6OzldtRf0WYqEarUJQhtE=; h=Date:From:To:Cc:Subject:From; b=eeh7cBPyjmXQsIoA24KohGqqjFabVdHbrGcfwCs5GUfduhzGvicc+iwF1G8EttVRS 7sR8lisUvFVm9+Hq4T96oU0RGKuqQ14QZP4/IR017oDGXWAMCMtaRXUtU2Q+ia5k3z /UbcNt3LD1lt5eNuxjnhBFMmz6U+m/68oIh86/MQFpjLRAWyrBxWYrXnCjP/XFKQ35 pn/huT4buFJHuIN1Iqkxz0Ztp1ekGORaBB/4/S9SxHbL31FPECgMcyy5vDEuiQWpi0 UOX3bnb4uVXyhp3PzbsRGX1477ZRbQejytLl8tyVsuLdl8dKljbgx4EMkofX9fLRov 73HUk2DYpqYsg== Received: by mercury (Postfix, from userid 1000) id ABBF71060428; Sun, 17 Jul 2022 01:24:46 +0200 (CEST) Date: Sun, 17 Jul 2022 01:24:46 +0200 From: Sebastian Reichel To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: [GIT PULL] power-supply changes for 5.19-rc Message-ID: <20220716232446.ndivv2hcrufezcz6@mercury.elektranox.org> MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org 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(-)