From patchwork Wed Jun 1 20:14:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 578360 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 F009FCCA47B for ; Wed, 1 Jun 2022 20:42:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229588AbiFAUmi (ORCPT ); Wed, 1 Jun 2022 16:42:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229500AbiFAUmh (ORCPT ); Wed, 1 Jun 2022 16:42:37 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EDE321D502C; Wed, 1 Jun 2022 13:23:30 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 7A399615DA; Wed, 1 Jun 2022 20:14:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B27E5C385A5; Wed, 1 Jun 2022 20:14:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654114446; bh=ANEZGcC38fks5Sbmq7hFARmRKNzmPSYj5weqOHWaC7U=; h=Date:From:To:Cc:Subject:From; b=DbLxkgWvqnFalgNPxRu92f7qC3o0VDMSTwCtOBSrBwYpHvfO+xmIlTIKOzoBah1/I R6OmGReJRlya0AwJRjpnGNK8+lgax09VuHPcSvcrOr3L9EmiKm9+zcevuK2w8qQhI6 vw/B8bBoj0l+8mfK081S8ap4iuH2ZpkhujIEmVshyvcDpb5Hi9FHghkDDXA3Iv0YRb biXGU1Ni9rr4CY7uHL1tF8CSCAzMjGytrxmumik2chknBoiO33bhHSJlgy4gvACcXK +uvbJMNrVsNppsns+N19pU2CVEpzqsM76KaQVg5uv1bGTZfi/SEhKZ46jv3S6WjgOY f7po3Ozi14pnw== Received: by mercury (Postfix, from userid 1000) id 28E8B106043A; Wed, 1 Jun 2022 22:14:04 +0200 (CEST) Date: Wed, 1 Jun 2022 22:14:04 +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 Message-ID: <20220601201404.nc66eejtt4tuvre6@mercury.elektranox.org> MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi Linus, Not much from the power-supply subsystem this time around, since I was busy most of the cycle. The pull request also contains some fixes, that I originally planned to send for 5.18. Apart from this there is nothing noteworthy. Thanks, -- Sebastian The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a: Linux 5.18-rc5 (2022-05-01 13:57:58 -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 for you to fetch changes up to da50aad6d86716aa48a2b8463c85caea77c0355f: Merge power-supply 'fixes' branch (2022-05-22 23:03:29 +0200) ---------------------------------------------------------------- power supply and reset changes for the v5.19 series power-supply core: - init power_supply_info struct to zero drivers: - bq27xxx: expose data for uncalibrated battery - bq24190-charger: use pm_runtime_resume_and_get - ab8500_fg: allocate wq in probe - axp288_fuel_gauge: drop BIOS version from "T3 MRD" quirk - axp288_fuel_gauge: modify "T3 MRD" quirk to also fix "One Mix 1" ---------------------------------------------------------------- Hans de Goede (2): power: supply: axp288_fuel_gauge: Fix battery reporting on the One Mix 1 power: supply: axp288_fuel_gauge: Drop BIOS version check from "T3 MRD" DMI quirk Linus Walleij (2): power: supply: core: Initialize struct to zero power: supply: ab8500_fg: Allocate wq in probe Minghao Chi (1): power: supply: bq24190_charger: using pm_runtime_resume_and_get instead of pm_runtime_get_sync Sebastian Reichel (1): Merge power-supply 'fixes' branch Sicelo A. Mhlongo (1): power: supply: bq27xxx: expose battery data when CI=1 drivers/power/supply/ab8500_fg.c | 19 +++++----- drivers/power/supply/axp288_fuel_gauge.c | 41 ++++++++++++++++++--- drivers/power/supply/bq24190_charger.c | 63 +++++++++++--------------------- drivers/power/supply/bq27xxx_battery.c | 60 ++++++++++++++---------------- drivers/power/supply/power_supply_core.c | 2 +- 5 files changed, 95 insertions(+), 90 deletions(-)