summaryrefslogtreecommitdiff
path: root/drivers/base/power
AgeCommit message (Expand)AuthorFilesLines
2024-04-08PM: sleep: Take advantage of %ps to simplify debug outputLen Brown1-3/+3
2024-04-03PM: wakeup: make device_wakeup_disable() return voidDhruva Gole1-4/+7
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-154/+153
2024-03-11Merge branch 'pm-runtime'Rafael J. Wysocki1-2/+34
2024-03-05PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li1-1/+3
2024-02-22PM: runtime: add tracepoint for runtime_status changesVilas Bhat1-0/+1
2024-02-14PM: domains: Add helper functions to attach/detach multiple PM domainsUlf Hansson1-0/+134
2024-02-12PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus1-2/+33
2024-02-05PM: sleep: Call dpm_async_fn() directly in each suspend phaseRafael J. Wysocki1-36/+25
2024-02-05PM: sleep: Move devices to new lists earlier in each suspend phaseRafael J. Wysocki1-21/+3
2024-02-05PM: sleep: Move some assignments from under a lockRafael J. Wysocki1-7/+21
2024-02-05PM: sleep: stats: Log errors right after running suspend callbacksRafael J. Wysocki1-36/+13
2024-02-05PM: sleep: stats: Call dpm_save_failed_step() at most once per phaseRafael J. Wysocki1-3/+17
2024-02-05PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki1-1/+0
2024-02-05PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki1-13/+9
2024-01-26PM: sleep: Relocate two device PM core functionsRafael J. Wysocki1-29/+29
2024-01-26PM: sleep: Simplify dpm_suspended_list walk in dpm_resume()Rafael J. Wysocki1-11/+5
2024-01-19Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-1/+1
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-01-18Merge tag 'pm-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-54/+65
2024-01-16Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-qos' into pmRafael J. Wysocki2-54/+65
2024-01-13Merge tag 'pmdomain-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds3-3848/+0
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1
2024-01-10PM: sleep: Restore asynchronous device resume optimizationRafael J. Wysocki1-53/+64
2024-01-09PM: QoS: Use kcalloc() instead of kzalloc()Erick Archer1-1/+1
2024-01-04PM: clk: make pm_clk_add_notifier() take a const pointerGreg Kroah-Hartman1-1/+1
2024-01-03PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki1-80/+68
2023-12-21driver core: mark remaining local bus_type variables as constGreg Kroah-Hartman1-1/+1
2023-12-21PM: fix missing rculist.h dependencyKent Overstreet1-0/+1
2023-12-18PM: domains: Move genpd and its governor to the pmdomain subsystemUlf Hansson3-3818/+0
2023-12-18PM: domains: Drop redundant header for genpdUlf Hansson1-2/+0
2023-12-18rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello1-1/+1
2023-12-18rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello1-1/+1
2023-12-13PM: domains: Drop the unused pm_genpd_opp_to_performance_state()Ulf Hansson1-32/+0
2023-12-13PM: domains: fix domain_governor kernel-doc warningsRandy Dunlap1-2/+6
2023-10-06Merge branch 'opp/pm-domain-scmi' of git://git.kernel.org/pub/scm/linux/kerne...Sudeep Holla2-12/+42
2023-10-06PM: domains: Implement the ->set_performance_state() callback for genpdUlf Hansson1-12/+21
2023-10-06PM: domains: Introduce dev_pm_domain_set_performance_state()Ulf Hansson1-0/+21
2023-09-21PM: domains: Allow genpd providers to manage OPP tables directly by its FWUlf Hansson1-5/+6
2023-07-24PM: sleep: wakeirq: drop unused enable helpersJohan Hovold1-49/+0
2023-07-24PM: sleep: wakeirq: fix wake irq armingJohan Hovold2-4/+9
2023-06-26Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2-11/+9
2023-06-16PM: domains: Move the verification of in-params from genpd_add_device()Ulf Hansson1-3/+6
2023-05-24PM: suspend: Fix pm_suspend_target_state handling for !CONFIG_PMKai-Heng Feng1-5/+0
2023-05-24PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich1-3/+3
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-07PM: core: Remove unnecessary (void *) conversionsLi zeming1-6/+6
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-26Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+26
2023-02-21Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-4/+5