[GIT PULL] regulator fixes for v6.3

From: Mark Brown
Date: Wed Mar 01 2023 - 15:35:03 EST


The following changes since commit 7f62cb8861190e7cc1018ff37597fc49b2eaafa8:

regulator: max597x: Align for simple_mfd_i2c driver (2023-02-16 15:54:02 +0000)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.3

for you to fetch changes up to 80d2c29e09e663761c2778167a625b25ffe01b6f:

regulator: core: Use ktime_get_boottime() to determine how long a regulator was off (2023-02-23 11:40:14 +0000)

----------------------------------------------------------------
regulator: Fixes for v6.3

Two fixes here, one driver fix for incorrect error codes and a fix in
the core to use ktime_get_boottime() in order to fix accounting of the
time regulators have been powered down over suspend, ktime_get()
pauses over suspend which is not what we want.

----------------------------------------------------------------
Axel Lin (1):
regulator: max597x: Fix error return code in max597x_get_status

Matthias Kaehlcke (1):
regulator: core: Use ktime_get_boottime() to determine how long a regulator was off

drivers/regulator/core.c | 6 +++---
drivers/regulator/max597x-regulator.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)