summaryrefslogtreecommitdiff
path: root/drivers/base/power/runtime.c
AgeCommit message (Expand)Author
23 hoursMerge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
8 daysMerge branches 'pm-runtime' and 'pm-powercap'Rafael J. Wysocki
2025-07-15PM: runtime: Take active children into account in pm_runtime_get_if_in_use()Rafael J. Wysocki
2025-07-03PM: sleep: Add strict_midlayer flag to struct dev_pm_infoRafael J. Wysocki
2025-07-03PM: runtime: Introduce __rpm_get_driver_callback()Rafael J. Wysocki
2025-07-03PM: Check power.needs_force_resume in pm_runtime_force_suspend()Rafael J. Wysocki
2025-07-03PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit()Rafael J. Wysocki
2025-07-03PM: Make pm_runtime_force_resume() work with DPM_FLAG_SMART_SUSPENDRafael J. Wysocki
2025-07-03PM: Move two sleep-related functions under CONFIG_PM_SLEEPRafael J. Wysocki
2025-07-03PM: Use true/false as power.needs_force_resume valuesRafael J. Wysocki
2025-06-17driver core: Add device_link_test() for testing device link flagsRafael J. Wysocki
2025-05-16PM: runtime: fix denying of auto suspend in pm_suspend_timer_fn()Charan Teja Kalla
2025-04-29PM: runtime: Add new devm functionsBence Csókás
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