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