summaryrefslogtreecommitdiff
path: root/drivers/base/power/runtime.c
AgeCommit message (Expand)Author
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-03-24Merge branch 'pm-sleep'Rafael J. Wysocki
2025-03-03PM: runtime: Unify error handling during suspend and resumeRafael J. Wysocki
2025-03-03PM: core: Tweak pm_runtime_block_if_disabled() return valueRafael J. Wysocki
2025-03-03PM: runtime: Convert pm_runtime_blocked() to static inlineRafael J. Wysocki
2025-03-03PM: sleep: Adjust check before setting power.must_resumeRafael J. Wysocki
2025-03-03PM: runtime: Drop status check from pm_runtime_force_resume()Rafael J. Wysocki
2025-03-03PM: sleep: Avoid unnecessary checks in device_prepare_smart_suspend()Rafael J. Wysocki
2025-02-18PM: runtime: Introduce pm_runtime_blocked()Rafael J. Wysocki
2025-02-18PM: Block enabling of runtime PM during system suspendRafael J. Wysocki
2025-02-18PM: Rearrange documentation related to __pm_runtime_disable()Rafael J. Wysocki
2025-02-18PM: runtime: Switch to use hrtimer_setup()Nam Cao
2024-02-22PM: runtime: add tracepoint for runtime_status changesVilas Bhat
2024-02-12PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus
2023-12-20PM: fix missing rculist.h dependencyKent Overstreet
2023-02-21Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-01-13PM: runtime: Document that force_suspend() is incompatible with SMART_SUSPENDRichard Fitzgerald
2023-01-13cpuidle, ARM: OMAP2+: powerdomain: Remove trace_.*_rcuidle()Peter Zijlstra
2022-12-07PM: runtime: Adjust white space in the core codeRafael J. Wysocki
2022-12-05PM: runtime: Relocate rpm_callback() right after __rpm_callback()Rafael J. Wysocki
2022-12-05PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki
2022-09-24PM: runtime: Return -EINPROGRESS from rpm_resume() in the RPM_NOWAIT caseRafael J. Wysocki
2022-07-08PM: runtime: Extend support for wakeirq for force_suspend|resumeUlf Hansson
2022-07-01PM: runtime: Fix supplier device management during consumer probeRafael J. Wysocki
2022-07-01PM: runtime: Redefine pm_runtime_release_supplier()Rafael J. Wysocki
2022-05-23Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki
2022-04-19PM: runtime: Allow to call __pm_runtime_set_status() from atomic contextUlf Hansson
2022-04-13PM: runtime: Avoid device usage count underflowsRafael J. Wysocki
2022-03-04PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosus...Douglas Anderson
2021-12-22PM: runtime: Simplify locking in pm_runtime_put_suppliers()Rafael J. Wysocki
2021-12-17PM: runtime: Add safety net to supplier device releaseRafael J. Wysocki
2021-12-17PM: runtime: Capture device status before disabling runtime PMRafael J. Wysocki
2021-10-27PM / wakeirq: support enabling wake-up irq after runtime_suspend calledChunfeng Yun
2021-08-26PM: runtime: add devm_pm_runtime_enable helperDmitry Baryshkov
2021-06-11PM: runtime: Allow unassigned ->runtime_suspend|resume callbacksUlf Hansson
2021-06-11PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson
2021-05-10PM: runtime: Fix unpaired parent child_count for force_resumeTony Lindgren
2021-04-07PM: runtime: remove kernel-doc warningsPierre-Louis Bossart
2021-03-29PM: runtime: Fix race getting/putting suppliers at probeAdrian Hunter
2021-03-29PM: runtime: Fix ordering in pm_runtime_get_suppliers()Adrian Hunter
2021-03-22PM: runtime: Defer suspending suppliersRafael J. Wysocki
2021-03-19Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki
2021-03-01PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki
2021-01-22PM: runtime: Fix resposible -> responsible in runtime.cBhaskar Chowdhury
2020-11-02PM: runtime: Drop pm_runtime_clean_up_links()Rafael J. Wysocki
2020-11-02PM: runtime: Drop runtime PM references to supplier on link removalRafael J. Wysocki
2020-09-25PM: runtime: Remove link state checks in rpm_get/put_supplier()Xiang Chen
2020-08-04PM: runtime: Improve kerneldoc of pm_runtime_get_if_active()Rafael J. Wysocki
2020-05-25PM: runtime: Make clear what we do when conditions are wrong in rpm_suspend()Andy Shevchenko
2020-03-04PM: runtime: Add pm_runtime_get_if_active()Sakari Ailus