mbox series

[GIT,PULL] power-supply changes for 6.10

Message ID cxfqbs4vvzniebbpvajkymvjfztst75z5di6dvuk3gyvyiodnl@s5phlkjujcon
State New
Headers show
Series [GIT,PULL] power-supply changes for 6.10 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v6.10

Message

Sebastian Reichel May 17, 2024, 4:05 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org May 18, 2024, 9:06 p.m. UTC | #1
The pull request you sent on Fri, 17 May 2024 18:05:00 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v6.10

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/85d46148f8a07aa80199e52a2755304a27837caa

Thank you!