[GIT PATCH] suspend patches for 2.6.24-rc4

2007-12-06 Thread Len Brown
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release These fix 2.6.24 regressions, and will update the files shown below. thanks! -Len ps. individual patches are available on linux-acpi@vger.kernel.org and a consolidated plain patch is

PNP: do not stop/start devices in suspend/resume path

2007-12-06 Thread Bjorn Helgaas
On Wednesday 05 December 2007 11:24:18 am Bjorn Helgaas wrote: Re: warning on suspend-to-RAM caused by pnp-request-ioport-and-iomem-resources-used-by-active-devices.patch, thread here: http://lkml.org/lkml/2007/11/22/110 On Saturday 01 December 2007 05:00:34 am Jiri Slaby wrote: I didn't

ACPI power down problem

2007-12-06 Thread Stephan Seidl
Hi, I would like to ask two questions, but firstly some history. Normally Debian Sarge is running with the kernel 2.6.14.3 with several patches and all works fine since Dec 2005. In Jul, 2006, I tried another kernel, 2.6.17.4, again with several patches, and again all worked fine with the

Re: [PATCH] ACPI: Defer enabling of level GPE until all pending notifies done

2007-12-06 Thread Len Brown
applied to acpi test branch. thanks, -len On Tuesday 13 November 2007 05:05, Alexey Starikovskiy wrote: Level GPE should not be enabled until all work caused by it is done, e.g. all Notify() methods are completed. This could be accomplished by appending enable_gpe function to the end of

Re: [RFC] EC registers - Adding sysfs interface?

2007-12-06 Thread Len Brown
On Wednesday 28 November 2007 11:28, Thomas Renninger wrote: On Tue, 2007-11-13 at 19:03 +, Carlos Corbacho wrote: Alexey, How about character /dev/ec0? Yes, that would be fine. On Tuesday 13 November 2007 18:54:51 Alexey Starikovskiy wrote: What is the benefit of having

[PATCH] ACPI : Load device driver according to the status of acpi device

2007-12-06 Thread Zhao Yakui
Subject: ACPI : Load device driver according to the status of acpi device From : Zhao Yakui [EMAIL PROTECTED] According to ACPI spec when the status of some device is not present but functional, the device is valid and the children of this device should be enumerated. It means that the device

Re: [PATCH] 2.6.24-rc: fix ACPI battery technology reporting

2007-12-06 Thread Len Brown
applied. though kmail found it to be impossible to save an un-corrupted plain text version of andrezy's message. should the other string compares be updated like this one? -len On Sunday 11 November 2007 17:38, Alexey Starikovskiy wrote: Andrey Borzenkov wrote: Subject: [PATCH] 2.6.24-rc:

Re: ACPI power down problem

2007-12-06 Thread Len Brown
On Thursday 06 December 2007 20:18, Stephan Seidl wrote: Hi, I would like to ask two questions, but firstly some history. Normally Debian Sarge is running with the kernel 2.6.14.3 with several patches and all works fine since Dec 2005. In Jul, 2006, I tried another kernel, 2.6.17.4, again

Re: RFC: PNP: do not stop/start devices in suspend/resume path

2007-12-06 Thread Shaohua Li
On Thu, 2007-12-06 at 02:24 +0800, Bjorn Helgaas wrote: Re: warning on suspend-to-RAM caused by pnp-request-ioport-and-iomem-resources-used-by-active-devices.patch, thread here: http://lkml.org/lkml/2007/11/22/110 On Saturday 01 December 2007 05:00:34 am Jiri Slaby wrote: I didn't get it.