[PATCH v7 21/26] drivers: firmware: psci: Add support for PM domains using genpd

2018-04-12 Thread Ulf Hansson
When the hierarchical layout is used in DT, as to describe the PM topology for the CPUs, which are managed by PSCI, we want to be able to initialize and setup the corresponding PM domain data structures. Let's make this possible via adding a new file, psci_pm_domains.c and implement the needed

[PATCH v7 21/26] drivers: firmware: psci: Add support for PM domains using genpd

2018-04-12 Thread Ulf Hansson
When the hierarchical layout is used in DT, as to describe the PM topology for the CPUs, which are managed by PSCI, we want to be able to initialize and setup the corresponding PM domain data structures. Let's make this possible via adding a new file, psci_pm_domains.c and implement the needed