login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
December
»
20
Re: [PATCH 1/2] PM: Prototype the pm_generic_ operations
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Rafael J. Wysocki
Subject:
Re: [PATCH 1/2] PM: Prototype the pm_generic_ operations
Date: Monday, December 20, 2010 - 2:08 pm
On Monday, December 20, 2010, Mark Brown wrote:
quoted text
> The pm_generic_ operations are all exported but are not prototyped in any > header file for direct use. Do so. > > Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
I'd take this one, but the second one depends on it. I can take both if Jean agrees. Thanks, Rafael
quoted text
> --- > include/linux/pm.h | 7 +++++++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/include/linux/pm.h b/include/linux/pm.h > index 40f3f45..f7b5bed 100644 > --- a/include/linux/pm.h > +++ b/include/linux/pm.h > @@ -610,4 +610,11 @@ extern unsigned int pm_flags; > #define PM_APM 1 > #define PM_ACPI 2 > > +int pm_generic_suspend(struct device *dev); > +int pm_generic_resume(struct device *dev); > +int pm_generic_freeze(struct device *dev); > +int pm_generic_thaw(struct device *dev); > +int pm_generic_restore(struct device *dev); > +int pm_generic_poweroff(struct device *dev); > + > #endif /* _LINUX_PM_H */ >
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 1/2] PM: Prototype the pm_generic_ operations
, Mark Brown
, (Mon Dec 20, 7:33 am)
[PATCH 2/2] i2c: Factor out runtime suspend checks from PM ...
, Mark Brown
, (Mon Dec 20, 7:33 am)
Re: [PATCH 1/2] PM: Prototype the pm_generic_ operations
, Rafael J. Wysocki
, (Mon Dec 20, 2:08 pm)
Re: [linux-pm] [PATCH 1/2] PM: Prototype the pm_generic_ o ...
, Mark Brown
, (Wed Dec 22, 4:43 am)
Re: [linux-pm] [PATCH 1/2] PM: Prototype the pm_generic_ o ...
, Rafael J. Wysocki
, (Wed Dec 22, 5:15 am)
Re: [linux-pm] [PATCH 1/2] PM: Prototype the pm_generic_ o ...
, Mark Brown
, (Wed Dec 22, 5:19 am)
Re: [linux-pm] [PATCH 2/2] i2c: Factor out runtime suspend ...
, Rabin Vincent
, (Wed Dec 22, 8:10 am)
Re: [linux-pm] [PATCH 2/2] i2c: Factor out runtime suspend ...
, Mark Brown
, (Wed Dec 22, 8:25 am)
Re: [linux-pm] [PATCH 2/2] i2c: Factor out runtime suspend ...
, Rafael J. Wysocki
, (Wed Dec 22, 2:08 pm)
Re: [PATCH 1/2] PM: Prototype the pm_generic_ operations
, Rafael J. Wysocki
, (Fri Dec 24, 7:08 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-com