regulator: Add docbook for soft start
authorStephen Boyd <sboyd@codeaurora.org>
Fri, 12 Jun 2015 22:48:06 +0000 (15:48 -0700)
committerMark Brown <broonie@kernel.org>
Mon, 15 Jun 2015 08:10:32 +0000 (09:10 +0100)
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>
include/linux/regulator/driver.h
include/linux/regulator/machine.h

index e0635d0894aafadd08be844c3d8aa71a2ae8de43..9398d31f953114fa9db9c8e04cf36a3f05de2dae 100644 (file)
@@ -111,6 +111,7 @@ struct regulator_linear_range {
  *               to stabilise after being set to a new value, in microseconds.
  *               The function provides the from and to voltage selector, the
  *               function should return the worst case.
+ * @set_soft_start: Enable soft start for the regulator.
  *
  * @set_suspend_voltage: Set the voltage for the regulator when the system
  *                       is suspended.
index 7f7d0a3fe1e10ede2583d525f11c6183adcae40f..1258275d3751c5c7c9085bcc6b0e729941632f7c 100644 (file)
@@ -87,6 +87,7 @@ struct regulator_state {
  *           applied.
  * @apply_uV: Apply the voltage constraint when initialising.
  * @ramp_disable: Disable ramp delay when initialising or when setting voltage.
+ * @soft_start: Enable soft start so that voltage ramps slowly.
  * @pull_down: Enable pull down when regulator is disabled.
  *
  * @input_uV: Input voltage for regulator when supplied by another regulator.