From patchwork Fri May 17 16:05:00 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 797777 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 55A5612F58E; Fri, 17 May 2024 16:05:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715961903; cv=none; b=J8xs4CDRQrnEsoxiwYEXHDUMxhRg+bAxz9rTEgYVwgCu0cUciym7Mvlscha/VB9elRoXkpB5EdleyN0X9czJEKWrjeVxvK3vSTaBTvM4boo5WGCDrbtrf6dFSyK0+iCo4/qtT4hMbXjYaerUWJli1e79/w0plC2jV0xu+L/Fw4c= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715961903; c=relaxed/simple; bh=dCTYsvvxFgi7FATRWxnawc0wrUUcw+8JKULz4rwaMvc=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=DXvfKxBiTCDw2MetnUid83slyDaV3G7rjkqBBlHUAh8nEdRmTc1Kjf9Wld9EPhuJZEMLpO6NbFIo/tlLw54KBSm8Fpx5MWCS3oJVq/LsihcaIINb9OAQ45P6wyfOYNVbBp4UrV1EZ+e8cHPy7jvoiiBcq0mLBmifT0fR4cfwRzM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nQVUWZd0; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nQVUWZd0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B3728C2BD10; Fri, 17 May 2024 16:05:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1715961902; bh=dCTYsvvxFgi7FATRWxnawc0wrUUcw+8JKULz4rwaMvc=; h=Date:From:To:Cc:Subject:From; b=nQVUWZd0RsJNH89xwvk+2P8RVGpzPLxFi7RhoGr6u0tRlUfSrDpeHozk32B1dnp+/ spdu7Vm4J3tXc11w4suJTQJmcp30RUaKq8ER555DYbWs3XpBwuJFI1/8vdi42WPEEY hfi2QbnIKi8rnUuy5dlnOz41ppmUTGDK2bhrT9JrNpNLFhfEpeuNgHf4qKB4RHNPM2 CP5jAw2L9ehVSQ7Z6yUg0KKoXBiLzXgVWlT3ucf4vAthk8+4FL3K/2YLSVs5fZoO7f Sq0w7v9YP6Uk0G+c4bvDkBN53IlDIJseojeglbWkNVso3XX0BOy3gZgzTL7I4//6uH bVxsyKLsR4xAA== Received: by mercury (Postfix, from userid 1000) id 9709E10605D4; Fri, 17 May 2024 18:05:00 +0200 (CEST) Date: Fri, 17 May 2024 18:05:00 +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 6.10 Message-ID: Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline Hi Linus, Just a few changes this time. All patches have been in -next for 7 weeks except for the dt-binding change, which I apparently forgot to push out. I still included it in the pull request, since it is just a simple documentation fix. There should be no merge conflicts. The following changes since commit 4cece764965020c22cff7665b18a012006359095: Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v6.10 for you to fetch changes up to 55f7073f6f59ef2c9e98b70f74118dba62e1aabc: dt-bindings: power: supply: max8903: specify flt-gpios as input (2024-04-30 16:43:09 +0200) ---------------------------------------------------------------- power supply and reset changes for the 6.10 series * core: simplify POWER_SUPPLY_PROP_CHARGE_BEHAVIOUR handling * test-power: add POWER_SUPPLY_PROP_CHARGE_BEHAVIOUR support * chrome EC drivers: add ID based probing * bq27xxx: simplify update loop to reduce I2C traffic * max8903 binding: fix GPIO polarity description ---------------------------------------------------------------- Andrew Davis (6): power: supply: bq27xxx: Move temperature reading out of update loop power: supply: bq27xxx: Move time reading out of update loop power: supply: bq27xxx: Move charge reading out of update loop power: supply: bq27xxx: Move energy reading out of update loop power: supply: bq27xxx: Move cycle count reading out of update loop power: supply: bq27xxx: Move health reading out of update loop Herman van Hazendonk (1): dt-bindings: power: supply: max8903: specify flt-gpios as input Thomas Weißschuh (2): power: supply: test-power: implement charge_behaviour property power: supply: core: simplify charge_behaviour formatting Tzung-Bi Shih (2): power: supply: cros_usbpd: provide ID table for avoiding fallback match power: supply: cros_pchg: provide ID table for avoiding fallback match .../bindings/power/supply/maxim,max8903.yaml | 2 +- drivers/power/supply/bq27xxx_battery.c | 116 ++++++++++++--------- drivers/power/supply/cros_peripheral_charger.c | 11 +- drivers/power/supply/cros_usbpd-charger.c | 11 +- drivers/power/supply/power_supply_sysfs.c | 20 +--- drivers/power/supply/test_power.c | 36 +++++++ include/linux/power/bq27xxx_battery.h | 8 -- 7 files changed, 121 insertions(+), 83 deletions(-)