From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Peter Feuerer <peter@piie.net>
Cc: Borislav Petkov <petkovbb@googlemail.com>,
lenb@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] acerhdf: convert to dev_pm_ops
Date: Thu, 23 Jul 2009 01:29:04 -0700 [thread overview]
Message-ID: <20090723082904.GE3997@dtor-d630.eng.vmware.com> (raw)
In-Reply-To: <cone.1247683003.40459.21332.1000@deskpiie>
On Wed, Jul 15, 2009 at 08:36:43PM +0200, Peter Feuerer wrote:
> Works fine here, thanks!
>
> Acked-by: Peter Feuerer <peter@piie.net>
Umm, did you test suspend-to-disk? As far as I understand the new
suspend() and resume() methods are onluy used for S2R and for S2D you need
to use freeze() and thaw().
>
> Borislav Petkov writes:
>
>> Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
>> ---
>> drivers/platform/x86/acerhdf.c | 14 +++++++++-----
>> 1 files changed, 9 insertions(+), 5 deletions(-)
>>
>> diff --git a/drivers/platform/x86/acerhdf.c b/drivers/platform/x86/acerhdf.c
>> index aa298d6..561b471 100644
>> --- a/drivers/platform/x86/acerhdf.c
>> +++ b/drivers/platform/x86/acerhdf.c
>> @@ -435,7 +435,7 @@ struct thermal_cooling_device_ops acerhdf_cooling_ops = {
>> };
>> /* suspend / resume functionality */
>> -static int acerhdf_suspend(struct platform_device *dev, pm_message_t state)
>> +static int acerhdf_suspend(struct device *dev)
>> {
>> if (kernelmode)
>> acerhdf_change_fanstate(ACERHDF_FAN_AUTO);
>> @@ -446,7 +446,7 @@ static int acerhdf_suspend(struct platform_device *dev, pm_message_t state)
>> return 0;
>> }
>> -static int acerhdf_resume(struct platform_device *device)
>> +static int acerhdf_resume(struct device *dev)
>> {
>> if (verbose)
>> pr_notice("resuming\n");
>> @@ -464,15 +464,19 @@ static int acerhdf_remove(struct platform_device *device)
>> return 0;
>> }
>> +static struct dev_pm_ops acerhdf_pm_ops = {
>> + .suspend = acerhdf_suspend,
>> + .resume = acerhdf_resume,
>> +};
>> +
>> static struct platform_driver acerhdf_driver = {
>> .driver = {
>> - .name = "acerhdf",
>> + .name = "acerhdf",
>> .owner = THIS_MODULE,
>> + .pm = &acerhdf_pm_ops,
>> },
>> .probe = acerhdf_probe,
>> .remove = acerhdf_remove,
>> - .suspend = acerhdf_suspend,
>> - .resume = acerhdf_resume,
>> };
>>
--
Dmitry
next prev parent reply other threads:[~2009-07-23 8:29 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-15 15:48 Borislav Petkov
2009-07-15 18:36 ` Peter Feuerer
2009-07-23 8:29 ` Dmitry Torokhov [this message]
2009-07-23 8:52 ` Peter Feuerer
2009-07-23 9:21 ` Borislav Petkov
2009-07-23 12:53 ` Borislav Petkov
2009-07-27 9:07 ` Peter Feuerer
2009-07-27 15:55 ` Dmitry Torokhov
2009-07-27 18:37 ` Borislav Petkov
2009-07-28 7:25 ` Peter Feuerer
2009-07-28 9:08 ` Borislav Petkov
2009-07-28 13:25 ` Peter Feuerer
2009-07-28 13:59 ` Borislav Petkov
2009-07-29 7:25 ` Peter Feuerer
2009-07-29 11:55 ` Borislav Petkov
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=20090723082904.GE3997@dtor-d630.eng.vmware.com \
--to=dmitry.torokhov@gmail.com \
--cc=lenb@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peter@piie.net \
--cc=petkovbb@googlemail.com \
/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®