summaryrefslogtreecommitdiffstats
path: root/drivers/pmdomain/arm/Kconfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* firmware: arm_scpi: Move power-domain driver to the pmdomain dirSudeep Holla2023-11-231-0/+12
| | | | | | | | | | To simplify with maintenance let's move the Arm SCPI power-domain driver to the new pmdomain directory. Note this is different from and precedes the new Arm SCMI protocol. Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Link: https://lore.kernel.org/r/20231123120847.2825444-2-sudeep.holla@arm.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
* pmdomain: arm_scmi: Move Kconfig options to the pmdomain subsystemSudeep Holla2023-11-231-0/+25
The Kconfig options belongs closer to the corresponding implementations, hence let's move them from the firmware to the pmdomain subsystem. Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Link: https://lore.kernel.org/r/20231123120847.2825444-1-sudeep.holla@arm.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>