[PATCH 0/3] sony-laptop for 2.6.23-rc3

2007-08-12 Thread Mattia Dongili
Hi Len, here's the resend I promised before with an additional bonus patch. 1- new FZ model added 2- fix the oops I mentioned before, it's totally unrelated to the other bugfix (patch #3) and it was there far before 3- the http://bugzilla.kernel.org/show_bug.cgi?id=8803 fix: since it shoul

[PATCH 1/3] sony-laptop: enable Vaio FZ events

2007-08-12 Thread Mattia Dongili
Signed-off-by: Mattia Dongili <[EMAIL PROTECTED]> --- drivers/misc/sony-laptop.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/misc/sony-laptop.c b/drivers/misc/sony-laptop.c index 99f48c7..7e621c6 100644 --- a/drivers/misc/sony-laptop.c +++ b/drivers/mis

[PATCH 2/3] sony-laptop: call sonypi_compat_init earlier

2007-08-12 Thread Mattia Dongili
sonypi_compat uses a kfifo that needs to be present before _SRS is called to be able to cope with the IRQs triggered when setting resources. Signed-off-by: Mattia Dongili <[EMAIL PROTECTED]> --- drivers/misc/sony-laptop.c | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) d

[PATCH 3/3] sony-laptop: old Vaio models contain 2 IO port entries

2007-08-12 Thread Mattia Dongili
Make the driver aware of this case and manage the existence of a second separate IO port. Signed-off-by: Mattia Dongili <[EMAIL PROTECTED]> --- drivers/misc/sony-laptop.c | 204 1 files changed, 148 insertions(+), 56 deletions(-) diff --git a/drivers

Re: v2.6.23-rc2 locks up during boot (without acpi=off)

2007-08-12 Thread Andrew Morton
On Sat, 11 Aug 2007 15:39:30 +0300 (EEST) "Ilpo Järvinen" <[EMAIL PROTECTED]> wrote: > I noticed that v2.6.23-rc1 locks up during boot, same thing happens now > with the latest linus' tree (+net-2.6.24 and tcp-2.6 tree stuff on top > of it; in -rc1 test they weren't though). The exact location

Re: [PATCH] ACPI: AC: add sysfs support

2007-08-12 Thread Alexey Starikovskiy
Len Brown wrote: > On Saturday 11 August 2007 15:57, Alexey Starikovskiy wrote: >> +#if defined(CONFIG_POWER_SUPPLY) || defined(CONFIG_POWER_SUPPLY_MODULE) >> +#define ENABLE_POWER_SUPPLY >> +#include >> +#endif > > sort of unfortunately to then have the #ifdef ENABLE_POWER_SUPPLY > sprinkled thr

Re: [patch 32/59] x86_64: get boot_cpu_id as early for k8_scan_nodes

2007-08-12 Thread Andi Kleen
On Sunday 12 August 2007 04:42, Len Brown wrote: > I hate to burst this bubble, > but we have evidence that the only reliable way to enumerate > processors on an ACPI systems is to parse the DSDT. Yes I agree MADT parsing is in this case significantly simpler and likely safer and the MADT has to b

Re: v2.6.23-rc2 locks up during boot (without acpi=off)

2007-08-12 Thread Ilpo Järvinen
On Sun, 12 Aug 2007, Andrew Morton wrote: > On Sat, 11 Aug 2007 15:39:30 +0300 (EEST) "Ilpo Järvinen" <[EMAIL PROTECTED]> > wrote: > > > I noticed that v2.6.23-rc1 locks up during boot, same thing happens now > > with the latest linus' tree (+net-2.6.24 and tcp-2.6 tree stuff on top > > of it;

dmidecode of FSC Amilo Pa 2510

2007-08-12 Thread Andreas Büsching
Hi, A "nice" kernel message informed that I might get some help here ;-) I'm trying get a Linux kernel verion 2.6.22 or higher to work on my notebook (a FSC Amilo Pa 2510). It just stops the boot process with the message that I should try to append the option acpi_osi=Linux. That did not help.

Re: v2.6.23-rc2 locks up during boot (without acpi=off)

2007-08-12 Thread Andrew Morton
On Sun, 12 Aug 2007 14:20:46 +0300 (EEST) "Ilpo Järvinen" <[EMAIL PROTECTED]> wrote: > On Sun, 12 Aug 2007, Andrew Morton wrote: > > > On Sat, 11 Aug 2007 15:39:30 +0300 (EEST) "Ilpo Järvinen" <[EMAIL > > PROTECTED]> wrote: > > > > > I noticed that v2.6.23-rc1 locks up during boot, same thing

Re: v2.6.23-rc2 locks up during boot (without acpi=off)

2007-08-12 Thread Ilpo Järvinen
On Sun, 12 Aug 2007, Andrew Morton wrote: > On Sun, 12 Aug 2007 14:20:46 +0300 (EEST) "Ilpo Järvinen" <[EMAIL PROTECTED]> > wrote: > > On Sun, 12 Aug 2007, Andrew Morton wrote: > > > On Sat, 11 Aug 2007 15:39:30 +0300 (EEST) "Ilpo Järvinen" <[EMAIL > > > PROTECTED]> wrote: > > > > > > > I notic

Re: [2.6.22-rc3][ACPI?] Resume from s2r doesn't work.

2007-08-12 Thread Norbert Preining
Hi Pavel, hi all, On Son, 22 Jul 2007, Pavel Machek wrote: > > Ok, no beeping at all. Nothing after resume, only fan. And I did not > > forget to activate the BEEP line. > > > > So where can I go from here? DSDT hacking? Anything else? > > Hmm, it was 'hardware debugger' time when I hit similar

Re: v2.6.23-rc2 locks up during boot (without acpi=off)

2007-08-12 Thread Andrew Morton
On Sun, 12 Aug 2007 20:15:51 +0300 (EEST) "Ilpo Järvinen" <[EMAIL PROTECTED]> wrote: > On Sun, 12 Aug 2007, Andrew Morton wrote: > > > On Sun, 12 Aug 2007 14:20:46 +0300 (EEST) "Ilpo Järvinen" <[EMAIL > > PROTECTED]> wrote: > > > On Sun, 12 Aug 2007, Andrew Morton wrote: > > > > On Sat, 11 Aug

Re: [ACPI] toshiba_acpi bluetooth patch

2007-08-12 Thread Marek Hobler
> getting this patch into the kernel would be great. yeah, but we need more pople to test this patch. > Anything I can help ? test, test and test :) to enable bluetooth just check that the wireless_kill_switch is _off_ and run: echo "power:1" > /proc/acpi/toshiba/bluetooth echo "attach:1" > /pr

Re: v2.6.23-rc2 locks up during boot (without acpi=off)

2007-08-12 Thread Ilpo Järvinen
On Sun, 12 Aug 2007, Andrew Morton wrote: > On Sun, 12 Aug 2007 20:15:51 +0300 (EEST) "Ilpo Järvinen" <[EMAIL PROTECTED]> > wrote: > > > Hmm, it was really worth of it, I did: > > $ git-fetch linus > > $ git-reset --hard linus > > [...make & install & boot...] > > > > ...and voila, the problem

Re: beeping patch for debugging acpi sleep

2007-08-12 Thread Christian Leber
On Thu, Jun 28, 2007 at 02:08:15PM +, Pavel Machek wrote: > > > The results are a bit unclear, I took a 2.6.22-rc4 with beep. > > > Logged into KDE. > > > (hardware: Dell Latitude D810) > > > > > > S = successfull resume > > > D = had to resume 2 times, that means when pressing the power butto

Re: [patch 32/59] x86_64: get boot_cpu_id as early for k8_scan_nodes

2007-08-12 Thread Yinghai Lu
On 8/12/07, Andi Kleen <[EMAIL PROTECTED]> wrote: > On Sunday 12 August 2007 04:42, Len Brown wrote: > I think it's because LinuxBIOS which Y.H. is working on is unable/unwilling > to supply any ACPI tables. So he prefers to kludge around it in the kernel > to adapt to the ever changing hardware. >

[PATCH] [23/2many] MAINTAINERS - ACPI BATTERY DRIVERS

2007-08-12 Thread joe
Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches <[EMAIL PROTECTED]> diff --git a/MAINTAINERS b/MAINTAINERS index 93a100b..6bb5785 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -261,6 +261,7 @@ M: [EMAIL PROTECTED] L: linux-acpi@vger.kernel.org W: http://acpi.sourceforge

[PATCH] [24/2many] MAINTAINERS - ACPI EC DRIVER

2007-08-12 Thread joe
Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches <[EMAIL PROTECTED]> diff --git a/MAINTAINERS b/MAINTAINERS index 6bb5785..ef63c9d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -269,6 +269,7 @@ M: [EMAIL PROTECTED] L: linux-acpi@vger.kernel.org W: http://acpi.sourceforge

[PATCH] [25/2many] MAINTAINERS - ACPI FAN DRIVER

2007-08-12 Thread joe
Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches <[EMAIL PROTECTED]> diff --git a/MAINTAINERS b/MAINTAINERS index ef63c9d..e99d959 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -277,6 +277,7 @@ M: [EMAIL PROTECTED] L: linux-acpi@vger.kernel.org W: http://acpi.sourceforge

[PATCH] [22/2many] MAINTAINERS - ACPI

2007-08-12 Thread joe
Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches <[EMAIL PROTECTED]> diff --git a/MAINTAINERS b/MAINTAINERS index 1162fb7..93a100b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -251,6 +251,9 @@ L: linux-acpi@vger.kernel.org W: http://acpi.sourceforge.net/ T: git kernel.o

[PATCH] [27/2many] MAINTAINERS - ACPI THERMAL DRIVER

2007-08-12 Thread joe
Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches <[EMAIL PROTECTED]> diff --git a/MAINTAINERS b/MAINTAINERS index aca4528..b159b00 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -292,6 +292,7 @@ M: [EMAIL PROTECTED] L: linux-acpi@vger.kernel.org W: http://acpi.sourceforge

[PATCH] [28/2many] MAINTAINERS - ACPI VIDEO DRIVER

2007-08-12 Thread joe
Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches <[EMAIL PROTECTED]> diff --git a/MAINTAINERS b/MAINTAINERS index b159b00..4faf1ce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -300,6 +300,7 @@ M: [EMAIL PROTECTED] L: linux-acpi@vger.kernel.org W: http://acpi.sourceforge

[PATCH] [160/2many] MAINTAINERS - DOCKING STATION DRIVER

2007-08-12 Thread joe
Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches <[EMAIL PROTECTED]> diff --git a/MAINTAINERS b/MAINTAINERS index 2fafb83..b8ff492 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1565,6 +1565,7 @@ P:Kristen Carlson Accardi M: [EMAIL PROTECTED] L: linux-acpi@vger.ke