soc: samsung: Add generic power-management driver for Exynos
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 9 Mar 2018 07:17:12 +0000 (16:17 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:57:56 +0000 (14:57 +0900)
commitaff412d8ba0ef932ce1f0b4b9f6206bbfda8c100
tree513b23400326296acf5ff79effa3bc21fa95ca55
parent30817e1e6da57eb29aa443dded1aafed74719fdc
soc: samsung: Add generic power-management driver for Exynos

To enter suspend, Exynos SoC requires the some machine dependent procedures.
Introduce the generic power-management driver to support those requirements
and generic interface for power state management.

Change-Id: I585b9538e50f27310b860a8ccbc3776dec756a6a
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
arch/arm/mach-exynos/common.h
arch/arm/mach-exynos/exynos.c
drivers/soc/samsung/Makefile
drivers/soc/samsung/exynos-pm.c [new file with mode: 0644]
include/linux/soc/samsung/exynos-pm.h [new file with mode: 0644]