summaryrefslogtreecommitdiff
path: root/include/linux/pm.h
AgeCommit message (Expand)Author
2011-07-02PM: Introduce generic "noirq" callback routines for subsystems (v2)Rafael J. Wysocki
2011-07-02PM: subsys_data in struct dev_pm_info need not depend on RM_RUNTIMERafael J. Wysocki
2011-07-02PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki
2011-06-21PM: Fix async resume following suspend failureAlan Stern
2011-06-21PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern
2011-05-17PM: Introduce generic prepare and complete callbacks for subsystemsRafael J. Wysocki
2011-05-17PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki
2011-05-17Merge branch 'power-domains' into for-linusRafael J. Wysocki
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki
2011-04-29PM / Runtime: Add subsystem data field to struct dev_pm_infoRafael J. Wysocki
2011-03-23Introduce ARCH_NO_SYSDEV_OPS config option (v2)Rafael J. Wysocki
2011-03-15PM: Add support for device power domainsRafael J. Wysocki
2011-03-15PM: Drop pm_flags that is not necessaryRafael J. Wysocki
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki
2011-02-24PM: Make ACPI wakeup from S5 work again when CONFIG_PM_SLEEP is unsetRafael J. Wysocki
2010-12-24PM: Prototype the pm_generic_ operationsMark Brown
2010-12-24PM: Replace the device power.status field with a bit fieldRafael J. Wysocki
2010-12-24PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern
2010-10-17PM / Runtime: Implement autosuspend supportAlan Stern
2010-10-17PM / Runtime: Add no_callbacks flagAlan Stern
2010-10-17PM: Fix potential issue with failing asynchronous suspendRafael J. Wysocki
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki
2010-07-19PM / Runtime: Add runtime PM statistics (v3)Arjan van de Ven
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki
2010-03-06PM: Provide generic subsystem-level callbacksRafael J. Wysocki
2010-02-26PM: Allow device drivers to use dpm_wait()Rafael J. Wysocki
2010-02-26PM: Asynchronous suspend and resume of devicesRafael J. Wysocki
2010-02-26PM / Runtime: Add sysfs switch for disabling device run-time PMRafael J. Wysocki
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-12-06PM: Add flag for devices capable of generating run-time wake-up eventsRafael J. Wysocki
2009-09-14PM: Add convenience macro to make switching to dev_pm_ops less error-proneAlbin Tonnerre
2009-08-23PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki
2009-06-12PM core: rename suspend and resume functionsAlan Stern
2009-06-12PM: Rename device_power_down/up()Magnus Damm
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki
2009-01-06Fix misspellings in pm.h macrosAlan Stern
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison
2008-07-24pm: add new PM_EVENT codes for runtime power transitionsAlan Stern
2008-07-24pm: drop unnecessary includes from pm.hRafael J. Wysocki
2008-07-24pm: remove remaining obsolete definitions from pm.hRafael J. Wysocki
2008-07-24pm: remove definition of struct pm_devRafael J. Wysocki
2008-06-10Introduce new top level suspend and hibernation callbacksRafael J. Wysocki
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day
2008-04-19PM: Convert wakeup flag accessors to inline functionsAlan Stern
2008-04-19PM: Make wakeup flags available whenever CONFIG_PM is setAlan Stern
2008-04-19PM: Handle device registrations during suspend/resumeRafael J. Wysocki
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki
2008-02-03include/linux/: Spelling fixesJoe Perches