summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/slg51000-regulator.c
diff options
context:
space:
mode:
authorDouglas Anderson <dianders@chromium.org>2023-03-16 12:54:40 -0700
committerMark Brown <broonie@kernel.org>2023-03-20 13:11:27 +0000
commitd3b81d97d55871cb11412caedded440f1fddc4e9 (patch)
tree8df964901c50210817ac10d288703bdb3a99e861 /drivers/regulator/slg51000-regulator.c
parented6962cc3e05ca77f526590f62587678149d5e58 (diff)
downloadlinux-stable-d3b81d97d55871cb11412caedded440f1fddc4e9.tar.gz
linux-stable-d3b81d97d55871cb11412caedded440f1fddc4e9.tar.bz2
linux-stable-d3b81d97d55871cb11412caedded440f1fddc4e9.zip
regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 4.19 and 5.4
This follows on the change ("regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14") but changes regulators didn't exist in Linux 4.19 but did exist in Linux 5.4. Signed-off-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20230316125351.3.I45bf925ca9537da5f647e2acb0ad207c0c98af81@changeid Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/slg51000-regulator.c')
-rw-r--r--drivers/regulator/slg51000-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/slg51000-regulator.c b/drivers/regulator/slg51000-regulator.c
index 1b2eee95ad3f..559ae031010f 100644
--- a/drivers/regulator/slg51000-regulator.c
+++ b/drivers/regulator/slg51000-regulator.c
@@ -505,6 +505,7 @@ MODULE_DEVICE_TABLE(i2c, slg51000_i2c_id);
static struct i2c_driver slg51000_regulator_driver = {
.driver = {
.name = "slg51000-regulator",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.probe_new = slg51000_i2c_probe,
.id_table = slg51000_i2c_id,