RE: [RFC] [PATCH] Power S3 Resume Optimization Patch. Request for Comment

2007-01-21 Thread Seshadri, Harinarayanan
To: Seshadri, Harinarayanan Cc: [EMAIL PROTECTED]; linux-acpi@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: [RFC] [PATCH] Power S3 Resume Optimization Patch. Request for Comment Hi! > [RFC][PATCH] Power S3 Resume optimisation > Here is a simple patch for optimising

RE: [RFC] [PATCH] Power S3 Resume Optimization Patch. Request for Comment

2007-01-21 Thread Seshadri, Harinarayanan
To: Seshadri, Harinarayanan Cc: [EMAIL PROTECTED]; linux-acpi@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: [RFC] [PATCH] Power S3 Resume Optimization Patch. Request for Comment Hi! [RFC][PATCH] Power S3 Resume optimisation Here is a simple patch for optimising the S3 resume

[RFC] [PATCH] Power S3 Resume Optimization Patch. Request for Comment

2007-01-19 Thread Seshadri, Harinarayanan
[RFC][PATCH] Power S3 Resume optimisation Here is a simple patch for optimising the S3 resume. With this patch the resume time is 0.85. Given the fact that device initialisation on the resume takes almost 70% of time, By executing the whole "device_resume()" function on a seperate kernel

[RFC] [PATCH] Power S3 Resume Optimization Patch. Request for Comment

2007-01-19 Thread Seshadri, Harinarayanan
[RFC][PATCH] Power S3 Resume optimisation Here is a simple patch for optimising the S3 resume. With this patch the resume time is 0.85. Given the fact that device initialisation on the resume takes almost 70% of time, By executing the whole device_resume() function on a seperate kernel