Re: [PATCH] PM: HIBERNATION: add resume_delay kernel param as well as resume_delay

2011-10-10 Thread Borislav Petkov
On Sun, Oct 09, 2011 at 10:44:12PM -0700, Barry Song wrote: From: Barry Song baohua.s...@csr.com patch PM: HIBERNATION: add resume_wait param to support MMC-like devices as resume file add resume_wait param. this patch adds resume_delay so that resume_wait/delay has the same model with

Re: [PATCH] PM: HIBERNATION: add resume_delay kernel param as well as resume_delay

2011-10-10 Thread Barry Song
2011/10/10 Borislav Petkov b...@alien8.de: On Sun, Oct 09, 2011 at 10:44:12PM -0700, Barry Song wrote: From: Barry Song baohua.s...@csr.com patch PM: HIBERNATION: add resume_wait param to support MMC-like devices as resume file add resume_wait param. this patch adds resume_delay so that

Re: [PATCH] PM: HIBERNATION: add resume_delay kernel param as well as resume_delay

2011-10-10 Thread Borislav Petkov
On Mon, Oct 10, 2011 at 02:34:45PM +0800, Barry Song wrote: diff --git a/kernel/power/hibernate.c b/kernel/power/hibernate.c index b3da53c..f73a00e 100644 --- a/kernel/power/hibernate.c +++ b/kernel/power/hibernate.c @@ -33,6 +33,7 @@  static int nocompress = 0;  static int noresume

Re: [PATCH] PM: HIBERNATION: add resume_delay kernel param as well as resume_delay

2011-10-10 Thread Pavel Machek
On Sun 2011-10-09 22:44:12, Barry Song wrote: From: Barry Song baohua.s...@csr.com patch PM: HIBERNATION: add resume_wait param to support MMC-like devices as resume file add resume_wait param. this patch adds resume_delay so that resume_wait/delay has the same model with root_wait/delay.

Re: [PATCH] PM: HIBERNATION: add resume_delay kernel param as well as resume_delay

2011-10-10 Thread Rafael J. Wysocki
On Monday, October 10, 2011, Pavel Machek wrote: On Sun 2011-10-09 22:44:12, Barry Song wrote: From: Barry Song baohua.s...@csr.com patch PM: HIBERNATION: add resume_wait param to support MMC-like devices as resume file add resume_wait param. this patch adds resume_delay so that

[PATCH] PM: HIBERNATION: add resume_delay kernel param as well as resume_delay

2011-10-09 Thread Barry Song
From: Barry Song baohua.s...@csr.com patch PM: HIBERNATION: add resume_wait param to support MMC-like devices as resume file add resume_wait param. this patch adds resume_delay so that resume_wait/delay has the same model with root_wait/delay. Signed-off-by: Barry Song baohua.s...@csr.com ---