Re: [PATCH 4/5] ACPI: WMI: Add sysfs userspace interface

2008-02-05 Thread Carlos Corbacho
On Tuesday 05 February 2008 02:17:21 Carlos Corbacho wrote: Create a 'wmi' class, and populate it with a virtual device for each GUID. This also allows us to autoload WMI drivers based on GUID via MODULE_ALIAS. Under each GUID are a set of files that can be read and written to from userspace

Re: [X86 ACPI SMP] system slow after cold start if processor module loaded

2008-02-05 Thread Andrew Morton
On Sat, 2 Feb 2008 16:05:41 +0100 (CET) Guennadi Liakhovetski [EMAIL PROTECTED] wrote: Hi Don't know if this should be considered a bug-report, or just another ACPI bug on my system. In any case, if the CONFIG_ACPI_PROCESSOR is enabled, on first boot after a power off the system is slow.

Re: suspend to ram problem

2008-02-05 Thread Rafael J. Wysocki
On Wednesday, 6 of February 2008, matthieu castet wrote: Hi, matthieu castet wrote: matthieu castet wrote: Pavel Machek wrote: Hmm, maybe I know where problem could be. Try movl $(wakeup_stack - wakeup_code), %esp # Private stack is needed for ASUS bo\

Re: [BUG] 2.6.24 refuses to boot - NMI watchdog problem?

2008-02-05 Thread Chris Rankin
--- Andrew Morton [EMAIL PROTECTED] wrote: On Sat, 2 Feb 2008 23:36:42 + (GMT) Chris Rankin [EMAIL PROTECTED] wrote: I have a 1 GHz Coppermine PC with 512 MB RAM, and it is failing to boot with the nmi_watchdog=1 option. This kernel was rebuilt after doing a make mrproper. The dmesg

Re: [PATCH 0/5] WMI patches for acpi-test (v2)

2008-02-05 Thread Carlos Corbacho
On Wednesday 06 February 2008 00:35:54 Bjorn Helgaas wrote: Ok. The only other vendors I really have in mind are HP and Fujitsu, since both those vendors use WMI on their laptops, so they would be my most likely candidates to have WMI on an IA64 box (if anyone actually does use WMI on

RE: The new thermal management sysfs class, and hwmon

2008-02-05 Thread Thomas, Sujith
-Original Message- From: Mark M. Hoffman [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 7:27 PM To: Thomas, Sujith Cc: Henrique de Moraes Holschuh; Zhang, Rui; linux-acpi@vger.kernel.org; lm- [EMAIL PROTECTED]; Jean Delvare; Len Brown Subject: Re: The new thermal

Re: [PATCH for review] ACPI: Create /sys/firmware/acpi/interrupts/ counters

2008-02-05 Thread Len Brown
Thanks for the reply, Greg. If these counters are not always available by default, then I've lost most of their value for supporting systems in the field. Plus, I think I can live with just the individual sysfs files, given Bjorn's grep . * tip. So if I follow the rules, do you think it is okay

[PATCH] ACPI: create /sys/firmware/acpi/interrupts/ (v2)

2008-02-05 Thread Len Brown
From: Len Brown [EMAIL PROTECTED] See Documentation/ABI/testing/sysfs-firmware-acpi Inspired-by: Luming Yu [EMAIL PROTECTED] Signed-off-by: Len Brown [EMAIL PROTECTED] --- Documentation/ABI/testing/sysfs-firmware-acpi | 99 drivers/acpi/events/evevent.c |2 +-

Re: [PATCH for review] ACPI: Create /sys/firmware/acpi/interrupts/ counters

2008-02-05 Thread Greg KH
On Wed, Feb 06, 2008 at 01:33:25AM -0500, Len Brown wrote: Thanks for the reply, Greg. If these counters are not always available by default, then I've lost most of their value for supporting systems in the field. Plus, I think I can live with just the individual sysfs files, given