aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator/driver.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-08-31 13:31:53 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-08-31 13:42:36 -0400
commit380a0e6f72e8d0211f48c24f293a366a53b374d7 (patch)
tree72c18744abe99fe7aef6640c6480baa85d9526e1 /include/linux/regulator/driver.h
parent296c656616bd567b2849f5a8a444452c4849ac01 (diff)
regulator: Clarify documentation for regmap in the config
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux/regulator/driver.h')
-rw-r--r--include/linux/regulator/driver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h
index bac4c871f3bd..4a9ca04a13ef 100644
--- a/include/linux/regulator/driver.h
+++ b/include/linux/regulator/driver.h
@@ -221,7 +221,8 @@ struct regulator_desc {
221 * @driver_data: private regulator data 221 * @driver_data: private regulator data
222 * @of_node: OpenFirmware node to parse for device tree bindings (may be 222 * @of_node: OpenFirmware node to parse for device tree bindings (may be
223 * NULL). 223 * NULL).
224 * @regmap: regmap to use for core regmap helpers 224 * @regmap: regmap to use for core regmap helpers if dev_get_regulator() is
225 * insufficient.
225 * @ena_gpio: GPIO controlling regulator enable. 226 * @ena_gpio: GPIO controlling regulator enable.
226 * @ena_gpio_invert: Sense for GPIO enable control. 227 * @ena_gpio_invert: Sense for GPIO enable control.
227 * @ena_gpio_flags: Flags to use when calling gpio_request_one() 228 * @ena_gpio_flags: Flags to use when calling gpio_request_one()