Hi, The patchset merges s2mpa01 regulator driver into s2mps11. As a result the s2mps11 supports: - S2MPA01 - S2MPS11 - S2MPS14 These PMIC-s are very similar to each other and they are often used along with Samsung's Exynos SoCs. Merging this into one driver has two benefits: - less code duplication, - one PMIC driver can be used in common Exynos default config. The patchset was tested on Arndale Octa board with S2MPS11 PMIC. I am kindly asking for testing on some board with S2MPA01. Patches are rebased against current Mark Brown's regulator tree: v3.15-rc5-41-g7c603c1c9e33 Best regards, Krzysztof Krzysztof Kozlowski (3): regulator: s2mps11: Refactor setting ramp delay regulator: s2mps11: Merge S2MPA01 driver regulator: s2mpa01: Remove driver because it was merged into s2mps11 Documentation/devicetree/bindings/mfd/s2mpa01.txt | 90 ---- Documentation/devicetree/bindings/mfd/s2mps11.txt | 106 +++-- drivers/regulator/Kconfig | 11 +- drivers/regulator/Makefile | 1 - drivers/regulator/s2mpa01.c | 482 --------------------- drivers/regulator/s2mps11.c | 483 +++++++++++++++++----- 6 files changed, 454 insertions(+), 719 deletions(-) delete mode 100644 Documentation/devicetree/bindings/mfd/s2mpa01.txt delete mode 100644 drivers/regulator/s2mpa01.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html