Re: [07/12] acpi: sysfs convert

2006-09-27 Thread Zhang Rui
On Fri, 2006-09-22 at 17:42 +0800, Zhang Rui wrote: > From: Patrick Mochel <[EMAIL PROTECTED]> > From: Li Shaohua <[EMAIL PROTECTED]> > > Setup new sysfs framework > > 1.Remove /sys/firmware/acpi > 2.Add ACPI device in device tree. > > NOTE: _EJ0 is now a property of device in device tre

2.6.18-mm1 -- ACPI Exception (evregion-0424): AE_TIME, Returned by Handler for [EmbeddedControl] [20060707]

2006-09-27 Thread Miles Lane
When I booted last time, I found that my X pointer was frozen. When I switched to a VT and ran dmesg, I found: [drm] Initialized drm 1.0.1 20051102 ACPI: PCI Interrupt :00:02.0[A] -> GSI 16 (level, low) -> IRQ 19 [drm] Initialized i915 1.5.0 20060119 on minor 0 [drm] Initialized i915 1.5.0 2

Re: fadt.boot_flags.MSI_not_supported

2006-09-27 Thread Len Brown
On Thursday 28 September 2006 00:23, Randy Dunlap wrote: > On Wed, 27 Sep 2006 20:14:58 -0400 Brown, Len wrote: > > > sifting through ACPI 3.0a I just noticed a bit (3) > > in the FADT boot_flag to indicate the platform > > does not support MSI. > > > > Has anybody noticed fadt.boot_flags bit 3 s

Re: fadt.boot_flags.MSI_not_supported

2006-09-27 Thread Randy Dunlap
On Wed, 27 Sep 2006 20:14:58 -0400 Brown, Len wrote: > sifting through ACPI 3.0a I just noticed a bit (3) > in the FADT boot_flag to indicate the platform > does not support MSI. > > Has anybody noticed fadt.boot_flags bit 3 set on their box? Would we observe that in kernel boot messages or by u

[patch 3/3] ibm-acpi: Implement direct-ec-access thermal reading modes for up to 16 sensors

2006-09-27 Thread Henrique de Moraes Holschuh
This patch extends ibm-acpi to support reading thermal sensors directly through ACPI EC register access. It uses a DMI match to detect ThinkPads with a new-style embedded controller, that are known to have forward- compatible register maps and use 0x00 to fill in non-used registers and export ther

[patch 2/3] dmi_scan: this teaches dmi_decode() how to decode and save OEM Strings

2006-09-27 Thread Henrique de Moraes Holschuh
This teaches dmi_decode() how to decode and save OEM Strings (type 11) DMI information, which is currently discarded silently. Existing code using DMI is not affected. Follows the "System Management BIOS (SMBIOS) Specification" (http://www.dmtf.org/standards/smbios), and also the userspace dmidec

[patch 0/3] ibm-acpi: extend thermal sensor support for new ThinkPads with 9+ sensors

2006-09-27 Thread Henrique de Moraes Holschuh
Hello Borislav, This patch series extends ibm-acpi thermal support for ThinkPads that support up to 16 sensors in firmware. It also refactors some of the ibm-acpi thermal sensor code to make it easier to extend and read. The functionality in this patch has been tested by subscribers of the linux

[patch 1/3] ibm-acpi: Use a enum to select the thermal sensor reading strategy

2006-09-27 Thread Henrique de Moraes Holschuh
This patch consolidades all decisions regarding the strategy to be used to read thinkpad thermal sensors into a single enum, and refactors the thermal sensor reading code to use a much more readable (and easier to extend) switch() construct. Signed-off-By: Henrique de Moraes Holschuh <[EMAIL PROTE

fadt.boot_flags.MSI_not_supported

2006-09-27 Thread Brown, Len
sifting through ACPI 3.0a I just noticed a bit (3) in the FADT boot_flag to indicate the platform does not support MSI. Has anybody noticed fadt.boot_flags bit 3 set on their box? thanks, -Len - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to [EMA

Re: [BUG] Oops on boot (probably ACPI related)

2006-09-27 Thread Andrew Morton
On Wed, 27 Sep 2006 16:58:05 -0400 Kyle McMartin <[EMAIL PROTECTED]> wrote: > On Wed, Sep 27, 2006 at 01:21:17PM -0700, Linus Torvalds wrote: > > On Wed, 27 Sep 2006, Andi Kleen wrote: > > > I expect this patch to fix it. > > > > Andrew, Kyle, can you verify? > > > > Yup, it works. Ditto. - To

Re: [BUG] Oops on boot (probably ACPI related)

2006-09-27 Thread Linus Torvalds
On Wed, 27 Sep 2006, Andi Kleen wrote: > > It doesn't matter much because these days this stuff is all out of lined > anyways and in a single function. And the dynamic branch predictor > in all modern CPUs will usually cache the decision (unlocked) there. Ahh, good point. Once there's only one

Re: [BUG] Oops on boot (probably ACPI related)

2006-09-27 Thread Kyle McMartin
On Wed, Sep 27, 2006 at 01:21:17PM -0700, Linus Torvalds wrote: > On Wed, 27 Sep 2006, Andi Kleen wrote: > > I expect this patch to fix it. > > Andrew, Kyle, can you verify? > Yup, it works. (For reference, it's gcc 4.1.1-13 from Debian.) Cheers, Kyle M. - To unsubscribe from this list:

Re: [BUG] Oops on boot (probably ACPI related)

2006-09-27 Thread Andi Kleen
On Wednesday 27 September 2006 22:35, Linus Torvalds wrote: > > On Wed, 27 Sep 2006, Linus Torvalds wrote: > > > > On Wed, 27 Sep 2006, Andi Kleen wrote: > > > > > > I expect this patch to fix it. > > > > Andrew, Kyle, can you verify? > > Not that it really matters. Andi sure as hell pinpointe

Re: [BUG] Oops on boot (probably ACPI related)

2006-09-27 Thread Linus Torvalds
On Wed, 27 Sep 2006, Linus Torvalds wrote: > > On Wed, 27 Sep 2006, Andi Kleen wrote: > > > > I expect this patch to fix it. > > Andrew, Kyle, can you verify? Not that it really matters. Andi sure as hell pinpointed a real problem with the new and broken inline asm. That's almost certainly t

Re: [BUG] Oops on boot (probably ACPI related)

2006-09-27 Thread Linus Torvalds
On Wed, 27 Sep 2006, Andi Kleen wrote: > > I expect this patch to fix it. Andrew, Kyle, can you verify? Linus - 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/maj

Re: [BUG] Oops on boot (probably ACPI related)

2006-09-27 Thread Andi Kleen
Rolf Eike Beer <[EMAIL PROTECTED]> writes: > I get this on my machine. SMP kernel, linus git from this morning. .config > and > test available on request. What gcc do you use? Anyways, does this patch fix it? This might have been Andrew's vaio problem too. -Andi i386: Use early clobbers for

Re: [BUG] Oops on boot (probably ACPI related)

2006-09-27 Thread Andi Kleen
Kyle McMartin <[EMAIL PROTECTED]> writes: > On Wed, Sep 27, 2006 at 07:56:13PM +0200, Markus Dahms wrote: > > > I get this on my machine. SMP kernel, linus git from this morning. .config > > > and test available on request. > > > > I saw this as well. > > Reverting, > > i386: Remove lock

Re: [BUG] Oops on boot (probably ACPI related)

2006-09-27 Thread Kyle McMartin
On Wed, Sep 27, 2006 at 07:56:13PM +0200, Markus Dahms wrote: > > I get this on my machine. SMP kernel, linus git from this morning. .config > > and test available on request. > I saw this as well. Reverting, > i386: Remove lock section support in semaphore.h Fixes it for me (and apparent

Re: S3 on acer travelmate 3022WTMi

2006-09-27 Thread Thomas Renninger
On Tue, 2006-09-26 at 21:01 +0200, Peter Pregler wrote: > Arto Pastinen wrote: > > Hi, > > > > Has anyone got Suspend to Ram work on Acer TravelMate 3022WTMi? > > > > I even fixed DSDT, but it still freezes on return from sleep, the hard > > disc shows little action, but then everything is blank.

Re: [BUG] Oops on boot (probably ACPI related)

2006-09-27 Thread Markus Dahms
Am Wed, 27 Sep 2006 14:24:47 +0200 schrieb Rolf Eike Beer: > I get this on my machine. SMP kernel, linus git from this morning. .config > and test available on request. I encountered a similar bug, but a lot earlier. It seems to be a locking problem, as it is lockdep which does the BUG() for me.

Re: T30 boot hang with CONFIG_PM_LEGACY=n

2006-09-27 Thread Dave Jones
On Wed, Sep 27, 2006 at 03:47:31PM +0100, Matthew Garrett wrote: > On Wed, Sep 27, 2006 at 12:20:29AM -0400, Dave Jones wrote: > > > Good question. There's no real replacement for pm_active in the non-legacy > > config afaik. Perhaps the cleanest alternative is to undeprecate that > > macro

Re: T30 boot hang with CONFIG_PM_LEGACY=n

2006-09-27 Thread Matthew Garrett
On Wed, Sep 27, 2006 at 12:20:29AM -0400, Dave Jones wrote: > Good question. There's no real replacement for pm_active in the non-legacy > config afaik. Perhaps the cleanest alternative is to undeprecate that macro? > The only other option I can think of is doing something like this in apm.c ...

[BUG] Oops on boot (probably ACPI related)

2006-09-27 Thread Rolf Eike Beer
I get this on my machine. SMP kernel, linus git from this morning. .config and test available on request. Eike BUG: unable to handle kernel paging request at virtual address f0003504 printing eip: c102d804 *pde = Oops: [#1] SMP Modules linked in: CPU:0 EIP:0060:[]Not t

Re: sonypc with Sony Vaio VGN-SZ1VP

2006-09-27 Thread stelian
>> > Will sony_acpi ever make it to the mainline? Its very useful for new >> Vaio >> > models. > > Nope, not as it is. Useful != supportable. > > 1. It must not create any files under /proc/acpi > This is creating a machine-specific API, which > is exactly what we don't want Nobody can ma

ACPI Video wierdness

2006-09-27 Thread Jody Belka
Hi, I was looking around /proc/acpi on my system the other day, purely out of curiosity, when I noticed something rather odd. Inside /proc/acpi/video, there are two VID entries, both with the same inode. I guess these are the relevant lines from my dmesg: [ 134.199530] ACPI: Video Device [VID]

Re: ACPI Problem on resuming from disk on Samsung X05

2006-09-27 Thread Soenke Huels
Hi again! In the last days, I did a bit of further testing on my problem. It now seems that my first diagnosis was not entirely correct. I observed that the error occurs when I exchanged the battery while the system was running. If it is suspended to disk after that, it produces the error mentione

Re: sonypc with Sony Vaio VGN-SZ1VP

2006-09-27 Thread Ismail Donmez
Hi, 27 Eyl 2006 Çar 09:04 tarihinde, Len Brown şunları yazmıştı: [...] > > > Will sony_acpi ever make it to the mainline? Its very useful for new > > > Vaio models. > > Nope, not as it is. Useful != supportable. > > 1. It must not create any files under /proc/acpi > This is creating a machine