aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pm.h
AgeCommit message (Expand)Author
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
2008-01-11PM: ACPI and APM must not be enabled at the same timeLen Brown
2007-10-18PM: Move definition of struct pm_ops to suspend.hRafael J. Wysocki
2007-07-30Fallout from "Remove fs.h from mm.h" patchAlexey Dobriyan
2007-07-29Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyRafael J. Wysocki
2007-07-19PM: Introduce pm_power_off_prepareRafael J. Wysocki
2007-07-18PM: remove deprecated dpm_runtime_* routinesAlan Stern
2007-07-11PM: Remove prev_state from struct dev_pm_infoRafael J. Wysocki
2007-07-11PM: Remove saved_state from struct dev_pm_infoRafael J. Wysocki
2007-07-11PM: Remove pm_parent from struct dev_pm_infoRafael J. Wysocki
2007-07-01PM: introduce set_target method in pm_opsRafael J. Wysocki
2007-05-09PM: Separate hibernation code from suspend codeRafael J. Wysocki
2007-04-30pm: include EIO from errno-base.hDavid Rientjes
2007-04-30power management: force pm_ops.valid callback to be assignedJohannes Berg
2007-04-30power management: implement pm_ops.valid for everybodyJohannes Berg
2007-04-30power management: remove firmware disk modeJohannes Berg
2007-04-30rework pm_ops pm_disk_mode, kill misuseJohannes Berg
2007-04-27s2ram: add arch irq disable/enable hooksJohannes Berg
2007-04-27define platform wakeup hook, use in pci_enable_wake()David Brownell
2007-02-23power management: fix struct layout and docsJohannes Berg
2006-11-03[PATCH] swsusp: debuggingRafael J. Wysocki
2006-09-25PM: define PM_EVENT_PRETHAWDavid Brownell
2006-09-25Suspend infrastructure cleanup and extensionLinus Torvalds
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2006-04-14[PATCH] pm: print name of failed suspend functionAndrew Morton
2006-03-23[PATCH] kernel/power: move externs to header filesRandy Dunlap
2005-11-13[PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hJeff Garzik
2005-10-30[PATCH] introduce .valid callback for pm_opsShaohua Li
2005-10-28[PATCH] USB: fix pm patches with CONFIG_PM off part 2Andrew Morton