aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/power/runtime_pm.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp'Rafael J. Wysocki1-9/+11
2014-05-16PM / sleep: Update device PM documentation to cover direct_completeRafael J. Wysocki1-0/+17
2014-05-16PM / runtime: Update documentation to reflect the current code flowRafael J. Wysocki1-9/+11
2014-03-26PM / Runtime: s/foo_process_requests/foo_process_next_request/Geert Uytterhoeven1-1/+1
2014-03-26PM / Runtime: GENERIC_SUBSYS_PM_OPS is goneGeert Uytterhoeven1-7/+4
2014-03-26PM / Runtime: Correct documented return values for generic PM callbacksGeert Uytterhoeven1-2/+2
2014-03-26PM / Runtime: Split line longer than 80 charactersGeert Uytterhoeven1-5/+5
2014-03-26PM / Runtime: dev_pm_info.runtime_error is signedGeert Uytterhoeven1-1/+1
2013-11-12PM / Runtime: Update documentation around probe|remove|suspendUlf Hansson1-8/+6
2013-10-16PM / Runtime: Respect autosuspend when idle triggers suspendUlf Hansson1-6/+8
2013-06-03PM / Runtime: Update .runtime_idle() callback documentationAlan Stern1-5/+10
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-5/+0
2013-01-26PM / Runtime: Add new helper function: pm_runtime_active()ShuoX Liu1-0/+4
2013-01-06PM: Move disabling/enabling runtime PM to late suspend/early resumeRafael J. Wysocki1-4/+5
2011-12-21PM: Run the driver callback directly if the subsystem one is not thereRafael J. Wysocki1-62/+68
2011-11-28PM / Runtime: Make documentation follow the new behavior of irq_safeRafael J. Wysocki1-5/+6
2011-11-28PM / Domains: Document how PM domains are used by the PM coreRafael J. Wysocki1-11/+18
2011-11-04PM / Runtime: Automatically retry failed autosuspendsAlan Stern1-0/+10
2011-10-16Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-7/+12
2011-10-10PM / Runtime: Update document about callbacksMing Lei1-7/+12
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-0/+2
2011-09-21PM / Runtime: pm_runtime_idle() can be called in atomic contextMing Lei1-0/+1
2011-08-25PM / Runtime: Correct documentation of pm_runtime_irq_safe()Rafael J. Wysocki1-2/+1
2011-08-14PM / Runtime: Add might_sleep() to runtime PM functionsColin Cross1-0/+1
2011-08-05PM / Runtime: Allow _put_sync() from interrupts-disabled contextKevin Hilman1-5/+5
2011-07-12PM / Runtime: Add new helper function: pm_runtime_status_suspended()Kevin Hilman1-0/+3
2011-07-06PM / Runtime: Replace "run-time" with "runtime" in documentationRafael J. Wysocki1-65/+65
2011-07-06PM / Runtime: Improve documentation of enable, disable and barrierRafael J. Wysocki1-4/+14
2011-07-06PM: Limit race conditions between runtime PM and system sleep (v2)Rafael J. Wysocki1-0/+21
2011-07-02PM / Runtime: Return special error code if runtime PM is disabledRafael J. Wysocki1-2/+4
2011-07-02PM / Runtime: Update documentation of interactions with system sleepRafael J. Wysocki1-8/+19
2011-07-02PM: Introduce generic "noirq" callback routines for subsystems (v2)Rafael J. Wysocki1-2/+30
2011-07-02PM / Runtime: Update documentation regarding driver removalRafael J. Wysocki1-5/+21
2011-07-02PM: Documentation: fix typo: pm_runtime_idle_sync() doesn't exist.Kevin Hilman1-1/+1
2011-06-21PM / Runtime: Update doc: usage count no longer incremented across system PMKevin Hilman1-5/+0
2011-03-15PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki1-6/+7
2010-12-24PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern1-0/+31
2010-12-16PM / Runtime: Fix pm_runtime_suspended()Rafael J. Wysocki1-2/+2
2010-10-17PM / Runtime: Implement autosuspend supportAlan Stern1-7/+183
2010-10-17PM / Runtime: Add no_callbacks flagAlan Stern1-0/+37
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-06PM: Provide generic subsystem-level callbacksRafael J. Wysocki1-0/+65
2010-03-06PM / Runtime: Document power.runtime_auto and related functionsRafael J. Wysocki1-0/+28
2010-02-05doc: fix leve -> level typo in pm-runtime docThadeu Lima de Souza Cascardo1-1/+1
2009-12-22PM: Runtime PM documentation updateAlan Stern1-0/+50
2009-12-22PM / Runtime: Use device type and device class callbacksRafael J. Wysocki1-86/+87
2009-12-06PM: Add flag for devices capable of generating run-time wake-up eventsRafael J. Wysocki1-2/+5
2009-12-06PM / Runtime: Make documentation of runtime_idle() agree with the codeRafael J. Wysocki1-2/+3
2009-08-23PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki1-0/+378