All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] power-supply fixes for 5.16
@ 2022-01-08 11:22 Sebastian Reichel
  2022-01-08 20:10 ` Linus Torvalds
  2022-01-08 20:19 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Sebastian Reichel @ 2022-01-08 11:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-pm

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

Hi Linus,

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

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

for you to fetch changes up to 644106cdb89844be2496b21175b7c0c2e0fab381:

  power: reset: ltc2952: Fix use of floating point literals (2021-11-16 15:22:39 +0100)

----------------------------------------------------------------
Power Supply Fixes for 5.16 cycle

Three fixes for the 5.16 cycle:

1. Avoid going beyond last capacity in the power-supply core
2. Replace 1E6L with NSEC_PER_MSEC to avoid floating point calculation
   in LLVM resulting in a build failure
3. Fix ADC measurements in bq25890 charger driver

----------------------------------------------------------------
Linus Walleij (1):
      power: supply: core: Break capacity loop

Nathan Chancellor (1):
      power: reset: ltc2952: Fix use of floating point literals

Yauhen Kharuzhy (1):
      power: bq25890: Enable continuous conversion for ADC at charging

 drivers/power/reset/ltc2952-poweroff.c   | 4 ++--
 drivers/power/supply/bq25890_charger.c   | 4 ++--
 drivers/power/supply/power_supply_core.c | 4 ++++
 3 files changed, 8 insertions(+), 4 deletions(-)

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-08 20:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08 11:22 [GIT PULL] power-supply fixes for 5.16 Sebastian Reichel
2022-01-08 20:10 ` Linus Torvalds
2022-01-08 20:19 ` pr-tracker-bot

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.