[RESEND PATCH 0/2] regulator: Simplify max77693 driver

2015-03-26 Thread Krzysztof Kozlowski
Hi, Simplify the max77693 regulator driver by moving DT parse code out to regulator core. This removes also board file support. Exynos based boards are DT-only. This removal allows bigger simplification of driver so overall diffstat is nice: -93 deletions, 12 additions. Dependency: The second p

[RESEND PATCH 0/2] regulator: Simplify max77693 driver

2015-02-24 Thread Krzysztof Kozlowski
Hi, Simplify the max77693 regulator driver by moving DT parse code out to regulator core. This removes also board file support. Exynos based boards are DT-only. This removal allows bigger simplification of driver so overall diffstat is nice: -93 deletions, 12 additions. Dependency: The second p

[PATCH 0/2] regulator: Simplify max77693 driver

2014-12-19 Thread Krzysztof Kozlowski
Hi, Simplify the max77693 regulator driver by moving DT parse code out to regulator core. This removes also board file support. Exynos based boards are DT-only. This removal allows bigger simplification of driver so overall diffstat is nice: -95 deletions, 12 additions. The patch 2/2 depends on