summaryrefslogtreecommitdiff
path: root/drivers/base/power
AgeCommit message (Expand)AuthorFilesLines
2024-02-23PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosus...Douglas Anderson1-0/+5
2024-02-23PM: runtime: add devm_pm_runtime_enable helperDmitry Baryshkov1-0/+17
2024-02-23pmdomain: core: Move the unused cleanup to a _sync initcallKonrad Dybcio1-1/+1
2023-08-30PM: runtime: Add pm_runtime_get_if_active()Sakari Ailus1-9/+27
2023-08-30PM-runtime: add tracepoints for usage_count changesMichał Mirosław1-2/+11
2023-08-11PM: sleep: wakeirq: fix wake irq armingJohan Hovold2-4/+9
2023-08-11PM / wakeirq: support enabling wake-up irq after runtime_suspend calledChunfeng Yun3-25/+89
2023-07-27PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich1-3/+3
2023-05-17PM: domains: Fix up terminology with parent/childKees Cook2-103/+103
2023-01-18PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki1-1/+11
2023-01-18PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson1-5/+5
2022-11-03PM: domains: Fix handling of unavailable/disabled idle statesSudeep Holla1-0/+4
2022-04-15PM: core: keep irq flags in device_pm_check_callbacks()Dmitry Baryshkov1-2/+4
2022-02-16PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki1-7/+34
2022-01-16drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches2-31/+31
2021-09-22PM: base: power: don't try to use non-existing RTC for storing dataJuergen Gross1-0/+10
2021-05-19PM: runtime: Fix unpaired parent child_count for force_resumeTony Lindgren1-3/+7
2021-04-07PM: runtime: Fix ordering in pm_runtime_get_suppliers()Adrian Hunter1-1/+1
2021-04-07PM: runtime: Fix race getting/putting suppliers at probeAdrian Hunter1-1/+7
2021-03-30PM: runtime: Defer suspending suppliersRafael J. Wysocki1-6/+39
2021-03-24Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki1-37/+25
2021-03-09PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki1-25/+37
2020-11-10PM: runtime: Drop pm_runtime_clean_up_links()Rafael J. Wysocki1-36/+0
2020-11-10PM: runtime: Drop runtime PM references to supplier on link removalRafael J. Wysocki1-1/+20
2020-11-05PM: runtime: Remove link state checks in rpm_get/put_supplier()Xiang Chen1-4/+1
2020-09-03PM: sleep: core: Fix the handling of pending runtime resume requestsRafael J. Wysocki1-6/+10
2020-07-31PM: wakeup: Show statistics for deleted wakeup sources againzhuguangqing1-0/+3
2020-05-02PM: sleep: core: Switch back to async_schedule_dev()Kai-Heng Feng1-1/+1
2020-04-17PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not thereNeeraj Upadhyay1-1/+3
2020-04-17PM / Domains: Allow no domain-idle-states DT property in genpd when parsingUlf Hansson1-1/+1
2020-02-11PM: core: Fix handling of devices deleted during system-wide resumeRafael J. Wysocki1-5/+37
2019-10-21PM: QoS: Drop frequency QoS types from device PM QoSRafael J. Wysocki1-68/+2
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2019-09-18Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds7-65/+307
2019-09-17Merge branches 'pm-opp', 'pm-qos', 'acpi-pm', 'pm-domains' and 'pm-tools'Rafael J. Wysocki1-15/+10
2019-09-17Merge suspend-to-idle rework material for v5.4.Rafael J. Wysocki2-24/+13
2019-09-02PM / Domains: Verify PM domain type in dev_pm_genpd_set_performance_state()Ulf Hansson1-2/+2
2019-09-02PM / Domains: Simplify genpd_lookup_dev()Ulf Hansson1-13/+8
2019-08-21PM / wakeup: Unexport wakeup_source_sysfs_{add,remove}()Stephen Boyd1-2/+0
2019-08-21PM / wakeup: Register wakeup class kobj after device is addedStephen Boyd4-4/+34
2019-08-21PM / wakeup: Fix sysfs registration error pathStephen Boyd1-4/+9
2019-08-21PM / wakeup: Show wakeup sources stats in sysfsTri Vo4-5/+237
2019-08-21PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare()Tri Vo1-20/+13
2019-08-14driver/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-23PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()Rafael J. Wysocki1-18/+12
2019-07-23PM: sleep: Simplify suspend-to-idle control flowRafael J. Wysocki1-5/+0
2019-07-23PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()Rafael J. Wysocki1-1/+1
2019-07-18Merge branch 'pm-cpufreq'Rafael J. Wysocki4-21/+128
2019-07-08Merge branches 'pm-opp', 'pm-misc', 'pm-avs' and 'pm-tools'Rafael J. Wysocki1-4/+2