From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: pm list <linux-pm@lists.linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Linus Torvalds <torvalds@linux-foundation.org>,
Alan Stern <stern@rowland.harvard.edu>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Subject: [PATCH] PM: Allow serio input devices to suspend/resume asynchronously (was: Re: [PATCH 0/5] Async suspend/resume tree)
Date: Tue, 15 Dec 2009 22:56:33 +0100 [thread overview]
Message-ID: <200912152256.33605.rjw@sisk.pl> (raw)
In-Reply-To: <200912132338.30921.rjw@sisk.pl>
Hi,
I've just added the following patch to the async branch at:
http://git.kernel.org/?p=linux/kernel/git/rafael/suspend-2.6.git;a=shortlog;h=refs/heads/async
It has been discussed with Dmitry who says he's fine with it.
Rafael
---
From: Rafael J. Wysocki <rjw@sisk.pl>
Subject: PM: Allow serio input devices to suspend/resume asynchronously
Set async_suspend for all serio input devices, so that they can be
suspended and resumed asynchronously with other devices they don't
depend on in a known way (i.e. devices which are not their parents
or children).
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
---
drivers/input/serio/serio.c | 1 +
1 file changed, 1 insertion(+)
Index: linux-2.6/drivers/input/serio/serio.c
===================================================================
--- linux-2.6.orig/drivers/input/serio/serio.c
+++ linux-2.6/drivers/input/serio/serio.c
@@ -576,6 +576,7 @@ static void serio_add_port(struct serio
printk(KERN_ERR
"serio: sysfs_create_group() failed for %s (%s), error: %d\n",
serio->phys, serio->name, error);
+ device_enable_async_suspend(&serio->dev, true);
}
}
prev parent reply other threads:[~2009-12-15 21:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-13 22:38 [PATCH 0/5] Async suspend/resume tree Rafael J. Wysocki
2009-12-13 22:39 ` [PATCH 1/5] PM: Asynchronous suspend and resume of devices Rafael J. Wysocki
2009-12-13 22:40 ` [PATCH 2/5] PM: Measure device suspend and resume times Rafael J. Wysocki
2009-12-13 22:40 ` [PATCH 3/5] PM: Add debug printouts to async suspend and resume code paths Rafael J. Wysocki
2009-12-13 22:41 ` [PATCH 4/5] PM: Add a switch for disabling/enabling asynchronous suspend/resume Rafael J. Wysocki
2009-12-13 22:42 ` [PATCH 5/5] PM: Add facility for advanced testing of async suspend/resume Rafael J. Wysocki
2009-12-15 21:56 ` Rafael J. Wysocki [this message]
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=200912152256.33605.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=stern@rowland.harvard.edu \
--cc=torvalds@linux-foundation.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®