]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge tag 'samsung-drivers-soc-pmu-4.11' of git://git.kernel.org/pub/scm/linux/kernel...
authorOlof Johansson <olof@lixom.net>
Sun, 29 Jan 2017 22:30:31 +0000 (14:30 -0800)
committerOlof Johansson <olof@lixom.net>
Sun, 29 Jan 2017 22:30:31 +0000 (14:30 -0800)
commitef73594a38a6df91bf9fa7a513237f677e7ad8c2
tree10b2284d7456bf81f7d3d0b7d39af2cc8299b30e
parenta6589b44b077bcd615127aa1e574564029c8f4b1
parent1da6de33e43901ec5220cbf292d71172635ada67
Merge tag 'samsung-drivers-soc-pmu-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/drivers

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.

* tag 'samsung-drivers-soc-pmu-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  soc: samsung: pmu: Remove messages for failed memory allocation
  soc: samsung: pmu: Use of_device_get_match_data helper
  soc: samsung: pmu: Provide global function to get PMU regmap

Signed-off-by: Olof Johansson <olof@lixom.net>