Merge tag 'regulator-fix-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Oct 2023 18:59:46 +0000 (11:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Oct 2023 18:59:46 +0000 (11:59 -0700)
commit7cccbeca90151fcd5d1afa8b22c2e2832bc5f197
tree11f060415ad500ff51f9021c6e0f89abc3a94954
parentcdcb5d194f192ed07f4e4bb85b866cdc8f420ee6
parent6e800968f6a715c0661716d2ec5e1f56ed9f9c08
Merge tag 'regulator-fix-v6.6-rc4' of git://git./linux/kernel/git/broonie/regulator

Pull regulator fixes from Mark Brown:
 "Two things here, one is an improved fix for issues around freeing
  devices when registration fails which replaces a half baked fix with a
  more complete one which uses the device model release() function
  properly.

  The other fix is a device specific fix for mt6358, the driver said
  that the LDOs supported mode configuration but this is not actually
  the case and could cause issues"

* tag 'regulator-fix-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
  regulator/core: Revert "fix kobject release warning and memory leak in regulator_register()"
  regulator/core: regulator_register: set device->class earlier
  regulator: mt6358: split ops for buck and linear range LDO regulators