aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/runtime.c
AgeCommit message (Expand)Author
2024-02-23PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosus...Douglas Anderson
2024-02-23PM: runtime: add devm_pm_runtime_enable helperDmitry Baryshkov
2023-08-30PM: runtime: Add pm_runtime_get_if_active()Sakari Ailus
2023-08-30PM-runtime: add tracepoints for usage_count changesMichał Mirosław
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-05-19PM: runtime: Fix unpaired parent child_count for force_resumeTony Lindgren
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-30PM: runtime: Defer suspending suppliersRafael J. Wysocki
2021-03-24Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki
2021-03-09PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki
2020-11-10PM: runtime: Drop pm_runtime_clean_up_links()Rafael J. Wysocki
2020-11-10PM: runtime: Drop runtime PM references to supplier on link removalRafael J. Wysocki
2020-11-05PM: runtime: Remove link state checks in rpm_get/put_supplier()Xiang Chen
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
2019-02-13PM-runtime: Fix __pm_runtime_set_status() race with runtime resumeRafael J. Wysocki
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman
2019-02-08PM-runtime: Take suppliers into account in __pm_runtime_set_status()Rafael J. Wysocki
2019-02-05PM-runtime: update time accounting only when enabledVincent Guittot
2019-02-05PM-runtime: Switch accounting over to ktime_get_mono_fast_ns()Vincent Guittot
2019-02-01PM-runtime: Optimize pm_runtime_autosuspend_expiration()Ladislav Michl
2019-02-01Merge back earlier PM core material for v5.1.Rafael J. Wysocki
2019-02-01driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()Rafael J. Wysocki
2019-02-01driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki
2019-01-31PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath
2019-01-31PM-runtime: update accounting_timestamp on enableVincent Guittot
2019-01-30PM-runtime: Fix deadlock with ktime_get()Vincent Guittot
2019-01-15PM-runtime: Add new interface to get accounted timeVincent Guittot
2019-01-10PM-runtime: Fix autosuspend_delay on 32bits archVincent Guittot
2019-01-10PM-runtime: Fix 'jiffies' in comments after switch to hrtimersLadislav Michl
2018-12-19PM-runtime: Switch autosuspend over to using hrtimersVincent Guittot
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