summaryrefslogtreecommitdiff
path: root/drivers/pmdomain/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-19pmdomain: Merge branch fixes into nextUlf Hansson1-0/+6
2024-12-19pmdomain: core: add dummy release function to genpd deviceLucas Stach1-0/+6
2024-12-10pmdomain: core: Support naming idle statesKonrad Dybcio1-3/+12
2024-12-02pmdomain: core: Fix error path in pm_genpd_init() when ida alloc failsUlf Hansson1-17/+19
2024-12-02pmdomain: core: Add missing put_device()Ulf Hansson1-0/+1
2024-10-30pmdomain: Merge branch fixes into nextUlf Hansson1-15/+34
2024-10-30pmdomain: core: Add GENPD_FLAG_DEV_NAME_FW flagSibi Sankar1-15/+34
2024-10-10pmdomain: core: Set the required dev for a required OPP during genpd attachUlf Hansson1-3/+39
2024-10-10pmdomain: core: Manage the default required OPP from a separate functionUlf Hansson1-13/+25
2024-09-13pmdomain: core: Reduce debug summary table widthGeert Uytterhoeven1-7/+7
2024-09-13pmdomain: core: Move mode_status_str()Geert Uytterhoeven1-4/+5
2024-09-13pmdomain: core: Fix "managed by" alignment in debug summaryGeert Uytterhoeven1-2/+2
2024-09-13pmdomain: core: Harden inter-column space in debug summaryGeert Uytterhoeven1-1/+1
2024-08-05pmdomain: core: Use dev_name() instead of kobject_get_path() in debugfsUlf Hansson1-20/+3
2024-08-05pmdomain: core: Don't hold the genpd-lock when calling dev_pm_domain_set()Ulf Hansson1-2/+3
2024-08-05pmdomain: core: Enable s2idle for CPU PM domains on PREEMPT_RTUlf Hansson1-1/+46
2024-07-09PM: domains: Add the domain HW-managed mode to the summaryAbel Vesa1-2/+12
2024-07-09PM: domains: Allow devices attached to genpd to be managed by HWUlf Hansson1-0/+64
2024-06-05pmdomain: core: Use genpd_is_irq_safe() helperGeert Uytterhoeven1-1/+1
2024-05-21Merge tag 'pm-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+10
2024-05-17OPP: Fix required_opp_tables for multiple genpds using same tableViresh Kumar1-0/+10
2024-04-18pmdomain: core: Don't clear suspended_count at genpd_prepare()Ulf Hansson1-4/+1
2024-04-18pmdomain: core: Update the rejected/usage counters at system suspend tooUlf Hansson1-1/+5
2024-02-14pmdomain: core: constify of_phandle_args in add device and subdomainKrzysztof Kozlowski1-6/+6
2024-02-14pmdomain: core: constify of_phandle_args in xlateKrzysztof Kozlowski1-2/+2
2024-02-14pmdomain: core: Print a message when unused power domains are disabledKonrad Dybcio1-0/+1
2024-02-14pmdomain: core: Scale down parent/child performance states in reverse orderStephan Gerhold1-47/+77
2024-01-22pmdomain: core: Move the unused cleanup to a _sync initcallKonrad Dybcio1-1/+1
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-12-18PM: domains: Move genpd and its governor to the pmdomain subsystemUlf Hansson1-0/+3399