aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/regulator/88pg86x.c
diff options
context:
space:
mode:
authorDouglas Anderson <dianders@chromium.org>2023-03-16 12:54:39 -0700
committerMark Brown <broonie@kernel.org>2023-03-20 13:11:26 +0000
commited6962cc3e05ca77f526590f62587678149d5e58 (patch)
tree9e16d8c84d874c219f07e12af2595be8f766d86a /drivers/regulator/88pg86x.c
parentregulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14 (diff)
downloadwireguard-linux-ed6962cc3e05ca77f526590f62587678149d5e58.tar.xz
wireguard-linux-ed6962cc3e05ca77f526590f62587678149d5e58.zip
regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 4.14 and 4.19
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.14 but did exist in Linux 4.19. NOTE: from a quick "git cherry-pick" it looks as if "bd718x7-regulator.c" didn't actually exist in v4.19. In 4.19 it was named "bd71837-regulator.c". See commit 2ece646c90c5 ("regulator: bd718xx: rename bd71837 to 718xx") Signed-off-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20230316125351.2.Iad1f25517bb46a6c7fca8d8c80ed4fc258a79ed9@changeid Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/88pg86x.c')
-rw-r--r--drivers/regulator/88pg86x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/88pg86x.c b/drivers/regulator/88pg86x.c
index e91d5885c5ef..74275b681f46 100644
--- a/drivers/regulator/88pg86x.c
+++ b/drivers/regulator/88pg86x.c
@@ -101,6 +101,7 @@ MODULE_DEVICE_TABLE(i2c, pg86x_i2c_id);
static struct i2c_driver pg86x_regulator_driver = {
.driver = {
.name = "88pg86x",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = of_match_ptr(pg86x_dt_ids),
},
.probe_new = pg86x_i2c_probe,