Re: [patch 1/7] asus-laptop: add base driver

2007-01-29 Thread Corentin CHARY
Thanks, I didn't know this function =). But maybe we should first merge this series, and then I will make a patch to remove read_acpi_int(). Le vendredi 26 janvier 2007 19:48, Suietov, Fiodor F a écrit : > Please use acpi_evaluate_integer() instead of read_acpi_int(). > > Thanks, > Fiodor > --

RE: Fan speeds on HP nc6400 and nc8430

2007-01-29 Thread Pieter De Wit
Hi Guys, I tried the suggestion below and it didn't seem to change anything - I even set the same trip points to TZ1. The fans still seem to spin faster in Linux compared to Windows. Then the other issue is that I can't switch a fan off once I force it on. Thanks, Pieter Show: cat /proc/acpi/t

Re: 2.6.20-rc6: known regressions with patches

2007-01-29 Thread Ingo Molnar
* Adrian Bunk <[EMAIL PROTECTED]> wrote: > Subject: ACPI: fix cpufreq regression > References : http://lkml.org/lkml/2007/1/16/120 > Submitter : Ingo Molnar <[EMAIL PROTECTED]> > Caused-By : Dave Jones <[EMAIL PROTECTED]> > commit 0916bd3ebb7cefdd0f432e8491abe24f4b5a101e > Hand

Re: 2.6.20-rc6: known regressions with patches

2007-01-29 Thread Dave Jones
On Mon, Jan 29, 2007 at 09:45:48AM +0100, Ingo Molnar wrote: > > * Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > Subject: ACPI: fix cpufreq regression > > References : http://lkml.org/lkml/2007/1/16/120 > > Submitter : Ingo Molnar <[EMAIL PROTECTED]> > > Caused-By : Dave Jones <[EMAIL

Re: [0/5] remove ACPI motherboard driver, use PNP system driver instead (take 2)

2007-01-29 Thread Bjorn Helgaas
On Tuesday 23 January 2007 12:24, emisca wrote: > I'm going to compile a kernel only for these tests.. now I'm using > debian kernel 2.6.18. > So I'll compile a kernel 2.6.20-rc3-mm1 with your patch. > I'll post you the results > Bye! Ping! Any luck with this? > 2007/1/23, Bjorn Helgaas <[EM

Re: [0/5] remove ACPI motherboard driver, use PNP system driver instead (take 2)

2007-01-29 Thread Bjorn Helgaas
Shaohua, Len, others, Did I resolve all the concerns you had about these patches? Should I re-post them? Thanks, Bjorn - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-

Re: [0/5] remove ACPI motherboard driver, use PNP system driver instead (take 2)

2007-01-29 Thread Len Brown
On Monday 29 January 2007 18:00, Bjorn Helgaas wrote: > Shaohua, Len, others, > > Did I resolve all the concerns you had about these patches? Should > I re-post them? Bjorn, I didn't see any problems with them. On 1/24 I checked in your series posted on 1/18, and they've been in acpi-test sinc

Re: [0/5] remove ACPI motherboard driver, use PNP system driver instead (take 2)

2007-01-29 Thread Bjorn Helgaas
On Monday 29 January 2007 16:19, Len Brown wrote: > On Monday 29 January 2007 18:00, Bjorn Helgaas wrote: > > Shaohua, Len, others, > > > > Did I resolve all the concerns you had about these patches? Should > > I re-post them? > > Bjorn, > I didn't see any problems with them. > > On 1/24 I chec

Re: + acpi-keep-track-of-timer-broadcasting-fix.patch added to -mm tree

2007-01-29 Thread Len Brown
On Monday 29 January 2007 01:55, Ingo Molnar wrote: > > * Len Brown <[EMAIL PROTECTED]> wrote: > > > > - if(cx->type == ACPI_STATE_C3 || > > > -boot_cpu_data.x86_vendor == X86_VENDOR_AMD) { > > > + if (cx->type >= ACPI_STATE_C2) > > > pr->power.timer_broadcast_on_state = sta

Re: + acpi-keep-track-of-timer-broadcasting-fix.patch added to -mm tree

2007-01-29 Thread Thomas Gleixner
On Mon, 2007-01-29 at 18:55 -0500, Len Brown wrote: > My understanding is that > 1. All existing and future Intel systems have a FUNCTIONAL LAPIC timer in C2. > 2. All existing Intel systems have a BROKEN LAPIC timer in C3. > > If you've found a system that defies these rules, then I'm extremely >

Re: 2.6.20rc5 k8/acpi regression ( 2.6.17.13 works fine ).

2007-01-29 Thread Chuck Ebbert
Paweł Sikora wrote: > On Thursday 25 of January 2007 05:50:45 Len Brown wrote: > >> On Wednesday 24 January 2007 17:52, Adrian Bunk wrote: >> >>> On Wed, Jan 24, 2007 at 11:46:44PM +0100, Paweł Sikora wrote: >>> for 2.6.20rc5 i get an acpi related oops during x86-64 boot: h

[2.6 patch] drivers/acpi/hotkey.c: make 2 structs static

2007-01-29 Thread Adrian Bunk
This patch makes two needlessly global structs static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.20-rc6-mm1/drivers/acpi/hotkey.c.old 2007-01-28 23:31:03.0 +0100 +++ linux-2.6.20-rc6-mm1/drivers/acpi/hotkey.c 2007-01-28 23:31:23.0 +0100 @@ -234,8 +234,8

Re: sata driver fails to work after resume from S3

2007-01-29 Thread Tejun Heo
Zhang Rui wrote: > But how to make SATA drive S3 work properly in 2.6.16.33? There is no simple patch which can fix S3 support in 2.6.16. You need to backport whole libata EH including PM support. If you absolutely have to keep using 2.6.16.33, consider backporting libata as a whole from 2.6.19

Re: [patch 6/7] asus-laptop: add ledd support

2007-01-29 Thread Len Brown
Note the corrected whitespace errors: Applying 'asus-laptop: add ledd support' Space in indent is followed by a tab. .dotest/patch:95: /* LED display is off by default */ Space in indent is followed by a tab. .dotest/patch:96: hotk->ledd_status = 0xFFF; warning: 2 lines applied after

Re: [patch 7/7] asus-laptop: add light sensor support

2007-01-29 Thread Len Brown
note the corrected whitespace errors: Applying 'asus-laptop: add light sensor support' Space in indent is followed by a tab. .dotest/patch:135: /* Set initial values of light sensor and level */ Space in indent is followed by a tab. .dotest/patch:136: hotk->light_switch = 1; /* Default

Re: [PATCH 1/3] [-mm]: ACPI: add a Kconfig option for ACPI procfs interface

2007-01-29 Thread Len Brown
applied 1-3 to acpi-test thanks, -Len On Sunday 28 January 2007 22:02, Zhang Rui wrote: > From: Zhang Rui <[EMAIL PROTECTED]> > > Add a kconfig option CONFIG_ACPI_PROCFS to make procfs interface > a configurable attribute of ACPI. > > No procfs interface is actually deprecated, > and no sysfs i

Re: [PATCH 3/3] Altix: Add ACPI SSDT PCI device support (hotplug)

2007-01-29 Thread Greg KH
On Sat, Jan 27, 2007 at 02:04:43AM -0500, Len Brown wrote: > From: John Keller <[EMAIL PROTECTED]> > > Support for dynamic loading and unloading of ACPI SSDT tables upon slot > hotplugs and unplugs. > > On SN platforms, we now represent every populated root bus slot with a single > ACPI SSDT tabl