diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-15 06:33:47 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-15 06:33:47 +0400 |
commit | caf382fe31b7327a1e4449f1c05c0cc7fb5b90be (patch) | |
tree | b7b0fcbf594db884a68cbc354ed933b5c8ad6d61 /include/linux/regulator/machine.h | |
parent | ea521dbc48c1550a4302c851a1e77f5b84ac8f81 (diff) | |
parent | 9e82bf014195d6f0054982c463575cdce24292be (diff) | |
download | linux-caf382fe31b7327a1e4449f1c05c0cc7fb5b90be.tar.xz |
Merge 3.17-rc5 into staging-next.
This fixes a merge conflict in lustre, and we want the other fixes that
went into 3.17-rc5 as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/regulator/machine.h')
-rw-r--r-- | include/linux/regulator/machine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/machine.h b/include/linux/regulator/machine.h index 730e638c5589..0b08d05d470b 100644 --- a/include/linux/regulator/machine.h +++ b/include/linux/regulator/machine.h @@ -85,6 +85,7 @@ struct regulator_state { * bootloader then it will be enabled when the constraints are * applied. * @apply_uV: Apply the voltage constraint when initialising. + * @ramp_disable: Disable ramp delay when initialising or when setting voltage. * * @input_uV: Input voltage for regulator when supplied by another regulator. * |