Re: [RFC PATCH 5/9] soc: samsung: pm: Add support for suspend-to-ram of Exynos5433

2018-01-10 Thread Chanwoo Choi
On 2018년 01월 09일 21:45, Krzysztof Kozlowski wrote: > On Tue, Jan 9, 2018 at 8:59 AM, Chanwoo Choi wrote: >> This patch adds the specific exynos_pm_data instance for Exynos5433 >> in order to support the suspend-to-ram. Exynos5433 SoC need to write >> the 'cpu_resume' poiter address and the specifi

Re: [RFC PATCH 5/9] soc: samsung: pm: Add support for suspend-to-ram of Exynos5433

2018-01-09 Thread Krzysztof Kozlowski
On Tue, Jan 9, 2018 at 8:59 AM, Chanwoo Choi wrote: > This patch adds the specific exynos_pm_data instance for Exynos5433 > in order to support the suspend-to-ram. Exynos5433 SoC need to write > the 'cpu_resume' poiter address and the specific magic number > for suspend mode. > > Signed-off-by: Jo

[RFC PATCH 5/9] soc: samsung: pm: Add support for suspend-to-ram of Exynos5433

2018-01-09 Thread Chanwoo Choi
This patch adds the specific exynos_pm_data instance for Exynos5433 in order to support the suspend-to-ram. Exynos5433 SoC need to write the 'cpu_resume' poiter address and the specific magic number for suspend mode. Signed-off-by: Jonghwa Lee Signed-off-by: Chanwoo Choi --- drivers/soc/samsung