mbox series

[GIT,PULL] power-supply changes for 6.3 (part 2)

Message ID cfde34bf-c229-4a5d-b2c4-b76b5ba55dfb@mercury.local
State New
Headers show
Series [GIT,PULL] power-supply changes for 6.3 (part 2) | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v6.3-part2

Message

Sebastian Reichel March 4, 2023, 12:12 a.m. UTC
Hi Linus,

I have some more patches for the v6.3 cycle. They have been in
linux-next for a week without any issues. Please find the details
below.

The following changes since commit c142872ea40a99258e2a86bf5c471bcc81752f56:

  power: reset: odroid-go-ultra: fix I2C dependency (2023-02-15 23:49:40 +0100)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v6.3-part2

for you to fetch changes up to 13af134bdc6a9dacec4687e57b2ea8d3e08ff04f:

  dt-bindings: power: supply: Revise Richtek RT9467 compatible name (2023-02-25 01:17:24 +0100)

----------------------------------------------------------------
power supply changes for the v6.3 series (part 2)

- Fix DT binding for Richtek RT9467
- Fix a NULL pointer check in the power-supply core
- Document meaning of absent "present" property

----------------------------------------------------------------
Bastien Nocera (1):
      ABI: testing: sysfs-class-power: Document absence of "present" property

ChiaEn Wu (1):
      dt-bindings: power: supply: Revise Richtek RT9467 compatible name

qinyu (1):
      power: supply: fix null pointer check order in __power_supply_register

 Documentation/ABI/testing/sysfs-class-power                         | 3 ++-
 .../supply/{richtek,rt9467-charger.yaml => richtek,rt9467.yaml}     | 6 +++---
 drivers/power/supply/power_supply_core.c                            | 6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)
 rename Documentation/devicetree/bindings/power/supply/{richtek,rt9467-charger.yaml => richtek,rt9467.yaml} (92%)