summaryrefslogtreecommitdiffstats
path: root/drivers/base/power/runtime.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-07PM: runtime: Adjust white space in the core codeRafael J. Wysocki1-34/+35
2022-12-05PM: runtime: Relocate rpm_callback() right after __rpm_callback()Rafael J. Wysocki1-32/+32
2022-12-05PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki1-1/+11
2022-09-24PM: runtime: Return -EINPROGRESS from rpm_resume() in the RPM_NOWAIT caseRafael J. Wysocki1-2/+5
2022-07-08PM: runtime: Extend support for wakeirq for force_suspend|resumeUlf Hansson1-0/+6
2022-07-01PM: runtime: Fix supplier device management during consumer probeRafael J. Wysocki1-13/+1
2022-07-01PM: runtime: Redefine pm_runtime_release_supplier()Rafael J. Wysocki1-11/+9
2022-05-23Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki1-11/+42
2022-04-19PM: runtime: Allow to call __pm_runtime_set_status() from atomic contextUlf Hansson1-4/+5
2022-04-13PM: runtime: Avoid device usage count underflowsRafael J. Wysocki1-7/+37
2022-03-04PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosus...Douglas Anderson1-0/+5
2021-12-22PM: runtime: Simplify locking in pm_runtime_put_suppliers()Rafael J. Wysocki1-4/+8
2021-12-17PM: runtime: Add safety net to supplier device releaseRafael J. Wysocki1-11/+30
2021-12-17PM: runtime: Capture device status before disabling runtime PMRafael J. Wysocki1-20/+25
2021-10-27PM / wakeirq: support enabling wake-up irq after runtime_suspend calledChunfeng Yun1-2/+4
2021-08-26PM: runtime: add devm_pm_runtime_enable helperDmitry Baryshkov1-0/+17
2021-06-11PM: runtime: Allow unassigned ->runtime_suspend|resume callbacksUlf Hansson1-5/+3
2021-06-11PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson1-5/+5
2021-05-10PM: runtime: Fix unpaired parent child_count for force_resumeTony Lindgren1-3/+7
2021-04-07PM: runtime: remove kernel-doc warningsPierre-Louis Bossart1-1/+1
2021-03-29PM: runtime: Fix race getting/putting suppliers at probeAdrian Hunter1-1/+7
2021-03-29PM: runtime: Fix ordering in pm_runtime_get_suppliers()Adrian Hunter1-1/+1
2021-03-22PM: runtime: Defer suspending suppliersRafael J. Wysocki1-6/+39
2021-03-19Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki1-37/+25
2021-03-01PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki1-25/+37
2021-01-22PM: runtime: Fix resposible -> responsible in runtime.cBhaskar Chowdhury1-1/+1
2020-11-02PM: runtime: Drop pm_runtime_clean_up_links()Rafael J. Wysocki1-36/+0
2020-11-02PM: runtime: Drop runtime PM references to supplier on link removalRafael J. Wysocki1-1/+20
2020-09-25PM: runtime: Remove link state checks in rpm_get/put_supplier()Xiang Chen1-4/+1
2020-08-04PM: runtime: Improve kerneldoc of pm_runtime_get_if_active()Rafael J. Wysocki1-12/+14
2020-05-25PM: runtime: Make clear what we do when conditions are wrong in rpm_suspend()Andy Shevchenko1-4/+2
2020-03-04PM: runtime: Add pm_runtime_get_if_active()Sakari Ailus1-9/+27
2020-01-13PM-runtime: add tracepoints for usage_count changesMichał Mirosław1-2/+11
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2019-08-13driver/core: Convert to use built-in RCU list checkingJoel Fernandes (Google)1-5/+10
2019-07-25driver core: Remove device link creation limitationRafael J. Wysocki1-2/+2
2019-07-04PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()Viresh Kumar1-1/+1
2019-04-04drivers: base: power: add proper SPDX identifiers on files that did not have ...Greg Kroah-Hartman1-3/+1
2019-03-14Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-3/+13
2019-03-07PM-runtime: Call pm_runtime_active|suspended_time() from sysfsUlf Hansson1-1/+1
2019-03-07PM-runtime: Consolidate code to get active/suspended timeUlf Hansson1-2/+12
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-27/+74
2019-02-24Merge back earlier PM core material for v5.1.Rafael J. Wysocki1-20/+50
2019-02-21PM-runtime: Fix deadlock when canceling hrtimerVincent Guittot1-1/+1
2019-02-20driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki1-23/+6
2019-02-13driver core: Fix possible supplier PM-usage counter imbalanceRafael J. Wysocki1-2/+25
2019-02-13PM-runtime: Fix __pm_runtime_set_status() race with runtime resumeRafael J. Wysocki1-6/+18
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman1-5/+5
2019-02-08PM-runtime: Take suppliers into account in __pm_runtime_set_status()Rafael J. Wysocki1-5/+40
2019-02-05PM-runtime: update time accounting only when enabledVincent Guittot1-7/+10