aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/runtime.c
AgeCommit message (Expand)Author
2023-08-11PM / wakeirq: support enabling wake-up irq after runtime_suspend calledChunfeng Yun
2023-01-18PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki
2023-01-18PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson
2021-04-07PM: runtime: Fix ordering in pm_runtime_get_suppliers()Adrian Hunter
2021-04-07PM: runtime: Fix race getting/putting suppliers at probeAdrian Hunter
2021-03-24Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki
2021-03-11PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki
2020-03-20driver core: Remove device link creation limitationRafael J. Wysocki
2020-01-27driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki
2020-01-27driver core: Fix possible supplier PM-usage counter imbalanceRafael J. Wysocki
2020-01-27driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()Rafael J. Wysocki
2020-01-27driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki
2018-06-12Revert "PM / runtime: Fixup reference counting of device link suppliers at pr...Rafael J. Wysocki
2018-05-27PM / runtime: Drop usage count for suppliers at device link removalUlf Hansson
2018-05-27PM / runtime: Fixup reference counting of device link suppliers at probeUlf Hansson
2018-01-17PM / runtime: Allow no callbacks in pm_runtime_force_suspend|resume()Ulf Hansson
2018-01-15PM / runtime: Check ignore_children in pm_runtime_need_not_resume()Rafael J. Wysocki
2018-01-15PM / runtime: Rework pm_runtime_force_suspend/resume()Rafael J. Wysocki
2017-12-04PM / runtime: Fix handling of suppliers with disabled runtime PMRafael J. Wysocki
2017-11-16PM / runtime: Drop children check from __pm_runtime_set_status()Rafael J. Wysocki
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-11-13Merge branch 'pm-core'Rafael J. Wysocki
2017-11-08PM / QoS: Fix device resume latency frameworkRafael J. Wysocki
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-24PM / core: Convert timers to use timer_setup()Kees Cook
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar
2017-02-04PM / runtime: Avoid false-positive warnings from might_sleep_if()Rafael J. Wysocki
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-12-06PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspendTony Lindgren
2016-11-19PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()Ulf Hansson
2016-11-09PM / Runtime: Don't allow to suspend a device with an active childUlf Hansson
2016-10-31PM / runtime: Optimize the use of device linksRafael J. Wysocki
2016-10-31PM / runtime: Use device linksRafael J. Wysocki
2016-10-21PM / Runtime: Clarify comment in rpm_resume() when resuming the parentUlf Hansson
2016-10-21PM / Runtime: Remove the exported function pm_children_suspended()Ulf Hansson
2016-09-16PM / runtime: Use _rcuidle for runtime suspend tracepointsPaul E. McKenney
2016-08-31PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idlePaul E. McKenney
2016-08-31PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idlePaul E. McKenney
2016-07-25Merge branches 'pm-core', 'pm-clk', 'pm-domains' and 'pm-pci'Rafael J. Wysocki
2016-07-02PM / runtime: Asynchronous "idle" in pm_runtime_allow()Rafael J. Wysocki
2016-06-28PM / runtime: print error when activating a child to unactive parentLinus Walleij
2016-06-16PM / Runtime: Avoid resuming devices again in pm_runtime_force_resume()Ulf Hansson
2016-04-21PM / Runtime: Fix error path in pm_runtime_force_resume()Ulf Hansson
2015-12-21PM / runtime: Add new helper for conditional usage count incrementationRafael J. Wysocki
2015-11-30PM / runtime: Re-init runtime PM states at probe error and driver unbindUlf Hansson
2015-05-20PM / Wakeirq: Add automated device wake IRQ handlingTony Lindgren
2015-05-20PM / Runtime: Update last_busy in rpm_resumeTony Lindgren
2014-12-04PM: Drop CONFIG_PM_RUNTIME from the driver coreRafael J. Wysocki
2014-11-06PM / Runtime: Rework RPM get callback routinesAndrzej Hajda
2014-03-20Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki