aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-03-05 17:36:10 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-03-05 17:36:10 +0800
commit0ac682db5c18358d6b3606cab6147dc294c4286d (patch)
tree665b66c958cb151546ca1475684ec0848b14744b /include
parent6dbe51c251a327e012439c4772097a13df43c5b8 (diff)
parent9345dfb8495aa17ce7c575e1a96e5ad64def0b3d (diff)
downloadkernel_goldelico_gta04-0ac682db5c18358d6b3606cab6147dc294c4286d.zip
kernel_goldelico_gta04-0ac682db5c18358d6b3606cab6147dc294c4286d.tar.gz
kernel_goldelico_gta04-0ac682db5c18358d6b3606cab6147dc294c4286d.tar.bz2
Merge remote-tracking branch 'regulator/fix/doc' into regulator-enable-invert
Diffstat (limited to 'include')
-rw-r--r--include/linux/regulator/driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h
index 23070fd..7df93f5 100644
--- a/include/linux/regulator/driver.h
+++ b/include/linux/regulator/driver.h
@@ -199,6 +199,8 @@ enum regulator_type {
* output when using regulator_set_voltage_sel_regmap
* @enable_reg: Register for control when using regmap enable/disable ops
* @enable_mask: Mask for control when using regmap enable/disable ops
+ * @bypass_reg: Register for control when using regmap set_bypass
+ * @bypass_mask: Mask for control when using regmap set_bypass
*
* @enable_time: Time taken for initial enable of regulator (in uS).
*/