Re: [PATCH v4 4/4] clk: samsung: exynos5420: Setup clocks before system suspend

2014-05-18 Thread Abhilash Kesavan
Hi Tomasz, On Fri, May 16, 2014 at 2:48 AM, Tomasz Figa wrote: > Hi Abhilash, > > On 13.05.2014 14:02, Abhilash Kesavan wrote: >> Prior to suspending the system, we need to ensure that certain >> clock source and gate registers are unmasked. >> >> Signed-off-by: Vikas Sajjan >> Signed-off-by: Ab

Re: [PATCH v4 4/4] clk: samsung: exynos5420: Setup clocks before system suspend

2014-05-15 Thread Tomasz Figa
Hi Abhilash, On 13.05.2014 14:02, Abhilash Kesavan wrote: > Prior to suspending the system, we need to ensure that certain > clock source and gate registers are unmasked. > > Signed-off-by: Vikas Sajjan > Signed-off-by: Abhilash Kesavan > --- > drivers/clk/samsung/clk-exynos5420.c | 25 +

[PATCH v4 4/4] clk: samsung: exynos5420: Setup clocks before system suspend

2014-05-13 Thread Abhilash Kesavan
Prior to suspending the system, we need to ensure that certain clock source and gate registers are unmasked. Signed-off-by: Vikas Sajjan Signed-off-by: Abhilash Kesavan --- drivers/clk/samsung/clk-exynos5420.c | 25 + 1 file changed, 25 insertions(+) diff --git a/driv