summaryrefslogtreecommitdiff
path: root/drivers/pmdomain/core.c
AgeCommit message (Expand)Author
2024-09-13pmdomain: core: Reduce debug summary table widthGeert Uytterhoeven
2024-09-13pmdomain: core: Move mode_status_str()Geert Uytterhoeven
2024-09-13pmdomain: core: Fix "managed by" alignment in debug summaryGeert Uytterhoeven
2024-09-13pmdomain: core: Harden inter-column space in debug summaryGeert Uytterhoeven
2024-08-05pmdomain: core: Use dev_name() instead of kobject_get_path() in debugfsUlf Hansson
2024-08-05pmdomain: core: Don't hold the genpd-lock when calling dev_pm_domain_set()Ulf Hansson
2024-08-05pmdomain: core: Enable s2idle for CPU PM domains on PREEMPT_RTUlf Hansson
2024-07-09PM: domains: Add the domain HW-managed mode to the summaryAbel Vesa
2024-07-09PM: domains: Allow devices attached to genpd to be managed by HWUlf Hansson
2024-06-05pmdomain: core: Use genpd_is_irq_safe() helperGeert Uytterhoeven
2024-05-21Merge tag 'pm-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2024-05-17OPP: Fix required_opp_tables for multiple genpds using same tableViresh Kumar
2024-04-18pmdomain: core: Don't clear suspended_count at genpd_prepare()Ulf Hansson
2024-04-18pmdomain: core: Update the rejected/usage counters at system suspend tooUlf Hansson
2024-02-14pmdomain: core: constify of_phandle_args in add device and subdomainKrzysztof Kozlowski
2024-02-14pmdomain: core: constify of_phandle_args in xlateKrzysztof Kozlowski
2024-02-14pmdomain: core: Print a message when unused power domains are disabledKonrad Dybcio
2024-02-14pmdomain: core: Scale down parent/child performance states in reverse orderStephan Gerhold
2024-01-22pmdomain: core: Move the unused cleanup to a _sync initcallKonrad Dybcio
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-12-18PM: domains: Move genpd and its governor to the pmdomain subsystemUlf Hansson