[GIT PULL] regulator fixes for v6.2-rc1

From: Mark Brown
Date: Fri Dec 23 2022 - 16:31:14 EST


The following changes since commit 8f3cbcd6b440032ebc7f7d48a1689dcc70a4eb98:

regulator: core: Use different devices for resource allocation and DT lookup (2022-12-08 13:02:37 +0000)

are available in the Git repository at:

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

for you to fetch changes up to cb3543cff90a4448ed560ac86c98033ad5fecda9:

regulator: core: fix deadlock on regulator enable (2022-12-15 11:56:26 +0000)

----------------------------------------------------------------
regulator: Fixes for v6.2

Two core fixes here, one for a long standing race which some Qualcomm
systems have started triggering with their UFS driver and another fixing
a problem with supply lookup introduced by the fixes for devm related
use after free issues that were introduced in this merge window.

----------------------------------------------------------------
ChiYuan Huang (1):
regulator: core: Fix resolve supply lookup issue

Johan Hovold (1):
regulator: core: fix deadlock on regulator enable

drivers/regulator/core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)