Re: [PATCH 1/2] cpufreq: s5pv210: Frequency lock should be considered in hibernation also.

2013-11-25 Thread Viresh Kumar
On 25 November 2013 19:08, Jonghwan Choi wrote: > The Frequency lock value should be higher or same than the booting frequency, > which is set by the bootloader. To eliminate possible inconsistency > in frequency, we save and restore frequency during suspend & resume > and disable CPUFREQ activity

[PATCH 1/2] cpufreq: s5pv210: Frequency lock should be considered in hibernation also.

2013-11-25 Thread Jonghwan Choi
The Frequency lock value should be higher or same than the booting frequency, which is set by the bootloader. To eliminate possible inconsistency in frequency, we save and restore frequency during suspend & resume and disable CPUFREQ activity. This should be considered in hibernation also. Signed-