diff options
| author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-12 18:48:06 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2015-06-15 04:10:32 -0400 |
| commit | c751ad0dd640f4ce9269acd7a54de5ba8092e99e (patch) | |
| tree | 076e2aed3dd394d933296d33069d7aabb8bc305c /include/linux/regulator | |
| parent | 57f66b78860968fc7eddc9ce25f8e57f7e5000bd (diff) | |
regulator: Add docbook for soft start
The docbook for these members is missing. Add them.
Warning(include/linux/regulator/machine.h:147): No description
found for parameter 'soft_start'
Warning(include/linux/regulator/driver.h:197): No description
found for parameter 'set_soft_start'
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator')
| -rw-r--r-- | include/linux/regulator/driver.h | 1 | ||||
| -rw-r--r-- | include/linux/regulator/machine.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index e0635d0894aa..9398d31f9531 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h | |||
| @@ -111,6 +111,7 @@ struct regulator_linear_range { | |||
| 111 | * to stabilise after being set to a new value, in microseconds. | 111 | * to stabilise after being set to a new value, in microseconds. |
| 112 | * The function provides the from and to voltage selector, the | 112 | * The function provides the from and to voltage selector, the |
| 113 | * function should return the worst case. | 113 | * function should return the worst case. |
| 114 | * @set_soft_start: Enable soft start for the regulator. | ||
| 114 | * | 115 | * |
| 115 | * @set_suspend_voltage: Set the voltage for the regulator when the system | 116 | * @set_suspend_voltage: Set the voltage for the regulator when the system |
| 116 | * is suspended. | 117 | * is suspended. |
diff --git a/include/linux/regulator/machine.h b/include/linux/regulator/machine.h index 7f7d0a3fe1e1..1258275d3751 100644 --- a/include/linux/regulator/machine.h +++ b/include/linux/regulator/machine.h | |||
| @@ -87,6 +87,7 @@ struct regulator_state { | |||
| 87 | * applied. | 87 | * applied. |
| 88 | * @apply_uV: Apply the voltage constraint when initialising. | 88 | * @apply_uV: Apply the voltage constraint when initialising. |
| 89 | * @ramp_disable: Disable ramp delay when initialising or when setting voltage. | 89 | * @ramp_disable: Disable ramp delay when initialising or when setting voltage. |
| 90 | * @soft_start: Enable soft start so that voltage ramps slowly. | ||
| 90 | * @pull_down: Enable pull down when regulator is disabled. | 91 | * @pull_down: Enable pull down when regulator is disabled. |
| 91 | * | 92 | * |
| 92 | * @input_uV: Input voltage for regulator when supplied by another regulator. | 93 | * @input_uV: Input voltage for regulator when supplied by another regulator. |
