aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PM: Move disabling/enabling runtime PM to late suspend/early resumeRafael J. Wysocki2013-01-051-4/+5
* PM: Run the driver callback directly if the subsystem one is not thereRafael J. Wysocki2011-12-211-62/+68
* PM / Runtime: Make documentation follow the new behavior of irq_safeRafael J. Wysocki2011-11-281-5/+6
* PM / Domains: Document how PM domains are used by the PM coreRafael J. Wysocki2011-11-281-11/+18
* PM / Runtime: Automatically retry failed autosuspendsAlan Stern2011-11-041-0/+10
* Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-161-7/+12
|\
| * PM / Runtime: Update document about callbacksMing Lei2011-10-101-7/+12
* | Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-071-0/+2
|\|
| * PM / Runtime: pm_runtime_idle() can be called in atomic contextMing Lei2011-09-211-0/+1
| * PM / Runtime: Add might_sleep() to runtime PM functionsColin Cross2011-08-141-0/+1
* | PM / Runtime: Correct documentation of pm_runtime_irq_safe()Rafael J. Wysocki2011-08-251-2/+1
|/
* PM / Runtime: Allow _put_sync() from interrupts-disabled contextKevin Hilman2011-08-051-5/+5
* PM / Runtime: Add new helper function: pm_runtime_status_suspended()Kevin Hilman2011-07-121-0/+3
* PM / Runtime: Replace "run-time" with "runtime" in documentationRafael J. Wysocki2011-07-061-65/+65
* PM / Runtime: Improve documentation of enable, disable and barrierRafael J. Wysocki2011-07-061-4/+14
* PM: Limit race conditions between runtime PM and system sleep (v2)Rafael J. Wysocki2011-07-061-0/+21
* PM / Runtime: Return special error code if runtime PM is disabledRafael J. Wysocki2011-07-021-2/+4
* PM / Runtime: Update documentation of interactions with system sleepRafael J. Wysocki2011-07-021-8/+19
* PM: Introduce generic "noirq" callback routines for subsystems (v2)Rafael J. Wysocki2011-07-021-2/+30
* PM / Runtime: Update documentation regarding driver removalRafael J. Wysocki2011-07-021-5/+21
* PM: Documentation: fix typo: pm_runtime_idle_sync() doesn't exist.Kevin Hilman2011-07-021-1/+1
* PM / Runtime: Update doc: usage count no longer incremented across system PMKevin Hilman2011-06-211-5/+0
* PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki2011-03-141-6/+7
* PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern2010-12-241-0/+31
* PM / Runtime: Fix pm_runtime_suspended()Rafael J. Wysocki2010-12-161-2/+2
* PM / Runtime: Implement autosuspend supportAlan Stern2010-10-161-7/+183
* PM / Runtime: Add no_callbacks flagAlan Stern2010-10-161-0/+37
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * doc: fix leve -> level typo in pm-runtime docThadeu Lima de Souza Cascardo2010-02-051-1/+1
* | PM: Provide generic subsystem-level callbacksRafael J. Wysocki2010-03-061-0/+65
* | PM / Runtime: Document power.runtime_auto and related functionsRafael J. Wysocki2010-03-061-0/+28
|/
* PM: Runtime PM documentation updateAlan Stern2009-12-221-0/+50
* PM / Runtime: Use device type and device class callbacksRafael J. Wysocki2009-12-221-86/+87
* PM: Add flag for devices capable of generating run-time wake-up eventsRafael J. Wysocki2009-12-061-2/+5
* PM / Runtime: Make documentation of runtime_idle() agree with the codeRafael J. Wysocki2009-12-061-2/+3
* PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki2009-08-221-0/+378