Hi, This is a small set of patches with minor fixes for s5m8767 MFD driver and regulator. The patchset touches 3 different issues: 1. Patch 1/5: Add symbols for hard-coded DVS_RAMP values. 2. Patch 2/5 and 3/5: Remove the sec_reg* helpers hiding the regmap API. 3. Patch 4/5 and 5/5: Add GPIO control over Buck9/eMMC regulator. I am sending this in one set as all of the patches use regmap API and they mix over the removal of sec_reg* helpers. The patchset is based on v3.13-rc4 however they also depend on previous s5m8767 regulator patches (already in Mark Brown tree): - regulator: s5m8767: Define symbol for buck control mask - regulator: s5m8767: Implement voltage setting for BUCK7/8 regulators https://git.kernel.org/cgit/linux/kernel/git/broonie/regulator.git/log/?h=topic/s5m8767 Best regards, Krzysztof Krzysztof Kozlowski (5): regulator: s5m8767: Add symbols for hard-coded DVS_RAMP register regulator: s5m8767: Do not use sec_reg* regmap helpers mfd: sec: Remove sec_reg* regmap helpers regulator: s5m8767: Use GPIO for controlling Buck9/eMMC regulator: s5m8767: Document new bindings for Buck9 GPIO control .../bindings/regulator/s5m8767-regulator.txt | 16 ++ drivers/mfd/sec-core.c | 30 --- drivers/regulator/s5m8767.c | 207 ++++++++++++++++---- include/linux/mfd/samsung/core.h | 8 +- include/linux/mfd/samsung/s5m8767.h | 22 +++ 5 files changed, 207 insertions(+), 76 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html