[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231003180719.2B712C433CA@smtp.kernel.org>
Date: Tue, 03 Oct 2023 19:07:11 +0100
From: Mark Brown <broonie@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Liam Girdwood <lgirdwood@...il.com>, linux-kernel@...r.kernel.org,
Mark Brown <broonie@...nel.org>
Subject: [GIT PULL] regulator fixes for v6.6-rc4
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(-)
Powered by blists - more mailing lists