* [GIT PULL] regulator fixes for v6.6-rc4
@ 2023-10-03 18:07 Mark Brown
2023-10-03 19:32 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2023-10-03 18:07 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Liam Girdwood, linux-kernel, Mark Brown
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1481 bytes --]
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-03 19:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 18:07 [GIT PULL] regulator fixes for v6.6-rc4 Mark Brown
2023-10-03 19:32 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox