lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 17 May 2024 18:05:00 +0200
From: Sebastian Reichel <sre@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org
Subject: [GIT PULL] power-supply changes for 6.10

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(-)

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ