summaryrefslogtreecommitdiffstats
path: root/drivers/base/power.c
Commit message (Expand)AuthorAgeFilesLines
* pmdomain: implement pm_genpd_remove/of_genpd_del_provider for cleanupAhmad Fatoum2024-01-221-0/+31
* pmdomain: add support for enabling power domains later onAhmad Fatoum2024-01-221-0/+11
* pmdomain: implement dev_pm_domain_attach_by_id/nameAhmad Fatoum2024-01-221-0/+106
* pmdomain: drop superfluous parameter to __genpd_dev_pm_attachAhmad Fatoum2024-01-221-3/+3
* pmdomain: push have_genpd_providers check into __genpd_dev_pm_attachAhmad Fatoum2024-01-221-10/+10
* pmdomain: associate devices with their power domainAhmad Fatoum2024-01-221-1/+25
* pmdomain: power: drop unused parameters for internal functionsAhmad Fatoum2024-01-221-5/+4
* pm_domain: Add onecell supportSascha Hauer2023-11-031-0/+76
* pm_domains: Enable explicitly when we have power-domain providersSascha Hauer2023-03-071-0/+10
* Rename struct device_d to deviceSascha Hauer2023-01-101-2/+2
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-3/+3
* commands: add pm_domain for listing power domainsAhmad Fatoum2022-09-131-0/+10
* drivers: power: ignore power domains with barebox,allow-dummyAhmad Fatoum2022-08-091-3/+21
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-0/+1
* drivers: base: Port power management code from LinuxAndrey Smirnov2019-01-181-0/+249