]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit74cafeccdd16aaaac69c44ac8b56d2844c88deda
treeadf4cc3239f0a44f3e82fccb2693f4f426364ecc
parenta892bff70f5d605d91bb0a6af16498f8fedbb840
parentfb9f2bd5fa8c198f8037cf84f321e4de645e5840
Merge tag 'samsung-drivers-soc-pmu-4.11' of git://git.kernel.org/pub/scm/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.