From patchwork Sat Nov 26 01:04:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 628858 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 B7870C43217 for ; Sat, 26 Nov 2022 01:04:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229791AbiKZBEr (ORCPT ); Fri, 25 Nov 2022 20:04:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229570AbiKZBEq (ORCPT ); Fri, 25 Nov 2022 20:04:46 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2174E201B1; Fri, 25 Nov 2022 17:04:46 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id B512A61141; Sat, 26 Nov 2022 01:04:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C7CDAC433D6; Sat, 26 Nov 2022 01:04:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669424685; bh=TY8IZL8P0GF/A6JPjvDXNXoBU6fP3tYdWjqdkHU4+KQ=; h=Date:From:To:Cc:Subject:From; b=jdxb7OJTykXTbWY4qVib6VwP1PG4cWONNqmy33EzBOjEuIfgG8Y1Xbi3m6k900lZA TZAD3q8Rzqso3GSvglqjAG17syvH0axtZKPkigdq3ryjzO3UsgHiQ5FyQAn1Bhug5v QuTSWKCN9PBO9dXf94FL/eatVgXdcF8oTOgnwqTortbWGDkrmESwK6HHlzu5skRiMh oVeBP5apE5az3yl6zwmH2RMF6KZGnhCbYgu9aemYBurjgarsLtwzEaey62p/dYtc9d KWJSJqQrjT4g3Ai6jEUo+oX4PPHOsscfDip+TCNekVsdz3iBoTFYAMrE7tgTGNvWRf dRznfnYxAw/6A== Received: by mercury (Postfix, from userid 1000) id 4014910613B8; Sat, 26 Nov 2022 02:04:41 +0100 (CET) Date: Sat, 26 Nov 2022 02:04:41 +0100 From: Sebastian Reichel To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: [GIT PULL] power-supply fixes for 6.1 Message-ID: <20221126010441.kkp6iavyvlcporpy@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 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(-)