mbox series

[GIT,PULL] power-supply changes for 5.17-rc

Message ID 20220219015926.nsaz76djtc3d7sfa@mercury.elektranox.org
State New
Headers show
Series [GIT,PULL] power-supply changes for 5.17-rc | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v5.17-rc

Message

Sebastian Reichel Feb. 19, 2022, 1:59 a.m. UTC
Hi Linus,

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

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.17-rc

for you to fetch changes up to f444578d727a0ca4a72b19cd4a1d7da9f1fb99fe:

  power: supply: bq256xx: Handle OOM correctly (2022-02-11 21:19:51 +0100)

----------------------------------------------------------------
Power Supply Fixes for 5.17 cycle

Three regression fixes for the 5.17 cycle:

1. build warning fix for power-supply documentation
2. pointer size fix in cw2015 battery driver
3. OOM handling in bq256xx charger driver

----------------------------------------------------------------
Linus Walleij (1):
      power: supply: bq256xx: Handle OOM correctly

Randy Dunlap (1):
      power: supply: fix table problem in sysfs-class-power

Yang Li (1):
      power: supply: core: fix application of sizeof to pointer

 Documentation/ABI/testing/sysfs-class-power | 1 +
 drivers/power/supply/bq256xx_charger.c      | 3 +++
 drivers/power/supply/cw2015_battery.c       | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Feb. 20, 2022, 7:50 p.m. UTC | #1
The pull request you sent on Sat, 19 Feb 2022 02:59:26 +0100:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v5.17-rc

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/70d2bec7c545e06057c5d963b8623e6e234901e8

Thank you!