aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pm_runtime.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04PM: Improve EXPORT_*_DEV_PM_OPS macrosPaul Cercueil1-8/+12
2022-07-01PM: runtime: Redefine pm_runtime_release_supplier()Rafael J. Wysocki1-3/+2
2022-04-05PM: core: Add NS varients of EXPORT[_GPL]_SIMPLE_DEV_PM_OPS and runtime pm equivJonathan Cameron1-2/+8
2022-03-04PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosuspend()Douglas Anderson1-0/+4
2022-01-12PM: runtime: Add EXPORT[_GPL]_RUNTIME_DEV_PM_OPS macrosPaul Cercueil1-0/+10
2022-01-12PM: runtime: Add DEFINE_RUNTIME_DEV_PM_OPS() macroPaul Cercueil1-0/+14
2021-12-17PM: runtime: Add safety net to supplier device releaseRafael J. Wysocki1-0/+3
2021-12-08PM: runtime: Fix pm_runtime_active() kerneldoc commentRafael J. Wysocki1-1/+1
2021-08-26PM: runtime: add devm_pm_runtime_enable helperDmitry Baryshkov1-0/+4
2021-05-31PM: runtime: document common mistake with pm_runtime_get_sync()Krzysztof Kozlowski1-0/+3
2021-04-08PM: runtime: Replace inline function pm_runtime_callbacks_present()YueHaibing1-1/+1
2020-11-16PM: runtime: Add pm_runtime_resume_and_get to deal with usage counterZhang Qilong1-0/+21
2020-11-02PM: runtime: Drop pm_runtime_clean_up_links()Rafael J. Wysocki1-2/+0
2020-11-02PM: runtime: Drop runtime PM references to supplier on link removalRafael J. Wysocki1-2/+2
2020-10-20PM: runtime: Fix typo in pm_runtime_set_active() helper commentBean Huo1-1/+1
2020-08-04PM: runtime: Add kerneldoc comments to multiple helpersRafael J. Wysocki1-0/+246
2020-05-29PM: runtime: Replace pm_runtime_callbacks_present()Rafael J. Wysocki1-2/+2
2020-03-04PM: runtime: Add pm_runtime_get_if_active()Sakari Ailus1-1/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2019-02-01Merge back earlier PM core material for v5.1.Rafael J. Wysocki1-0/+2
2019-01-30PM-runtime: Fix deadlock with ktime_get()Vincent Guittot1-1/+1
2019-01-15PM-runtime: Add new interface to get accounted timeVincent Guittot1-0/+2
2018-12-19PM-runtime: Switch autosuspend over to using hrtimersVincent Guittot1-3/+3
2018-06-12Revert "PM / runtime: Fixup reference counting of device link suppliers at probe"Rafael J. Wysocki1-2/+4
2018-05-27PM / runtime: Fixup reference counting of device link suppliers at probeUlf Hansson1-4/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-06-28PM / core: Drop run_wake flag from struct dev_pm_infoRafael J. Wysocki1-12/+0
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+10
2016-10-31PM / runtime: Optimize the use of device linksRafael J. Wysocki1-0/+4
2016-10-31PM / runtime: Use device linksRafael J. Wysocki1-0/+6
2016-10-21PM / Runtime: Convert pm_runtime_set_suspended() to return an intUlf Hansson1-2/+2
2016-10-21PM / Runtime: Remove the exported function pm_children_suspended()Ulf Hansson1-7/+0
2016-04-22PM / Runtime: Move ignore_children flag under CONFIG_PMUlf Hansson1-0/+6
2015-12-21PM / runtime: Add new helper for conditional usage count incrementationRafael J. Wysocki1-0/+5
2015-07-21PM / sleep: Allow devices without runtime PM to do direct-completeAlan Stern1-6/+0
2014-12-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+6
2014-12-04PM: Drop CONFIG_PM_RUNTIME from the driver coreRafael J. Wysocki1-12/+9
2014-11-17ARM: 8199/1: PM / Runtime: Add getter for querying the IRQ safe option v12Krzysztof Kozlowski1-0/+6
2014-07-23PM: Create PM workqueue if runtime PM is not configured tooRafael J. Wysocki1-2/+9
2014-05-16PM / sleep: Mechanism to avoid resuming runtime-suspended devices unnecessarilyRafael J. Wysocki1-0/+6
2014-03-02PM: Add pm_runtime_suspend|resume_force functionsUlf Hansson1-0/+4
2013-12-22PM / Runtime: Implement the pm_generic_runtime functions for CONFIG_PMUlf Hansson1-4/+8
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-2/+0
2013-02-23pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei1-0/+3
2013-01-26PM / Runtime: Add new helper function: pm_runtime_active()ShuoX Liu1-0/+7
2012-05-01PM / Runtime: Remove device fields related to suspend time, v2Rafael J. Wysocki1-3/+0
2011-12-01PM / Runtime: Use device PM QoS constraints (v2)Rafael J. Wysocki1-0/+5
2011-11-17PM Sleep: Do not extend wakeup paths to devices with ignore_children setRafael J. Wysocki1-6/+0
2011-10-31pm_runtime.h: explicitly requires notifier.hPaul Gortmaker1-0/+1
2011-08-25PM: Move clock-related definitions and headers to separate fileRafael J. Wysocki1-56/+0