Re: [PATCH v3 10/10] clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag to prevent the hang for suspend-to-ram

2015-04-28 Thread Chanwoo Choi
Hi Sylwester, On Tue, Apr 28, 2015 at 6:15 PM, Sylwester Nawrocki wrote: > Hi Chanwoo, > > On 27/04/15 13:36, Chanwoo Choi wrote: >> From: Jonghwa Lee >> >> Some clocks are required being unmasked for suspend-to-ram. Otherwise, >> PMU (Power Management Unit) will stick and power line never down.

Re: [PATCH v3 10/10] clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag to prevent the hang for suspend-to-ram

2015-04-28 Thread Sylwester Nawrocki
Hi Chanwoo, On 27/04/15 13:36, Chanwoo Choi wrote: > From: Jonghwa Lee > > Some clocks are required being unmasked for suspend-to-ram. Otherwise, > PMU (Power Management Unit) will stick and power line never down. > > Signed-off-by: Jonghwa Lee > Signed-off-by: Chanwoo Choi > --- > @@ -1718,

Re: [PATCH v3 10/10] clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag to prevent the hang for suspend-to-ram

2015-04-27 Thread Krzysztof Kozłowski
2015-04-27 20:36 GMT+09:00 Chanwoo Choi : > From: Jonghwa Lee > > Some clocks are required being unmasked for suspend-to-ram. Otherwise, > PMU (Power Management Unit) will stick and power line never down. You mean "will stuck and never power down"? One minor nit below, but overall looks good: Re

[PATCH v3 10/10] clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag to prevent the hang for suspend-to-ram

2015-04-27 Thread Chanwoo Choi
From: Jonghwa Lee Some clocks are required being unmasked for suspend-to-ram. Otherwise, PMU (Power Management Unit) will stick and power line never down. Signed-off-by: Jonghwa Lee Signed-off-by: Chanwoo Choi --- drivers/clk/samsung/clk-exynos5433.c | 33 + 1