Merge tag 'regulator-fix-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Mar 2023 17:21:25 +0000 (09:21 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Mar 2023 17:21:25 +0000 (09:21 -0800)
commitfd7ee8de984efcd31b8f5dce9e340ccd59eb436f
tree474047e75774c7502f0d19e4ab470a4195dd183e
parentee3f96b164688dae21e2466a57f2e806b64e8a37
parent80d2c29e09e663761c2778167a625b25ffe01b6f
Merge tag 'regulator-fix-v6.3' of git://git./linux/kernel/git/broonie/regulator

Pull regulator fixes from Mark Brown:
 "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"

* tag 'regulator-fix-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
  regulator: core: Use ktime_get_boottime() to determine how long a regulator was off
  regulator: max597x: Fix error return code in max597x_get_status