summaryrefslogtreecommitdiffstats
path: root/drivers/base/power (follow)
Commit message (Expand)AuthorAgeFilesLines
* PM: sleep: Take advantage of %ps to simplify debug outputLen Brown2024-04-081-3/+3
* PM: wakeup: make device_wakeup_disable() return voidDhruva Gole2024-04-031-4/+7
* Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-03-133-154/+153
|\
| * Merge branch 'pm-runtime'Rafael J. Wysocki2024-03-111-2/+34
| |\
| | * PM: runtime: add tracepoint for runtime_status changesVilas Bhat2024-02-221-0/+1
| | * PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus2024-02-121-2/+33
| * | PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li2024-03-051-1/+3
| * | PM: sleep: Call dpm_async_fn() directly in each suspend phaseRafael J. Wysocki2024-02-051-36/+25
| * | PM: sleep: Move devices to new lists earlier in each suspend phaseRafael J. Wysocki2024-02-051-21/+3
| * | PM: sleep: Move some assignments from under a lockRafael J. Wysocki2024-02-051-7/+21
| * | PM: sleep: stats: Log errors right after running suspend callbacksRafael J. Wysocki2024-02-051-36/+13
| * | PM: sleep: stats: Call dpm_save_failed_step() at most once per phaseRafael J. Wysocki2024-02-051-3/+17
| * | PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki2024-02-051-1/+0
| * | PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki2024-02-051-13/+9
| * | PM: sleep: Relocate two device PM core functionsRafael J. Wysocki2024-01-261-29/+29
| * | PM: sleep: Simplify dpm_suspended_list walk in dpm_resume()Rafael J. Wysocki2024-01-261-11/+5
| |/
* / PM: domains: Add helper functions to attach/detach multiple PM domainsUlf Hansson2024-02-141-0/+134
|/
* Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2024-01-191-1/+1
|\
| * rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello2023-12-171-1/+1
| * rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello2023-12-171-1/+1
* | Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-181-1/+1
|\ \
| * | PM: clk: make pm_clk_add_notifier() take a const pointerGreg Kroah-Hartman2024-01-041-1/+1
| * | driver core: mark remaining local bus_type variables as constGreg Kroah-Hartman2023-12-211-1/+1
| |/
* | Merge tag 'pm-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2024-01-172-54/+65
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-qos' into pmRafael J. Wysocki2024-01-162-54/+65
| |\ \ \ \ | | | | |/ | | | |/|
| | | | * PM: QoS: Use kcalloc() instead of kzalloc()Erick Archer2024-01-091-1/+1
| | | |/
| | * / PM: sleep: Restore asynchronous device resume optimizationRafael J. Wysocki2024-01-101-53/+64
| |/ /
* | | Merge tag 'pmdomain-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2024-01-123-3848/+0
|\ \ \
| * | | PM: domains: Move genpd and its governor to the pmdomain subsystemUlf Hansson2023-12-183-3818/+0
| * | | PM: domains: Drop redundant header for genpdUlf Hansson2023-12-181-2/+0
| * | | PM: domains: Drop the unused pm_genpd_opp_to_performance_state()Ulf Hansson2023-12-131-32/+0
| * | | PM: domains: fix domain_governor kernel-doc warningsRandy Dunlap2023-12-131-2/+6
| | |/ | |/|
* | | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-111-0/+1
|\ \ \ | |_|/ |/| |
| * | PM: fix missing rculist.h dependencyKent Overstreet2023-12-211-0/+1
| |/
* / PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki2024-01-031-80/+68
|/
* Merge branch 'opp/pm-domain-scmi' of git://git.kernel.org/pub/scm/linux/kerne...Sudeep Holla2023-10-062-12/+42
|\
| * PM: domains: Implement the ->set_performance_state() callback for genpdUlf Hansson2023-10-061-12/+21
| * PM: domains: Introduce dev_pm_domain_set_performance_state()Ulf Hansson2023-10-061-0/+21
* | PM: domains: Allow genpd providers to manage OPP tables directly by its FWUlf Hansson2023-09-211-5/+6
|/
* PM: sleep: wakeirq: drop unused enable helpersJohan Hovold2023-07-241-49/+0
* PM: sleep: wakeirq: fix wake irq armingJohan Hovold2023-07-242-4/+9
*-. Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2023-06-262-11/+9
|\ \
| | * PM: domains: Move the verification of in-params from genpd_add_device()Ulf Hansson2023-06-161-3/+6
| | * PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich2023-05-241-3/+3
| |/ |/|
| * PM: suspend: Fix pm_suspend_target_state handling for !CONFIG_PMKai-Heng Feng2023-05-241-5/+0
|/
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\
| * driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* | PM: core: Remove unnecessary (void *) conversionsLi zeming2023-04-071-6/+6
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-02-261-0/+26
|\
| * PM: domains: Allow a genpd consumer to require a synced power offUlf Hansson2023-01-101-0/+26