[GIT PULL] regulator fixes for v6.6-rc4

From: Mark Brown
Date: Tue Oct 03 2023 - 14:07:23 EST


The following changes since commit 6223e073db78458f8846c380ccd224a7a73a3867:

regulator: Fix voltage range selection (2023-09-11 13:51:36 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 6e800968f6a715c0661716d2ec5e1f56ed9f9c08:

regulator/core: Revert "fix kobject release warning and memory leak in regulator_register()" (2023-09-26 17:26:08 +0200)

----------------------------------------------------------------
regulator: Fixes for v6.6

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.

----------------------------------------------------------------
Chen-Yu Tsai (1):
regulator: mt6358: split ops for buck and linear range LDO regulators

MichaÅ? MirosÅ?aw (2):
regulator/core: regulator_register: set device->class earlier
regulator/core: Revert "fix kobject release warning and memory leak in regulator_register()"

drivers/regulator/core.c | 10 +++-------
drivers/regulator/mt6358-regulator.c | 18 +++++++++++++++---
2 files changed, 18 insertions(+), 10 deletions(-)