summaryrefslogtreecommitdiff
path: root/Documentation/power/runtime_pm.txt
AgeCommit message (Expand)Author
2017-11-16PM / runtime: Drop children check from __pm_runtime_set_status()Rafael J. Wysocki
2017-10-12Documentation: fix driver-api doc refsTom Saeger
2017-07-27PM / runtime: Document new pm_runtime_set_suspended() constraintJohan Hovold
2017-06-28PM / core: Drop run_wake flag from struct dev_pm_infoRafael J. Wysocki
2017-04-19PM / runtime: Document autosuspend-helper side effectsJohan Hovold
2017-04-19PM / runtime: Fix autosuspend documentationJohan Hovold
2017-02-23PM / runtime: Fix some typosChristophe Jaillet
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab
2016-04-05PM / runtime: Document steps for device removalKrzysztof Kozlowski
2015-12-21PM / runtime: Add new helper for conditional usage count incrementationRafael J. Wysocki
2015-07-21PM / sleep: Allow devices without runtime PM to do direct-completeAlan Stern
2015-05-13PM / runtime: add note about re-calling in during device probe()Ben Dooks
2014-12-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2014-11-17ARM: 8199/1: PM / Runtime: Add getter for querying the IRQ safe option v12Krzysztof Kozlowski
2014-11-08Documentation: power: Fix typo in Documentation/powerMasanari Iida
2014-06-03Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp'Rafael J. Wysocki
2014-05-16PM / sleep: Update device PM documentation to cover direct_completeRafael J. Wysocki
2014-05-16PM / runtime: Update documentation to reflect the current code flowRafael J. Wysocki
2014-03-26PM / Runtime: s/foo_process_requests/foo_process_next_request/Geert Uytterhoeven
2014-03-26PM / Runtime: GENERIC_SUBSYS_PM_OPS is goneGeert Uytterhoeven
2014-03-26PM / Runtime: Correct documented return values for generic PM callbacksGeert Uytterhoeven
2014-03-26PM / Runtime: Split line longer than 80 charactersGeert Uytterhoeven
2014-03-26PM / Runtime: dev_pm_info.runtime_error is signedGeert Uytterhoeven
2013-11-12PM / Runtime: Update documentation around probe|remove|suspendUlf Hansson
2013-10-16PM / Runtime: Respect autosuspend when idle triggers suspendUlf Hansson
2013-06-03PM / Runtime: Update .runtime_idle() callback documentationAlan Stern
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki
2013-01-26PM / Runtime: Add new helper function: pm_runtime_active()ShuoX Liu
2013-01-06PM: Move disabling/enabling runtime PM to late suspend/early resumeRafael J. Wysocki
2011-12-21PM: Run the driver callback directly if the subsystem one is not thereRafael J. Wysocki
2011-11-28PM / Runtime: Make documentation follow the new behavior of irq_safeRafael J. Wysocki
2011-11-28PM / Domains: Document how PM domains are used by the PM coreRafael J. Wysocki
2011-11-04PM / Runtime: Automatically retry failed autosuspendsAlan Stern
2011-10-16Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki
2011-10-10PM / Runtime: Update document about callbacksMing Lei
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki
2011-09-21PM / Runtime: pm_runtime_idle() can be called in atomic contextMing Lei
2011-08-25PM / Runtime: Correct documentation of pm_runtime_irq_safe()Rafael J. Wysocki
2011-08-14PM / Runtime: Add might_sleep() to runtime PM functionsColin Cross
2011-08-05PM / Runtime: Allow _put_sync() from interrupts-disabled contextKevin Hilman
2011-07-12PM / Runtime: Add new helper function: pm_runtime_status_suspended()Kevin Hilman
2011-07-06PM / Runtime: Replace "run-time" with "runtime" in documentationRafael J. Wysocki
2011-07-06PM / Runtime: Improve documentation of enable, disable and barrierRafael J. Wysocki
2011-07-06PM: Limit race conditions between runtime PM and system sleep (v2)Rafael J. Wysocki
2011-07-02PM / Runtime: Return special error code if runtime PM is disabledRafael J. Wysocki
2011-07-02PM / Runtime: Update documentation of interactions with system sleepRafael J. Wysocki
2011-07-02PM: Introduce generic "noirq" callback routines for subsystems (v2)Rafael J. Wysocki
2011-07-02PM / Runtime: Update documentation regarding driver removalRafael J. Wysocki
2011-07-02PM: Documentation: fix typo: pm_runtime_idle_sync() doesn't exist.Kevin Hilman
2011-06-21PM / Runtime: Update doc: usage count no longer incremented across system PMKevin Hilman