Re: [RFC v1] clk: Add Suspend/Resume Callbacks in Clock

2015-05-28 Thread grygorii.stras...@linaro.org
On 05/27/2015 02:11 PM, Pankaj Dev wrote: > Currently the CCF doesnt have any interface with the system when it > goes into suspend state. This patch, on similar lines of syscore, > adds clk_suspend/clk_resume functions before system enters suspend state > Also there are suspend/resume hooks added

[RFC v1] clk: Add Suspend/Resume Callbacks in Clock

2015-05-27 Thread Pankaj Dev
Currently the CCF doesnt have any interface with the system when it goes into suspend state. This patch, on similar lines of syscore, adds clk_suspend/clk_resume functions before system enters suspend state Also there are suspend/resume hooks added for the clock driver Acked-by: Olivier Bideau Ac