diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-10 11:03:58 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-10 11:03:58 -0700 |
commit | 50aaa6bc047ab3b20321c2a1fdc224401fcd899d (patch) | |
tree | ef09d36800385d448a9f3c0fff21dacb449716ea /include | |
parent | bb93109e1544e2a4d12c2c35bf1af84c25a2699d (diff) | |
parent | 37c3f0144c806e026b8d1ce0f41a5f57b25e44f5 (diff) | |
download | blackbird-op-linux-50aaa6bc047ab3b20321c2a1fdc224401fcd899d.tar.gz blackbird-op-linux-50aaa6bc047ab3b20321c2a1fdc224401fcd899d.zip |
Merge tag 'regulator-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Pull regulator fixes from Mark Brown:
"Fixes for the merge window
A set of small fixes for issues noticed during the merge window, all
very much non-invasive"
* tag 'regulator-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
MAINTAINERS: Update git repository
regulator: max8997: Fix a trivial typo in documentation
regulator: s5m8767: Fix a trivial typo in documentation
regulator: s2mps11: Convert ramp rate to uV/us and set default ramp rate
regulator: s5m8767: Update s5m8767-regulator bindings document
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/samsung/s2mps11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/samsung/s2mps11.h b/include/linux/mfd/samsung/s2mps11.h index ad2252f239d7..4e94dc65f987 100644 --- a/include/linux/mfd/samsung/s2mps11.h +++ b/include/linux/mfd/samsung/s2mps11.h @@ -189,6 +189,7 @@ enum s2mps11_regulators { #define S2MPS11_ENABLE_SHIFT 0x06 #define S2MPS11_LDO_N_VOLTAGES (S2MPS11_LDO_VSEL_MASK + 1) #define S2MPS11_BUCK_N_VOLTAGES (S2MPS11_BUCK_VSEL_MASK + 1) +#define S2MPS11_RAMP_DELAY 25000 /* uV/us */ #define S2MPS11_PMIC_EN_SHIFT 6 #define S2MPS11_REGULATOR_MAX (S2MPS11_REG_MAX - 3) |