aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/runtime.c
AgeCommit message (Expand)Author
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
2020-01-13PM-runtime: add tracepoints for usage_count changesMichał Mirosław
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-13driver/core: Convert to use built-in RCU list checkingJoel Fernandes (Google)
2019-07-25driver core: Remove device link creation limitationRafael J. Wysocki
2019-07-04PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()Viresh Kumar
2019-04-04drivers: base: power: add proper SPDX identifiers on files that did not have ...Greg Kroah-Hartman
2019-03-14Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-03-07PM-runtime: Call pm_runtime_active|suspended_time() from sysfsUlf Hansson
2019-03-07PM-runtime: Consolidate code to get active/suspended timeUlf Hansson
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-02-24Merge back earlier PM core material for v5.1.Rafael J. Wysocki
2019-02-21PM-runtime: Fix deadlock when canceling hrtimerVincent Guittot
2019-02-20driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki
2019-02-13driver core: Fix possible supplier PM-usage counter imbalanceRafael J. Wysocki