Re: [1/4] 2.6.22-rc3: known regressions

2007-05-29 Thread Sam Ravnborg
On Tue, May 29, 2007 at 02:52:53PM +0200, Michal Piotrowski wrote: > Hi all, > > Here is a list of some known regressions in 2.6.22-rc3. > > > Kbuild > > Subject: make M=$PWD modules_install does nothing > References : http://lkml.org/lkml/2007/5/27/190 > Submitter : Andrey Borzenkov <[EMA

Re: (Intel Core 2 Duo 2.4gig 4meg cache + Intel S3000AH + Linux) - ACPI kernel option = 1 core?

2007-05-29 Thread Shaohua Li
On Tue, 2007-05-29 at 20:21 +1000, Steven Evans wrote: > Li, Shaohua wrote: > > > > > -Original Message- > > > From: [EMAIL PROTECTED] [mailto:linux-acpi- > > > [EMAIL PROTECTED] On Behalf Of Steve Evans > > > Sent: Tuesday, May 29, 2007 9:16 AM > > > To: linux-acpi@vger.kernel.org > >

ACPICA vs. Linux status

2007-05-29 Thread Len Brown
> Subject: [Patch 1/8] ACPICA: Update _OSI string list applied > Subject: [Patch 2/8] ACPICA: Changes for Cygwin compatibility applied > Subject: [Patch 3/8] ACPICA: Support for external package objects as method > arguments applied after hand editing. Unclear why hand-ending was necessary, a

AML method concurrency

2007-05-29 Thread Bjorn Helgaas
Can AML methods be executed concurrently? The existence of mutexes, serialized methods, and the Linux "acpi_serialize" parameter makes me think that in general, we should be able to execute multiple AML methods concurrently. However, the ACPI CA Programmer Reference, rev 1.16, section 2.2.5, says

Looking for acpi assistance for R&D proiject

2007-05-29 Thread Phil
Hi I hope this isn't an inappropriate use of the list - please accept my apologies if it is. I'm involved in a linux-based R&D project and we are in urgent need of expert input concerning acpi and suspend to disk. I thought this might be a good place to get some hints about where to start

Re: [1/4] 2.6.22-rc3: known regressions

2007-05-29 Thread Florin Iucha
On Tue, May 29, 2007 at 04:34:59PM +0200, Jan Kara wrote: > On Tue 29-05-07 14:52:53, Michal Piotrowski wrote: > > Here is a list of some known regressions in 2.6.22-rc3. > > > > Subject: Oops in dentry_iput with 2.6.22-rc2 on AMD64 > > References : http://lkml.org/lkml/2007/5/22/4 > > Submitt

Re: [1/4] 2.6.22-rc3: known regressions

2007-05-29 Thread Jan Kara
Hi, On Tue 29-05-07 14:52:53, Michal Piotrowski wrote: > Here is a list of some known regressions in 2.6.22-rc3. > > Feel free to add new regressions/remove fixed etc. > http://kernelnewbies.org/known_regressions > > File systems > > Subject: Oops in dentry_iput with 2.6.22-rc2 on AMD6

Re: [ibm-acpi-devel] [PATCH] ACPI: thinkpad-acpi: allow hotkey to input event map to be modified

2007-05-29 Thread Henrique de Moraes Holschuh
On Tue, 29 May 2007, Dmitry Torokhov wrote: > On 5/29/07, Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote: > > On Mon, 28 May 2007, Dmitry Torokhov wrote: > > > Documentation/input/input-programming.txt gives some pointers. > > > > It is outdated, > > Hm, I just recently updated it so it is

Re: [PATCH] ACPI: thinkpad-acpi: add thinkpad keys to input.h

2007-05-29 Thread Henrique de Moraes Holschuh
On Mon, 28 May 2007, Dmitry Torokhov wrote: > On Sunday 27 May 2007 08:15, Henrique de Moraes Holschuh wrote: > > On Sat, 26 May 2007, Dmitry Torokhov wrote: > > > I am unconvinced that we need new keycodes. Isn't there a better default > > > keycodes for these keys? You mentioned that fn+f5 contro

Re: [PATCH] ACPI: thinkpad-acpi: allow hotkey to input event map to be modified

2007-05-29 Thread Dmitry Torokhov
On 5/29/07, Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote: On Mon, 28 May 2007, Dmitry Torokhov wrote: > Documentation/input/input-programming.txt gives some pointers. It is outdated, Hm, I just recently updated it so it is pretty fresh. and incomplete. Here I agree. -- Dmitry - T

[1/4] 2.6.22-rc3: known regressions

2007-05-29 Thread Michal Piotrowski
Hi all, Here is a list of some known regressions in 2.6.22-rc3. Feel free to add new regressions/remove fixed etc. http://kernelnewbies.org/known_regressions Unclassified Subject: long freezes on thinkpad t60 References : http://lkml.org/lkml/2007/5/24/100 Submitter : Miklos Szeredi <[EM

Re: [PATCH] ACPI: thinkpad-acpi: allow hotkey to input event map to be modified

2007-05-29 Thread Henrique de Moraes Holschuh
On Mon, 28 May 2007, Dmitry Torokhov wrote: > Documentation/input/input-programming.txt gives some pointers. It is outdated, and incomplete. > > On that topic, am I to send SYNC events between key-press and key-release > > events? > > Yes. The application is allowed to "accumulate" input events

[PATCH 3/3] ACPI EC: Add support for non-AML EC query handlers

2007-05-29 Thread Alexey Starikovskiy
Signed-off-by: Alexey Starikovskiy <[EMAIL PROTECTED]> --- drivers/acpi/ec.c | 175 ++--- 1 files changed, 125 insertions(+), 50 deletions(-) diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index ffb8361..10e8510 100644 --- a/drivers/acpi/ec.c

[PATCH 2/3] ACPI EC: drop usage of ACPI_DEBUG_PRINT as too heavy weight

2007-05-29 Thread Alexey Starikovskiy
Signed-off-by: Alexey Starikovskiy <[EMAIL PROTECTED]> --- drivers/acpi/ec.c | 20 ++-- 1 files changed, 6 insertions(+), 14 deletions(-) diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index 5534b23..ffb8361 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c @@ -39,20 +

[PATCH 0/3] Series short description

2007-05-29 Thread Alexey Starikovskiy
In order to get notifications from Smart Batteries there is a need to allow non-AML query handlers in EC driver. AML query handlers are now found at init time, so there is no need to look them up in namespace at query time. -- Regards, Alex. - To unsubscribe from this list: send the line "unsubsc

[PATCH 1/3] ACPI EC: Re-factor EC space handler to avoid using label/goto for cycle.

2007-05-29 Thread Alexey Starikovskiy
Signed-off-by: Alexey Starikovskiy <[EMAIL PROTECTED]> --- drivers/acpi/ec.c | 56 - 1 files changed, 17 insertions(+), 39 deletions(-) diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index 82f496c..5534b23 100644 --- a/drivers/acpi/ec.c +

RE: (Intel Core 2 Duo 2.4gig 4meg cache + Intel S3000AH + Linux) - ACPI kernel option = 1 core?

2007-05-29 Thread Li, Shaohua
>-Original Message- >From: [EMAIL PROTECTED] [mailto:linux-acpi- >[EMAIL PROTECTED] On Behalf Of Steve Evans >Sent: Tuesday, May 29, 2007 9:16 AM >To: linux-acpi@vger.kernel.org >Subject: (Intel Core 2 Duo 2.4gig 4meg cache + Intel S3000AH + Linux) - >ACPI kernel option = 1 core? > >Hey g