From: Mark Brown Date: Fri, 31 Aug 2012 17:31:53 +0000 (-0700) Subject: regulator: Clarify documentation for regmap in the config X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=380a0e6f72e8d0211f48c24f293a366a53b374d7;p=deliverable%2Flinux.git regulator: Clarify documentation for regmap in the config Signed-off-by: Mark Brown --- 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 { * @driver_data: private regulator data * @of_node: OpenFirmware node to parse for device tree bindings (may be * NULL). - * @regmap: regmap to use for core regmap helpers + * @regmap: regmap to use for core regmap helpers if dev_get_regulator() is + * insufficient. * @ena_gpio: GPIO controlling regulator enable. * @ena_gpio_invert: Sense for GPIO enable control. * @ena_gpio_flags: Flags to use when calling gpio_request_one()