summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/mt6357-regulator.c
diff options
context:
space:
mode:
authorDouglas Anderson <dianders@chromium.org>2023-03-16 12:54:44 -0700
committerMark Brown <broonie@kernel.org>2023-03-20 13:11:30 +0000
commitbdce47bb19cbf7784d48e93677c868a69dbae439 (patch)
tree00280bf8c9a652ccdbc375bdf8acb97a33595e1a /drivers/regulator/mt6357-regulator.c
parent41cff178e3d6df28acd8490519a656c509b4496f (diff)
downloadlinux-stable-bdce47bb19cbf7784d48e93677c868a69dbae439.tar.gz
linux-stable-bdce47bb19cbf7784d48e93677c868a69dbae439.tar.bz2
linux-stable-bdce47bb19cbf7784d48e93677c868a69dbae439.zip
regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that are newer than 6.1
This follows on the change ("regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14") but changes regulators that were not present in kernel 6.1. Signed-off-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20230316125351.7.I31771918f1d8dbe4bfb9f1fef7ff987f2b7504b5@changeid Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/mt6357-regulator.c')
-rw-r--r--drivers/regulator/mt6357-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/mt6357-regulator.c b/drivers/regulator/mt6357-regulator.c
index b2352b96aed2..c0439a4e0b50 100644
--- a/drivers/regulator/mt6357-regulator.c
+++ b/drivers/regulator/mt6357-regulator.c
@@ -439,6 +439,7 @@ MODULE_DEVICE_TABLE(platform, mt6357_platform_ids);
static struct platform_driver mt6357_regulator_driver = {
.driver = {
.name = "mt6357-regulator",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.probe = mt6357_regulator_probe,
.id_table = mt6357_platform_ids,