summaryrefslogtreecommitdiff
path: root/drivers/base/power
AgeCommit message (Expand)Author
2022-03-18Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'Rafael J. Wysocki
2022-03-10PM: core: keep irq flags in device_pm_check_callbacks()Dmitry Baryshkov
2022-03-08PM: sleep: Add device name to suspend_report_result()Youngjin Jang
2022-03-04PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosus...Douglas Anderson
2022-03-01PM: sleep: wakeup: Fix typos in commentsTom Rix
2022-03-01PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove()Shawn Guo
2022-03-01PM: domains: use dev_err_probe() to simplify error handlingAhmad Fatoum
2022-03-01PM: domains: Prevent power off for parent unless child is in deepest stateUlf Hansson
2022-02-07PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki
2022-01-21Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2021-12-22PM: runtime: Simplify locking in pm_runtime_put_suppliers()Rafael J. Wysocki
2021-12-22Merge back PM core changes for v5.17.Rafael J. Wysocki
2021-12-17PM: sleep: Fix error handling in dpm_prepare()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-12-16rtc: Check return value from mc146818_get_time()Mateusz Jończyk
2021-11-05PM: sleep: Avoid calling put_device() under dpm_list_mtxRafael J. Wysocki
2021-11-04PM: sleep: Fix runtime PM based cpuidle supportUlf Hansson
2021-11-02Merge branch 'pm-sleep'Rafael J. Wysocki
2021-10-27PM / wakeirq: support enabling wake-up irq after runtime_suspend calledChunfeng Yun
2021-10-26PM: sleep: Pause cpuidle later and resume it earlier during system transitionsRafael J. Wysocki
2021-10-26PM: suspend: Do not pause cpuidle in the suspend-to-idle pathRafael J. Wysocki
2021-10-22PM: sleep: Do not let "syscore" devices runtime-suspend during system transit...Rafael J. Wysocki
2021-09-17Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-09-14PM: base: power: don't try to use non-existing RTC for storing dataJuergen Gross
2021-09-10Merge branches 'pm-cpufreq', 'pm-sleep' and 'pm-em'Rafael J. Wysocki
2021-09-07PM: sleep: core: Avoid setting power.must_resume to falsePrasad Sodagudi
2021-09-07PM: sleep: wakeirq: drop useless parameter from dev_pm_attach_wake_irq()Sergey Shtylyov
2021-09-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-30Merge back new PM domains material for v5.15.Rafael J. Wysocki
2021-08-27PM: domains: Fix domain attach for CONFIG_PM_OPP=nGeert Uytterhoeven
2021-08-26PM: runtime: add devm_pm_clk_create helperDmitry Baryshkov
2021-08-26PM: runtime: add devm_pm_runtime_enable helperDmitry Baryshkov
2021-08-25PM: domains: Improve runtime PM performance state handlingDmitry Osipenko
2021-08-16PM: domains: Add support for 'required-opps' to set default perf stateRajendra Nayak
2021-07-21driver: base: Replace symbolic permissions with octal permissionsJinchao Wang
2021-07-07Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki
2021-07-05PM: domains: Shrink locking area of the gpd_list_lockStephen Boyd
2021-07-01PM: sleep: Use ktime_us_delta() in initcall_debug_report()Mark-PK Tsai
2021-06-29Merge branches 'pm-domains' and 'pm-devfreq'Rafael J. Wysocki
2021-06-29Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki
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-06-11PM: domains: Drop/restore performance state votes for devices at runtime PMUlf Hansson
2021-06-11PM: domains: Return early if perf state is already set for the deviceUlf Hansson
2021-06-11PM: domains: Split code in dev_pm_genpd_set_performance_state()Ulf Hansson
2021-06-08PM: domains: fix some kernel-doc issuesYang Yingliang
2021-05-24PM: wakeirq: Set IRQF_NO_AUTOEN when requesting the IRQTian Tao
2021-05-10PM: runtime: Fix unpaired parent child_count for force_resumeTony Lindgren