All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Chua <jeff.chua.linux@gmail.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Henrique de Moraes Holschuh <hmh@hmh.eng.br>,
	Len Brown <lenb@kernel.org>, LKML <linux-kernel@vger.kernel.org>,
	ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	Linux-pm mailing list <linux-pm@lists.linux-foundation.org>,
	Matthew Garrett <mjg59@srcf.ucam.org>,
	Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>,
	platform-driver-x86@vger.kernel.org
Subject: Re: [PATCH 0/11] ACPI: Fixes and cleanups related to iomaps management
Date: Tue, 25 Jan 2011 17:43:22 +0800 (SGT)	[thread overview]
Message-ID: <Pine.LNX.4.64.1101251740380.3737@boston.corp.fedex.com> (raw)


On Tue, Jan 25, 2011 at 5:37 AM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> On Monday, January 24, 2011, Henrique de Moraes Holschuh wrote:
> It turns out there's a bug in intel_idle causing people a lot of pain 
> with CPU hotplugging.  Should be fixed now it the Linus' tree.

Uh, I see the git fix now. Thanks. The workaround I did was to manually 
offline all CPUs before suspend and that fixed it too.

As for the thinkpad-acpi, here a little patch to disable all hotkeys so 
that Fn-F4 works natively to suspend-to-memory when 
CONFIG_THINKPAD_ACPI_HOTKEY_POLL is not set.

Thanks,
Jeff

--- lx/drivers/platform/x86/thinkpad_acpi.c.org	2011-01-22 21:48:05.000000000 +0800
+++ lx/drivers/platform/x86/thinkpad_acpi.c	2011-01-22 21:55:14.000000000 +0800
@@ -8776,10 +8776,12 @@
  	{
  		.data = &thinkpad_acpi_driver_data,
  	},
+#ifdef CONFIG_THINKPAD_ACPI_HOTKEY_POLL
  	{
  		.init = hotkey_init,
  		.data = &hotkey_driver_data,
  	},
+#endif
  	{
  		.init = bluetooth_init,



             reply	other threads:[~2011-01-25  9:43 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-25  9:43 Jeff Chua [this message]
2011-01-25 15:13 ` thinkpad-acpi: fn-f4 issues Henrique de Moraes Holschuh
2011-01-25 21:05   ` [ibm-acpi-devel] " Dominik Kopp
2011-01-25 21:05     ` Dominik Kopp
2011-01-25 23:16     ` [ibm-acpi-devel] " Henrique de Moraes Holschuh
2011-01-26 21:59       ` Dominik Kopp
2011-01-27 13:55         ` Henrique de Moraes Holschuh
2011-01-25 22:26   ` Jeff Chua
2011-01-26  0:30     ` Henrique de Moraes Holschuh
     [not found]       ` <20110126003034.GC25953-ZGHd14iZgfaRjzvQDGKj+xxZW9W5cXbT@public.gmane.org>
2011-01-26  4:46         ` Jeff Chua
2011-01-29 17:55           ` [ibm-acpi-devel] " Henrique de Moraes Holschuh
     [not found]             ` <20110129175533.GB26442-ZGHd14iZgfaRjzvQDGKj+xxZW9W5cXbT@public.gmane.org>
2011-01-30 17:19               ` Jeff Chua
2011-01-30 17:22                 ` [ibm-acpi-devel] " Jeff Chua
  -- strict thread matches above, loose matches on Subject: below --
2011-01-25  9:43 [PATCH 0/11] ACPI: Fixes and cleanups related to iomaps management Jeff Chua
2011-01-20 11:26 Rafael J. Wysocki
2011-01-20 16:06 ` Jeff Chua
2011-01-20 16:06   ` Jeff Chua
2011-01-20 20:57   ` Rafael J. Wysocki
2011-01-20 21:46     ` Jeff Chua
2011-01-21  0:04       ` Rafael J. Wysocki
2011-01-21  2:51         ` Jeff Chua
2011-01-21  2:51         ` Jeff Chua
2011-01-21 12:01           ` Rafael J. Wysocki
2011-01-21 12:01           ` Rafael J. Wysocki
2011-01-21 21:06           ` Rafael J. Wysocki
2011-01-22  5:54             ` Jeff Chua
2011-01-22  5:54             ` Jeff Chua
2011-01-22  5:54               ` Jeff Chua
2011-01-22  5:58               ` Jeff Chua
2011-01-22  5:58               ` Jeff Chua
2011-01-22  9:25                 ` Rafael J. Wysocki
2011-01-22 17:24                   ` Jeff Chua
2011-01-22 17:24                   ` Jeff Chua
2011-01-22 17:24                     ` Jeff Chua
2011-01-22 19:12                     ` Rafael J. Wysocki
2011-01-23  0:14                       ` Jeff Chua
2011-01-23  0:14                         ` Jeff Chua
2011-01-23 20:28                         ` Rafael J. Wysocki
2011-01-23 20:28                         ` Rafael J. Wysocki
2011-01-24  1:13                           ` Jeff Chua
2011-01-24  1:13                             ` Jeff Chua
2011-01-24 21:36                             ` Rafael J. Wysocki
2011-01-24 21:36                             ` Rafael J. Wysocki
2011-01-24  1:13                           ` Jeff Chua
2011-01-23  0:14                       ` Jeff Chua
2011-01-22 19:12                     ` Rafael J. Wysocki
2011-01-22  9:25                 ` Rafael J. Wysocki
2011-01-22  9:13               ` Rafael J. Wysocki
2011-01-23 18:20                 ` Henrique de Moraes Holschuh
2011-01-23 18:20                 ` Henrique de Moraes Holschuh
2011-01-23 20:35                   ` Rafael J. Wysocki
2011-01-23 20:35                   ` Rafael J. Wysocki
2011-01-23 23:15                     ` Henrique de Moraes Holschuh
2011-01-24 21:37                       ` Rafael J. Wysocki
2011-01-24 21:37                       ` Rafael J. Wysocki
2011-01-23 23:15                     ` Henrique de Moraes Holschuh
2011-01-22  9:13               ` Rafael J. Wysocki
2011-01-21 21:06           ` Rafael J. Wysocki
2011-01-21  0:04       ` Rafael J. Wysocki
2011-01-20 21:46     ` Jeff Chua
2011-01-20 20:57   ` Rafael J. Wysocki
2011-01-20 16:06 ` Jeff Chua
2011-01-20 11:26 Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.1101251740380.3737@boston.corp.fedex.com \
    --to=jeff.chua.linux@gmail.com \
    --cc=hmh@hmh.eng.br \
    --cc=ibm-acpi@hmh.eng.br \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@lists.linux-foundation.org \
    --cc=mjg59@srcf.ucam.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=rjw@sisk.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.