[PATCH v3 01/13] soc: samsung: pmu: Provide global function to get PMU regmap
From: krzk@kernel.org (Krzysztof Kozlowski)
Date: 2017-01-20 16:39:32
Also in:
linux-gpio, linux-pm, linux-samsung-soc
From: krzk@kernel.org (Krzysztof Kozlowski)
Date: 2017-01-20 16:39:32
Also in:
linux-gpio, linux-pm, linux-samsung-soc
On Thu, Jan 19, 2017 at 02:48:41PM +0100, Marek Szyprowski wrote:
PMU is something like a SoC wide service, so add a helper function to get PMU regmap. This will be used by other Exynos device drivers. This way it can be avoided to model this dependency in device tree (as phandles to PMU node) for almost every device in the SoC. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Reviewed-by: Tomasz Figa <redacted> --- drivers/soc/samsung/exynos-pmu.c | 11 +++++++++++ include/linux/soc/samsung/exynos-pmu.h | 10 ++++++++++ 2 files changed, 21 insertions(+)
Thanks, applied. I'll prepare a tag for pinctrl in a sec. Best regards, Krzysztof