Merge tag 'samsung-drivers-soc-pmu-4.11' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 26 Jan 2017 15:56:41 +0000 (16:56 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 26 Jan 2017 15:56:41 +0000 (16:56 +0100)
commit545e3e7da3d1356d3416faea2a8f94488c7a0056
treeadf4cc3239f0a44f3e82fccb2693f4f426364ecc
parenta41dfe799a22a5da7e59ac5743be3d5338b6d373
parent1da6de33e43901ec5220cbf292d71172635ada67
Merge tag 'samsung-drivers-soc-pmu-4.11' of git://git./linux/kernel/git/krzk/linux into devel

Improvements for Exynos PMU driver for v4.11:

Beside basic function of setting proper configuration for low power modes, the
Exynos PMU (Power Management Unit) driver is also a provider of syscon regmap
for its registers.  This regmap is essential to many other drivers wanting to
or needing to implement low power mode.

Exynos pinctrl driver, before getting support for Runtime Power Management,
needs access to this syscon regmap.  Let's do it in a DT ABI friendly way.