aboutsummaryrefslogtreecommitdiff
path: root/drivers/soc/actions/Kconfig
AgeCommit message (Collapse)AuthorFilesLines
2023-09-20pmdomain: actions: Move Kconfig file to the pmdomain subsystemUlf Hansson1-17/+0
The Kconfig belongs closer to the corresponding implementation, hence let's move it from the soc subsystem to the pmdomain subsystem. Cc: "Andreas Färber" <[email protected]> Cc: Manivannan Sadhasivam <[email protected]> Cc: <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2018-09-30soc: actions: sps: Add S900 power domainsManivannan Sadhasivam1-1/+1
Add power domains for Actions Semi S900 SoC. Signed-off-by: Manivannan Sadhasivam <[email protected]> [AF: Update Kconfig help text] Signed-off-by: Andreas Färber <[email protected]>
2018-09-22soc: actions: Update SPS help text for S700Andreas Färber1-1/+1
Commit 3ad85b08f7789d51e6aad0f535296d1c31e319b9 (soc: actions: sps: Add S700) added S700 support to the SPS driver but forget to update Kconfig help. Add missing S700 mention, in preparation for further SoCs. Fixes: 3ad85b08f778 ("soc: actions: sps: Add S700") Reported-by: Manivannan Sadhasivam <[email protected]> Signed-off-by: Andreas Färber <[email protected]>
2017-06-23soc: actions: owl-sps: Factor out owl_sps_set_pg() for power-gatingAndreas Färber1-0/+4
Allow the SMP code to reuse PM domain code for CPU2/CPU3 wakeup. Signed-off-by: Andreas Färber <[email protected]>
2017-06-23soc: actions: Add Owl SPSAndreas Färber1-0/+12
Implement S500 Smart Power System power-gating. For now flag PD_CPU2 and PD_CPU3 as always-on. Based on LeMaker linux-actions tree. Signed-off-by: Andreas Färber <[email protected]>