All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Reichel <sre@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org
Subject: [GIT PULL] power-supply changes for 5.16
Date: Thu, 4 Nov 2021 19:29:18 +0100	[thread overview]
Message-ID: <20211104182918.nqvaukg6y6qq6mbp@earth.universe> (raw)

[-- Attachment #1: Type: text/plain, Size: 4786 bytes --]

Hi Linus,

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -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.16

for you to fetch changes up to 22ad4f99f63fc892412cde5a45d43b2288a60b88:

  power: supply: bq25890: Fix initial setting of the F_CONV_RATE field (2021-11-02 16:48:47 +0100)

----------------------------------------------------------------
power supply and reset changes for the v5.16 series

Miscellaneous small fixes and improvements all over
the place. Nothing stands out in particular.

----------------------------------------------------------------
Claudiu Beznea (1):
      power: reset: at91-reset: check properly the return value of devm_of_iomap

Colin Ian King (1):
      power: supply: wm831x_power: fix spelling mistake on function name

David Heidelberg (1):
      dt-bindings: power: supply: max17040: switch to unevaluatedProperties

Geert Uytterhoeven (1):
      power: supply: core: Move psy_has_property() to fix build

Hans de Goede (7):
      docs: ABI: sysfs-class-power: Documented cycle_count property
      power: supply: axp288-charger: Add depends on IOSF_MBIO to Kconfig
      power: supply: axp288-charger: Remove unnecessary is_present and is_online helpers
      power: supply: axp288-charger: Simplify axp288_get_charger_health()
      power: supply: bq27xxx: Fix kernel crash on IRQ handler register error
      power: supply: bq25890: Fix race causing oops at boot
      power: supply: bq25890: Fix initial setting of the F_CONV_RATE field

Henrik Grimler (2):
      power: supply: max17042_battery: use VFSOC for capacity when no rsns
      power: supply: max17042_battery: fix typo in MAX17042_IAvg_empty

Jakob Hauser (1):
      power: supply: rt5033_battery: Change voltage values to µV

Kate Hsuan (1):
      power: supply: axp288-charger: Optimize register reading method

Krzysztof Kozlowski (4):
      power: supply: max17040: extend help/description
      power: supply: max17042: extend help/description
      MAINTAINERS: power: supply: max17042: add entry with reviewers
      MAINTAINERS: power: supply: max17040: add entry with reviewers

Linus Walleij (3):
      dt-bindings: power: Bindings for Samsung batteries
      dt-bindings: power: supply: ab8500: Standard monitored-battery
      power: supply: ab8500_bmdata: Use standard phandle

Martin Kepplinger (1):
      power: bq25890: add return values to error messages

Matthias Kaehlcke (1):
      power: supply: core: Add psy_has_property()

Sebastian Krzyszkowiak (2):
      power: supply: max17042_battery: Clear status bits in interrupt handler
      power: supply: max17042_battery: Prevent int underflow in set_soc_threshold

Tang Bin (1):
      power: supply: cpcap-battery: use device_get_match_data() to simplify code

Thomas Gleixner (1):
      power: reset: ltc2952: Use hrtimer_forward_now()

Wei Yongjun (1):
      power: supply: axp288_charger: Fix missing mutex_init()

Yang Yingliang (1):
      power: supply: max17040: fix null-ptr-deref in max17040_probe()

 Documentation/ABI/testing/sysfs-class-power        |  13 ++
 .../bindings/power/supply/maxim,max17040.yaml      |   2 +-
 .../bindings/power/supply/samsung,battery.yaml     |  56 +++++++
 .../power/supply/stericsson,ab8500-btemp.yaml      |  10 +-
 .../power/supply/stericsson,ab8500-chargalg.yaml   |  10 +-
 .../power/supply/stericsson,ab8500-charger.yaml    |  10 +-
 .../power/supply/stericsson,ab8500-fg.yaml         |  10 +-
 MAINTAINERS                                        |  21 +++
 drivers/power/reset/at91-reset.c                   |   4 +-
 drivers/power/reset/ltc2952-poweroff.c             |   4 +-
 drivers/power/supply/Kconfig                       |  23 +--
 drivers/power/supply/ab8500_bmdata.c               |   3 +-
 drivers/power/supply/axp288_charger.c              | 178 ++++++++++++---------
 drivers/power/supply/bq25890_charger.c             |  65 ++++----
 drivers/power/supply/bq27xxx_battery_i2c.c         |   3 +-
 drivers/power/supply/cpcap-battery.c               |  15 +-
 drivers/power/supply/max17040_battery.c            |   2 +
 drivers/power/supply/max17042_battery.c            |  14 +-
 drivers/power/supply/power_supply_core.c           |  65 ++++----
 drivers/power/supply/rt5033_battery.c              |   2 +-
 drivers/power/supply/wm831x_power.c                |  12 +-
 include/linux/power/max17042_battery.h             |   4 +-
 22 files changed, 335 insertions(+), 191 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/supply/samsung,battery.yaml

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2021-11-04 18:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-04 18:29 Sebastian Reichel [this message]
2021-11-04 21:03 ` [GIT PULL] power-supply changes for 5.16 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211104182918.nqvaukg6y6qq6mbp@earth.universe \
    --to=sre@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.