aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-06-14 11:40:41 +0100
committerMark Brown <broonie@kernel.org>2021-06-14 11:40:41 +0100
commit2bce8174f79e5972d880480b83ea19bee9acc5f6 (patch)
tree8fc6967b13f9eb0c4710a68222ffb481056db938 /include/linux/regulator
parentregulator: fan53880: Fix vsel_mask setting for FAN53880_BUCK (diff)
parentregulator: core: Add regulator_sync_voltage_rdev() (diff)
downloadlinux-dev-2bce8174f79e5972d880480b83ea19bee9acc5f6.tar.xz
linux-dev-2bce8174f79e5972d880480b83ea19bee9acc5f6.zip
Merge tag 'for-5.14-regulator' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into regulator-5.14
regulator: Changes for v5.14-rc1 This adds regulator_sync_voltage_rdev(), which is used as a dependency for new Tegra power domain code.
Diffstat (limited to 'include/linux/regulator')
-rw-r--r--include/linux/regulator/driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h
index 4ea520c248e9..35e5a611db81 100644
--- a/include/linux/regulator/driver.h
+++ b/include/linux/regulator/driver.h
@@ -540,6 +540,7 @@ int regulator_set_current_limit_regmap(struct regulator_dev *rdev,
int regulator_get_current_limit_regmap(struct regulator_dev *rdev);
void *regulator_get_init_drvdata(struct regulator_init_data *reg_init_data);
int regulator_set_ramp_delay_regmap(struct regulator_dev *rdev, int ramp_delay);
+int regulator_sync_voltage_rdev(struct regulator_dev *rdev);
/*
* Helper functions intended to be used by regulator drivers prior registering