This series adds Device Tree support to max8952 voltage regulator driver. First patch prepares platform data structure to be generated at runtime from data parsed from device tree. Second patch implements Device Tree binding and adds necessary documentation. Tested on Universal C210 board. Tomasz Figa (2): regulator: max8952: Separate constraints from platform data struct regulator: max8952: Add Device Tree support .../devicetree/bindings/regulator/max8952.txt | 52 +++++++++++++++ arch/arm/mach-exynos/mach-universal_c210.c | 27 ++++---- drivers/regulator/max8952.c | 74 +++++++++++++++++++++- include/linux/regulator/max8952.h | 10 +-- 4 files changed, 143 insertions(+), 20 deletions(-) create mode 100644 Documentation/devicetree/bindings/regulator/max8952.txt -- 1.8.1.5 -- 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