aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/rt6160-regulator.c
diff options
context:
space:
mode:
authorGravatar Douglas Anderson <dianders@chromium.org> 2023-03-16 12:54:42 -0700
committerGravatar Mark Brown <broonie@kernel.org> 2023-03-20 13:11:29 +0000
commit46600ab142f8c2ecc2a647175fd86d53bc285a9a (patch)
tree47cbe1780476e23bad9297e7edd2945de3908ca0 /drivers/regulator/rt6160-regulator.c
parentregulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 5.4 and 5.10 (diff)
downloadlinux-46600ab142f8c2ecc2a647175fd86d53bc285a9a.tar.gz
linux-46600ab142f8c2ecc2a647175fd86d53bc285a9a.tar.bz2
linux-46600ab142f8c2ecc2a647175fd86d53bc285a9a.zip
regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 5.10 and 5.15
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 5.10 but did exist in Linux 5.15. Signed-off-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20230316125351.5.Ia0e6d859bdfe42ea5c187fb1eb4705c1b5ea23a1@changeid Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/rt6160-regulator.c')
-rw-r--r--drivers/regulator/rt6160-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/rt6160-regulator.c b/drivers/regulator/rt6160-regulator.c
index 5d7b0e7ad69a..8990dac23460 100644
--- a/drivers/regulator/rt6160-regulator.c
+++ b/drivers/regulator/rt6160-regulator.c
@@ -308,6 +308,7 @@ MODULE_DEVICE_TABLE(of, rt6160_of_match_table);
static struct i2c_driver rt6160_driver = {
.driver = {
.name = "rt6160",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = rt6160_of_match_table,
},
.probe_new = rt6160_probe,